SASL errors - no mail

Discussion in 'Installation/Configuration' started by poisen, Sep 16, 2010.

  1. poisen

    poisen New Member

    Hey everybody,

    I just installed the perfect server with Debian 5 and ISPConfig 2. Sadly, I can't get mail working and keep getting the following errors.

    Code:
    Sep 16 13:26:25 blitz postfix/smtpd[6622]: warning: SASL per-process initialization failed: generic failure
    Sep 16 13:26:25 blitz postfix/smtpd[6622]: fatal: SASL per-process initialization failed
    Sep 16 13:26:26 blitz postfix/master[5976]: warning: process /usr/lib/postfix/smtpd pid 6622 exit status 1
    Sep 16 13:26:26 blitz postfix/master[5976]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
    
    Does anybody have an idea what the problem could be, reinstalled postfix and courier and it is just not working :-(

    Thanks for your help.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/postfix/sasl/smtpd.conf and /etc/postfix/main.cf?

    Did you add the postfix user to the sasl group?
    Code:
    adduser postfix sasl
     

Share This Page