Postfix rejects local accounts

Discussion in 'Installation/Configuration' started by tinker, Apr 18, 2009.

  1. tinker

    tinker New Member

    I installed IPSConfig - The Perfect Server - Fedora 10 [ISPConfig 3], the installation went well and it looked the mail was working, however postfix is rejecting users as unknown.

    The mail log shows;

    I'm going back through the instructions, so far I haven't fond any errors.

    Any thoughts?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/postfix/master.cf?
     
  3. tinker

    tinker New Member

    Master.cf content

    Falko,

    Thanks for spending time on this.

     
  4. falko

    falko Super Moderator Howtoforge Staff

    Please replace
    Code:
    maildrop unix - n n - - pipe
    flags=R user=vmail argv=/usr/bin/maildrop [COLOR="Red"]-d ${recipient}[/COLOR] ${extension} ${recipient} ${user} ${nexthop} ${sender}
    with
    Code:
    maildrop unix - n n - - pipe
    flags=R user=vmail argv=/usr/bin/maildrop [COLOR="Red"]-d vmail[/COLOR] ${extension} ${recipient} ${user} ${nexthop} ${sender}
    and restart Postfix.
     
  5. tinker

    tinker New Member

    That's better

    Falko,

    That seems to have fixed the problem. :D

    Thanks!,
    Tinker
     

Share This Page