Undelivered Mail Returned to Sender

Discussion in 'Installation/Configuration' started by Tripple, Nov 9, 2007.

  1. Tripple

    Tripple New Member

    On one of my ISPConfig servers the Mail Queue gets floated with bounced mails.

    The mails look like they were send from my server an bounced back to me, always from user uucp. How can I fix this? Create a mail alias uupc to /dev/null

    Something like this:
    <uucp@domain>: maildir delivery failed: create maildir file
    /var/spool/uucp/Maildir/tmp/1194459537.P25680.host:
    Permission denied
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I'd create an alias in /etc/aliases and forward the mails to some other user or /dev/null. Don't forget to run
    Code:
    newaliases
    and restart Postfix after you've changed /etc/aliases.
     

Share This Page