PDA

View Full Version : not recieving mail


arcejorge
25th July 2005, 22:54
Hi, i installed ISPConfig today and everithing worked fine, i used debian sarge,
but when i created a site, and some email users, i can send email from outolook express, but i cant recieve, in \var\log\mail.log i see
status = bounced(mail from arcejorge.dyndns.org loops back to myself)

the server hostname is mail.arcejorge.dyndns.org

the site name is www
the domain is arcejorge.dyndns.org

till
25th July 2005, 23:02
Hi, i installed ISPConfig today and everithing worked fine, i used debian sarge,
but when i created a site, and some email users, i can send email from outolook express, but i cant recieve, in \var\log\mail.log i see
status = bounced(mail from arcejorge.dyndns.org loops back to myself)

the server hostname is mail.arcejorge.dyndns.org

the site name is www
the domain is arcejorge.dyndns.org

Hi,

open the file:

/etc/local-host-names

insert the following two domains at the end of the file
(after the #### MAKE MANUAL ENTRIES BELOW THIS LINE! #### marker):

arcejorge.dyndns.org
mail.arcejorge.dyndns.org

Best Regards,

Till

falko
25th July 2005, 23:05
but when i created a site, and some email users, i can send email from outolook express, but i cant recieve, in \var\log\mail.log i see
status = bounced(mail from arcejorge.dyndns.org loops back to myself)

Put arcejorge.dyndns.org into /etc/postfix/local-host-names (below the line
#### MAKE MANUAL ENTRIES BELOW THIS LINE! ####) and restart Postfix:
/etc/init.d/postfix restart

arcejorge
26th July 2005, 03:40
Thanks for answering so fast


i edited \etc\postfix\local-host-names and now it works ok

thanks again