Ticket #1069 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

saslauthd update for etch

Reported by: anarcat Assigned to: anonymous
Priority: block Milestone: alternc-0.9.7
Component: Package Debian Version: alternc-0.9.6.4
Severity: major Keywords:
Cc:

Description

We need to upgrade our installed saslauthd configuration with the following:

mkdir /var/spool/postfix/var mkdir /var/spool/postfix/var/run mkdir /var/spool/postfix/var/run/saslauthd chown -R root:sasl /var/spool/postfix/var/

/etc/alternc/templates/default/saslauthd:

OPTIONS="-r -m /var/spool/postfix/var/run/saslauthd -O localhost -c"

(instead of PARAMS)

Change History

10/02/07 19:26:38 changed by anarcat

(In [1954]) fix saslauthd config for etch, partial fix. See #1069

10/02/07 19:34:10 changed by anarcat

  • status changed from new to closed.
  • resolution set to fixed.

(In [1955]) fix ownership of saslauthd directory. Closes: #1069

10/02/07 19:37:48 changed by anarcat

(In [1956]) use dpkg-statoverride instead of hardcoding config, because it will be replaced on saslauthd restarts. See: #1069. Closes: #684