Displaying 6 results from an estimated 6 matches for "duse_sasl_auth".
2005 Dec 21
2
PATCH: Dovecot SASL authentication for Postfix 2.3-20051220
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20051221/643bbd8a/attachment-0001.pgp
2007 Sep 10
1
Stuck on an Error: " Connect to private/auth failed: Connection refused"
.../libexec/postfix/smtpd pid 13726 exit status 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 thos...
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
2012 Mar 25
2
build postfix rpm with mysql
...-lmysqlclient -lm"
%endif
%if %{with_pgsql}
CCARGS="${CCARGS} -DHAS_PGSQL -I/usr/include/pgsql"
AUXLIBS="${AUXLIBS} -lpq -lcrypt"
%endif
%if %{with_sasl}
if [ "%{with_sasl}" -le 1 ]; then
%define sasl_lib_dir %{_libdir}/sasl
CCARGS="${CCARGS} -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
AUXLIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl"
else
%define sasl_lib_dir %{_libdir}/sasl2
CCARGS="${CCARGS} -I/usr/include/sasl -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
AUXLIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl2"
fi
%endif
# Provi...
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/do...
2011 Nov 19
4
build postfix spec w/ mysql
...-lmysqlclient -lm"
%endif
%if %{with_pgsql}
CCARGS="${CCARGS} -DHAS_PGSQL -I/usr/include/pgsql"
AUXLIBS="${AUXLIBS} -lpq -lcrypt"
%endif
%if %{with_sasl}
if [ "%{with_sasl}" -le 1 ]; then
%define sasl_lib_dir %{_libdir}/sasl
CCARGS="${CCARGS} -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
AUXLIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl"
else
%define sasl_lib_dir %{_libdir}/sasl2
CCARGS="${CCARGS} -I/usr/include/sasl -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
AUXLIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl2"
fi
%endif
# Provi...