Hi, i installed fresh Debian with ISPconfig3. I setup 2 clients, each 1 website, and i have 2 Email domains with each 1 email box. Because my ISP blocks port 25, i setup under server config/mail the relais host like this (smtp.tele2.nl:587) The websites working great, the email from the first domain (sending and receive) is also perfect. But the email from the second Email domain dit not receive and sending mails. How can i solve this problem Kind Regards Rob
I'd guess it's getting blocked by the remote end (smtp.tele2.nl), but check your mail.log and it will tell you what's going on. Eg. as root run 'tail -f /var/log/mail.log' while you send a test message from your second domain.
Hi Jesse, i checked with 'tail -f /var/log/mail.log', and the problem seems indeed the smtp.tele2.nl. I replaced to another isp account mail.antagonist.nl, and it is now working perfect. Thanks a lot Regards Rob