PDA

View Full Version : New accounts don't get e-mail



Mik3yZ
11-24-2006, 06:36 AM
Hello,

whenever i create a new user aco**** this user won't get e-mail on that account

eg:

domain: pietjepuk.nl
user in DA: piet

so the email is: piet@pietjepuk.nl

Whenever someone mails to this account the domain admin gets this mail (think because catchall is on...)

Anybody any ideas?

- Mike

vandal
11-24-2006, 01:40 PM
I'm pretty sure this is a known issue (and a pain the butt too). If a user is "switching" to your services and is hosted elsewhere but signing up with a mail account on the same domain, once that account is created anything sent from your server to that domain the server thinks it's sending it to itself.

You can add their mail.domain.com ip address in the DNS admin as well as uncheck the "user this server for local mail" or something like that.

Just remember to switch it back when they are all setup.

Mik3yZ
11-26-2006, 11:59 PM
but this also happends to new customers... so with brand new domains...

nobaloney
11-27-2006, 10:42 AM
Are the sites themselves visible?

What happens when you test exim from the server command line (search for exim -bh?

Jeff

Mik3yZ
12-01-2006, 03:24 AM
hi jeff... the domains do exist.

when i check the mail send to piet@pietjepuk.nl the to is that address, but it gets send to the root user (that's me)

will try your exim -bh thing... but will have to lookup how it works

- Mike

nobaloney
12-01-2006, 04:02 PM
exim -bh works great; I didn't attempt to teach you how to use it because it's well documented elsewhere.

It does require you speak smtp but there are some cookbook examples around.

Almost everything I learned about exim I learned from the exim-users list (http://marc.theaimsgroup.com/?l=exim-users), from the exim.org website (http://www.exim.org/), and from the Exim book (http://books.google.com/books?id=foCRVaMeRMgC&dq=Exim+book&pg=PP1&ots=wotgxeTtQT&sig=trHxwsOGvW537I2wzneNd604eJ4&prev=http://www.google.com/search%3Fq%3DExim%2Bbook%26sourceid%3Dmozilla-search%26start%3D0%26start%3D0%26ie%3Dutf-8%26oe%3Dutf-8%26client%3Dfirefox%26rls%3Dorg.mozilla:en-US:unofficial&sa=X&oi=print&ct=result&cd=2).

Jeff