![]() |
Error in External SMTP Server How-to - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Howtos (/forum-41.html) +--- Thread: Error in External SMTP Server How-to (/thread-9088.html) |
Error in External SMTP Server How-to - xclanet - 01-05-2010 10:26 AM I am using a external smtp server for outgoing mail... and i followed the how-to from here... I noticed that it won't send any mail because of this: Code: relayhost = smtp.domain.tld it should be: Code: relayhost = [smtp.domain.tld] Changing this will work very well. PS: I use debian. RE: Error in External SMTP Server How-to - Freakez - 07-13-2010 01:27 AM (01-05-2010 10:26 AM)xclanet Wrote: I am using a external smtp server for outgoing mail... and i followed the how-to from here... It works perfectly, thanks a lot!! |