Error in mail.log with some emails

Discussion in 'Installation/Configuration' started by progressed36, Feb 5, 2021.

  1. progressed36

    progressed36 Member

    Hi I finished a migration of a webserver (mailpart) with the migration tool to a dedicated mailserver.

    Now some of my email will go through and some will get an error and gets queued up.
    Error in postqueue:
    local data error while talking to ((RECIEVING MAILSERVER))

    Corresonding error in mail.log
    warning: hash:/etc/postfix/sasl_passwd is unavailable. open database /etc/postfix/sasl_passwd.db: No such file
    warning: hash:/etc/postfix/sasl_passwd lookup error for ">>FICTIONAL EMAILADRESS<<"
    warning: D659860F80: smtp_sasl_password_maps lookup error

    Checking if the file is not there and its not...

    I tried to update ispconfig and reconfigure the services but unfortunatly it didnt help.
     
  2. progressed36

    progressed36 Member

    I have no idea why i had this error (not my first perfect server install), but my solution was:
    Code:
    touch /etc/postfix/sasl_passwd
    Code:
    postmap /etc/postfix/sasl_passwd
    restart postfix
    force the resend of the queue
    Code:
    postqueue -f
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Which OS do you use and which guide did you follow?
     
  4. progressed36

    progressed36 Member

  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  6. progressed36

    progressed36 Member

    You are correct. I used the nightly.

    What i also noticed is that the postfix install doesn't start itself. I have to manually start it by running:

    Code:
    dpkg-reconfigure postfix
     
  7. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

  8. progressed36

    progressed36 Member

Share This Page