search for: ddef_server_sasl_type

Displaying 5 results from an estimated 5 matches for "ddef_server_sasl_type".

2007 Sep 10
1
Stuck on an Error: " Connect to private/auth failed: Connection refused"
...us 1 Sep 10 12:58:23 lishost postfix/master[13721]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling (In case it matters I recently makde postfix like so:) make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/local/include/sasl -DDEF_SERVER_SASL_TYPE=\"dovecot\"' 'AUXLIBS=-L/usr/lib/mysql -lmysqlclient -lz -lm -L/usr/local/lib -lsasl2' The permissions on that file are so: srwxr-xr-x 1 postfix postfix 0 Sep 9 14:38 /var/spool/postfix/private/auth I've tried changin those but it didn't seem to matter. # dovecot -n...
2009 Apr 15
3
Postfix, Dovecot SASL and Entourage smtps authentication fails.
Tere. Recently just migrated from Sendmail 8.14.3 to Postfix 2.5.6 and switched from Cyrus-sasl 2.1.22 to Dovecot 1.1.13 sasl, all are compiled from source and I have used Dovecot for a long time, since alpha versions. Everything worked well for Outlook Express, Outlook and Thunderbird clients, but Microsoft Entourage 2004 or 2008 clients smtps fails - "Authentication failed because
2008 Aug 05
1
Dovecot sieve plugin reject not working
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm at a loss here. Details of my setup: OS: Solaris 10 gcc version: 3.4.3 postfix version 2.5.2 dovecot version 1.1.2 dovecot sieve version 1.1.5 How I installed: Postfix: make makefiles CCARGS='-DUSE_SASL_AUTH \-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/opt/csw/include' \AUXLIBS="-R/opt/csw/lib -L/opt/csw/lib -lssl -lcrypto -ldb" make make upgrade Dovecot: ./configure --prefix=/userM/mail-services/dovecot make make install Sieve: ./configure --prefix=/userM/mail-services/dovecot - --with-dovecot=....
2012 Mar 25
2
build postfix rpm with mysql
...LIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl2" fi %endif # Provide support for Dovecot SASL %if %{with_dovecot} CCARGS="${CCARGS} -DUSE_SASL_AUTH" # make dovecot the default IFF we don't include SASL if [ "%{with_sasl}" = 0 ]; then CCARGS="${CCARGS} -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"" fi %endif %if %{with_spf} AUXLIBS="${AUXLIBS} -lspf2" CCARGS="${CCARGS} -DHAVE_NS_TYPE" %endif %if %{with_tls} # See http://www.openldap.org/lists/openldap-devel/200105/msg00008.html # - rh6.2 needs LIBS=-ldl to build correctly. # - re...
2011 Nov 19
4
build postfix spec w/ mysql
...LIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl2" fi %endif # Provide support for Dovecot SASL %if %{with_dovecot} CCARGS="${CCARGS} -DUSE_SASL_AUTH" # make dovecot the default IFF we don't include SASL if [ "%{with_sasl}" = 0 ]; then CCARGS="${CCARGS} -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"" fi %endif %if %{with_spf} AUXLIBS="${AUXLIBS} -lspf2" CCARGS="${CCARGS} -DHAVE_NS_TYPE" %endif %if %{with_tls} # See http://www.openldap.org/lists/openldap-devel/200105/msg00008.html # - rh6.2 needs LIBS=-ldl to build correctly. # - re...