Postfix - Not sending or receiving mail

Discussion in 'Server Operation' started by simon.skeltons, Mar 30, 2022.

  1. simon.skeltons

    simon.skeltons New Member

    Hi
    I followed Tutorial: Update the ISPConfig Perfect Server from Debian 10 to Debian 11
    It all looks good except i cant send or receive mail and Round Cube is gone and so has PHPmyadmin
    In Outlook i get the following :
    'Temporary lookup failure'
    In mail.log:
    ns postfix/smtpd[5441]: warning: hash:/var/lib/mailman/data/virtual-mailman is unavailable. open database /var/lib/mailman/data/virtual-mailman.db: No such file or directory
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Try creating the mailman files as empty files:
    Code:
    mkdir -p /var/lib/mailman/data/
    touch /var/lib/mailman/data/{aliases,transport-mailman,virtual-mailman}
    postmap /var/lib/mailman/data/{aliases,transport-mailman,virtual-mailman}
    
     
  3. simon.skeltons

    simon.skeltons New Member

    Thanks for the reply

    I understand the mkdir portion
    Where must the other two come and how do i create them
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    The commands @Jesse Norell gave can be run on your computer. Cut and paste them.
    As to knowing what they do, try searching for documentation, for example with Internet Search Engines using
    Code:
    bash Curly Brackets Wildcard
     

Share This Page