Re: Cannot get sasl auth working on ubuntu 18.04

2019-02-21 Thread Dominic Raferd
On Thu, 21 Feb 2019 at 19:59, Ski Kacoroski wrote: > > I still have the problem though, that sasl is working fine via > testsaslauthd, but I cannot get it to work with postfix. > > Does anyone have ideas on how to debug the postfix - sasl interface (I > am using cyrus sasl). swaks is a useful too

Re: Cannot get sasl auth working on ubuntu 18.04 - SOLVED

2019-02-21 Thread Ski Kacoroski
Hi, Figured out that the problem was I did not completely fill out the /etc/postfix/sasl/smtpd.conf file. I only had: saslauthd_path: /var/run/saslauthd/mux I needed to have: saslauthd_path: /var/run/saslauthd/mux pwcheck_method: saslauthd mech_list: LOGIN PLAIN works like a charm now. cheer

Re: Cannot get sasl auth working on ubuntu 18.04

2019-02-21 Thread Ski Kacoroski
Thanks for all the replies. This for an internal relay only with access from a limited set of IPs so I am not concerned about security. And yes, I blew on on the encrypted password - should have just out the entire thing. I am using port 465 just as an alternate port to 25 for only the prob

Re: Cannot get sasl auth working on ubuntu 18.04

2019-02-21 Thread Matus UHLAR - fantomas
On 20.02.19 15:34, Ski Kacoroski wrote: I have installed the sasl packages and configured sasl so testsaslauthd works perfectly with the ldap backend. I then set up postfix to have this on port 465 in master.cf: smtps inet n - n - - smtpd -v -o syslog_name=po

Re: Cannot get sasl auth working on ubuntu 18.04

2019-02-20 Thread Benny Pedersen
Ski Kacoroski skrev den 2019-02-21 00:34: root@sys:~# telnet localhost 465 telnet is not a very good tool to test ssl use openssl s_client instaed

Re: Cannot get sasl auth working on ubuntu 18.04

2019-02-20 Thread Wietse Venema
Ski Kacoroski: > Hi, > > I have installed the sasl packages and configured sasl so testsaslauthd > works perfectly with the ldap backend. I then set up postfix to have > this on port 465 in master.cf: > > smtps inet n - n - - smtpd -v > -o syslog_name=postfix

Cannot get sasl auth working on ubuntu 18.04

2019-02-20 Thread Ski Kacoroski
Hi, I have installed the sasl packages and configured sasl so testsaslauthd works perfectly with the ldap backend. I then set up postfix to have this on port 465 in master.cf: smtps inet n - n - - smtpd -v -o syslog_name=postfix/smtps -o smtpd_sasl_auth_ena