Re: SMTP authentication setup

2014-10-21 Thread deoren
On 2014-10-21 07:40, Brian wrote: At my company we've had a longstanding problem of not being able to send email from devices outside of our internal network and any specific IP address that we open the relay to. As it turns out, SASL has never been set up. I need to set up SASL ASAP but none of

Re: SMTP authentication setup

2014-10-21 Thread Charles Marcus
On 10/21/2014 8:49 AM, Reindl Harald wrote: > Am 21.10.2014 um 14:45 schrieb Charles Marcus: >> On 10/21/2014 8:40 AM, Brian wrote: >>> Also, instead of >>> submission inet n - - - - smtpd >>> I did: >>> 127.0.0.1:1025 inet n - - - - smtpd >>> >>> After all is done, however, I'm unable to send an

Re: SMTP authentication setup

2014-10-21 Thread Reindl Harald
Am 21.10.2014 um 14:45 schrieb Charles Marcus: On 10/21/2014 8:40 AM, Brian wrote: Also, instead of submission inet n - - - - smtpd I did: 127.0.0.1:1025 inet n - - - - smtpd After all is done, however, I'm unable to send any mail. No surprise there. You *must* use the submission port if y

Re: SMTP authentication setup

2014-10-21 Thread Reindl Harald
Am 21.10.2014 um 14:40 schrieb Brian: At my company we've had a longstanding problem of not being able to send email from devices outside of our internal network and any specific IP address that we open the relay to. As it turns out, SASL has never been set up. I need to set up SASL ASAP but non

Re: SMTP authentication setup

2014-10-21 Thread Charles Marcus
On 10/21/2014 8:40 AM, Brian wrote: > Also, instead of > submission inet n - - - - smtpd > I did: > 127.0.0.1:1025 inet n - - - - smtpd > > After all is done, however, I'm unable to send any mail. No surprise there. You *must* use the submission port if you want it to work. Not sure why you tho