Your message dated Thu, 14 Jul 2016 01:13:58 -0400
with message-id <3202068.VjlxHni7Ph@kitterma-e6430>
and subject line postfix-tls binary is long obsolete
has caused the Debian Bug report #177899,
regarding postfix-tls: Documentation on the update from postfix-tls (woody) to 
postfix-tls (sarge)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
177899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177899
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postfix-tls
Version: 1.1.11.0-3
Severity: normal

I wrote this documentation to describe the passage of Postfix-tls from Woody to 
Sarge.
By updating a mail server (non critical :-) ) from Woody to Sarge, I had a stop 
of several hours of service, one could receive mails, but one could not any 
more sent mails via SMTP AUTH.

The Sarge version of Postfix-tls uses version 2 of the SASL library. 
The installation of Postfix-tls requires the package libsasl2.
But to function with SMTP AUTH support Postfix-tls requires the packages :

libsasl2-modules-plain
libsasl2-digestmd5-plain (optional)
sasl2-bin

The method of authentification is configured in the file : 
/etc/postfix/sasl/smtpd.conf
with the following directive : sasl_pwcheck_method: saslauthd

Saslauthd is the SASL authentication server use by Postfix to carry out the 
authentication requests.
It is contained in the package sasl2-bin.
To configure saslauthd modify the file : /etc/default/saslauthd 

START=yes
MECHANISMS=pam

Restart saslautd : /etc/init.d/saslauthd restart


The file /etc/pam.d/smtp contains :

auth            required       pam_unix_auth.so
account         required       pam_unix_acct.so


Although the use of PAM modules, should make it possible to use the files 
/etc/passwd and /etc/shadow. 
I had create the file /etc/sasldb2 (with the command saslpasswd2) which 
contains the whole of the couples login/password for the SMTP AUTH.

saslpasswd2 -c -f /etc/sasldb2 -u realm login

With the realm identical to the directive smtpd_sasl_local_domain of Postfix.

Regards.


-- System Information
Debian Release: testing/unstable
Kernel Version: Linux eole 2.4.19 #2 SMP mar sep 24 20:59:26 CEST 2002 i686 
Pentium II (Deschutes) GenuineIntel GNU/Linux

Versions of the packages postfix-tls depends on:
ii  debconf        1.2.21         Debian configuration management system
ii  libc6          2.2.5-14.3     GNU C Library: Shared libraries and Timezone
ii  libdb3         3.2.9-17       Berkeley v3 Database Libraries [runtime]
ii  libgdbmg1      1.7.3-27.1     GNU dbm database routines (runtime version).
ii  libsasl2       2.1.2-2        Authentication abstraction library.
ii  libssl0.9.6    0.9.6g-6       SSL shared libraries
ii  postfix        1.1.11.0-3     A high-performance mail transport agent


--- End Message ---
--- Begin Message ---
Closing as OBE.  If somehow this issue is still applicable, please reopen.

Scott K

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to