On 26.06.24 16:29, John Levine via Postfix-users wrote:
I'm trying to set up a little POP toaster on debian that has a few addreses all 
in virtual domains.

I'm using Cyrus SASL (no Dovecot allowed for reasons) and to keep it
simple, I'm using sasldb authentication. I can set up the sasldb with
saslpasswd2 but I am stuck getting the Cyrus sasl daemon to run.  The
advice in the Postfix SASL Howto is wither out of date or for some other
flavor of Linux.

I have the sasl2-bin package installed which includes the daemon
program and some man pages but seems not to have been updated for
systemd or soemthing because its full of bad advice like creating
config files that say to use the saslauth user which doesn't exist.

Does someone have this all working so I can borrow your config files?  TIA.


these are my internal instructions from time I used cyrus sasl:

     adduser postfix sasl
    /etc/default/saslauthd
        START=yes
        OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"
    /etc/postfix/sasl/smtpd.conf
        pwcheck_method: saslauthd
        mech_list: PLAIN LOGIN
    dpkg-statoverride --add root sasl 750 /var/spool/postfix/var/run/saslauthd
    restart saslauthd & postfix


perhaps it helps you
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Windows 2000: 640 MB ought to be enough for anybody
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to