search for: duse_tls

Displaying 4 results from an estimated 4 matches for "duse_tls".

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
...NED 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=../dovecot-1.1.2 make make instal...
2012 Mar 25
2
build postfix rpm with mysql
...ARGS="${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. # - reported by Jauder Ho <jauderho at carumba.com> if pkg-config openssl; then CCARGS="${CCARGS} -DUSE_TLS $(pkg-config --cflags openssl)" AUXLIBS="${AUXLIBS} $(pkg-config --libs openssl)" else # # CHECK THIS - these lines may no longer be needed (required for external TLS patch) # [ "%{with_tlsfix}" = 1 ] && LIBS=-ldl [ "%{with_tlsfix}&quo...
2011 Nov 19
4
build postfix spec w/ mysql
...ARGS="${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. # - reported by Jauder Ho <jauderho at carumba.com> if pkg-config openssl; then CCARGS="${CCARGS} -DUSE_TLS $(pkg-config --cflags openssl)" AUXLIBS="${AUXLIBS} $(pkg-config --libs openssl)" else # # CHECK THIS - these lines may no longer be needed (required for external TLS patch) # [ "%{with_tlsfix}" = 1 ] && LIBS=-ldl [ "%{with_tlsfix}&quo...