ScottEvans
New Member
I am trying to add my Postfix SMTP relay as type "Smtp" but I can't get it working. It works fine with Interspire.
root@advertise [~]# telnet smtp.mydomain.com 25
Trying 185.**.202.**0...
Connected to smtp.mydomain.com.
Escape character is '^]'.
220 mydomain.com ESMTP Postfix
ehlo smtp.mydomain.com
250-mydomain.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
The user/password I am using I just created by using "user add username" "passwd username"
How can I get this working? Below is a copy of my Postfix main.cf
http://pastebin.com/EgzRNqPC
I am using 1.3.5.7, I read this was fixed in 1.3.5.7?
root@advertise [~]# telnet smtp.mydomain.com 25
Trying 185.**.202.**0...
Connected to smtp.mydomain.com.
Escape character is '^]'.
220 mydomain.com ESMTP Postfix
ehlo smtp.mydomain.com
250-mydomain.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
The user/password I am using I just created by using "user add username" "passwd username"
How can I get this working? Below is a copy of my Postfix main.cf
http://pastebin.com/EgzRNqPC
I am using 1.3.5.7, I read this was fixed in 1.3.5.7?