Re: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread Benny Pedersen
James Reynolds skrev den 2017-11-30 22:52: The "AUTH PLAIN" works also. When I telnet into the server the "RCPT" command works, but not with openssl s_client. It's not a big deal. I am just really happy to find out that I can test this now. I think my certificate is ok too, so I don't know wh

Re: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread James Reynolds
@uconn.edu > University of Connecticut, UITS, SSG, Server Systems > 860-486-9075 > > > -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Fazzina, Angelo > Sent: Thursday, November 30, 2017 4:25 PM >

RE: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread Fazzina, Angelo
ber 30, 2017 4:25 PM To: James Reynolds ; Postfix users Subject: RE: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento) Mine that I use to test openssl s_client -connect massmail.uconn.edu:465 openssl s_client -starttls smtp -connect massmail.uconn.edu:587 tel

RE: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread Fazzina, Angelo
sasl support is not compiled in (postfix-gento) I have never heard of using openssl s_client instead of telnet so I tried to figure out how to use it. I could connect to my server with the following. openssl s_client -connect 10.0.1.1:25 -starttls smtp And I can do "HELO"

Re: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread James Reynolds
I have never heard of using openssl s_client instead of telnet so I tried to figure out how to use it. I could connect to my server with the following. openssl s_client -connect 10.0.1.1:25 -starttls smtp And I can do "HELO" and "MAIL FROM:" but when I try to enter "RCPT TO:" I just g

Re: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread Benny Pedersen
Yuri Ferreira skrev den 2017-11-30 17:49: someone help-me ? to get more help: postconf -nf postconf -Mf on pastebin with a link to maillist you should stop using telnet to test ssl, use openssl s_client ... to replace it man openssl if you see AUTH on port 25 yoy maked a mistake, but if

Re: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread Noel Jones
mand not implemented / > > *my mail.log: > /warning smtpd_sasl_auth_enable is true but sasl support is not compiled in > / > * > > *my postfix was installed with support for:: * > > /[ebuild R] mail-mta/postfix-3.1.6::gentoo USE="berkdb eai ldap sasl &g

RE: smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread Fazzina, Angelo
250-PIPELINING 250-SIZE 1024 250-ETRN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DNS AUTH PLAIN 502 5.5.1 Error: command not implemented AUTH LOGIN 502 5.5.1 Error: command not implemented / *my mail.log: /warning smtpd_sasl_auth_enable is true but sasl support is not compiled in / *

smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread Yuri Ferreira
0-SIZE 1024 250-ETRN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DNS AUTH PLAIN 502 5.5.1 Error: command not implemented AUTH LOGIN 502 5.5.1 Error: command not implemented / *my mail.log: /warning smtpd_sasl_auth_enable is true but sasl support is not compiled in / * *my postfix was installed w

smtpd_sasl_auth_enable is true but sasl support is not compiled in (postfix-gento)

2017-11-30 Thread Yuri Ferreira
0-SIZE 1024 250-ETRN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DNS AUTH PLAIN 502 5.5.1 Error: command not implemented AUTH LOGIN 502 5.5.1 Error: command not implemented / *my mail.log: /warning smtpd_sasl_auth_enable is true but sasl support is not compiled in / * *my postfix was installed w

Re: R: R: SASL support is not compiled in

2015-04-08 Thread Wietse Venema
i...@itrezero.it: > However, I still have a problem with SMTPUTF8: after installing libicu-devel > I get a warning so I must: > smtputf8_enable=no Postfix requires an ICU library version that contains the APIs that are necessary for SMTPUTF8 support. I have used ICU 4.6 and later. Wietse

R: R: SASL support is not compiled in

2015-04-08 Thread info
Viktor Dukhovni Inviato: martedì 7 aprile 2015 15:50 A: postfix-users@postfix.org Oggetto: Re: R: SASL support is not compiled in On Tue, Apr 07, 2015 at 03:21:10PM +0200, i...@itrezero.it wrote: > Many thanks Dr. Venema. > I just compiled with -DUSE_SASL_AUTH flag using these command:

Re: R: SASL support is not compiled in

2015-04-07 Thread Viktor Dukhovni
On Tue, Apr 07, 2015 at 03:21:10PM +0200, i...@itrezero.it wrote: > Many thanks Dr. Venema. > I just compiled with -DUSE_SASL_AUTH flag using these command: > > ###> make -f Makefile.init makefiles "CCARGS=-DUSE_SASL_AUTH -DHAS_PCRE > `pcre-config --cflags`" "AUXLIBS_PCRE=`pcre-config --libs`" >

R: SASL support is not compiled in

2015-04-07 Thread info
Wietse Venema Inviato: martedì 7 aprile 2015 13:15 A: Postfix users Oggetto: Re: SASL support is not compiled in i...@itrezero.it: > QUESTION: > > Why postfix tell me that SASL is "not compiled in"? You did not compile Postfix with SASL support (the CCARGS variable did not

Re: SASL support is not compiled in

2015-04-07 Thread Wietse Venema
Source-code fragment: if (var_smtpd_sasl_enable) #ifdef USE_SASL_AUTH ... #else msg_warn("%s is true, but SASL support is not compiled in", VAR_SMTPD_SASL_ENABLE); #endif

R: SASL support is not compiled in

2015-04-07 Thread info
postfix-us...@postfix.org] Per conto di Patrick Ben Koetter Inviato: martedì 7 aprile 2015 13:01 A: postfix-users@postfix.org Oggetto: Re: SASL support is not compiled in * i...@itrezero.it : > Hi all. > > I've recompiled a fresh version of Postfix 3. > > No problem with PCR

Re: SASL support is not compiled in

2015-04-07 Thread DTNX Postmaster
rt, but postfix reply with: “warning: > smtpd_sasl_auth_enable is true, but SASL support is not compiled in” L > Obviously Dovecot is running on the machine (because used with previous > Postifix 2.x version) and compilation of postfix sources goes to the end > without errors. > &

Re: SASL support is not compiled in

2015-04-07 Thread Patrick Ben Koetter
but postfix reply with: > "warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled > in" :( > > Obviously Dovecot is running on the machine (because used with previous > Postifix 2.x version) and compilation of postfix sources goes to the end > without

SASL support is not compiled in

2015-04-07 Thread info
le is true, but SASL support is not compiled in" :( Obviously Dovecot is running on the machine (because used with previous Postifix 2.x version) and compilation of postfix sources goes to the end without errors. QUESTION: Why postfix tell me that SASL is "not compiled in"? CONFIG