Virtual Users And Dom [...] And MySQL (Ubuntu 7.10) - some help needed

Discussion in 'HOWTO-Related Questions' started by rzx, Feb 6, 2008.

  1. rzx

    rzx New Member

    Hi,

    First of all, thanks for the great tutorial. I've set up my mail system using it and everything is working except delivering mail to local system accounts.

    For example:

    Code:
    Feb  6 06:26:24 server postfix/virtual[22256]: 2AEEFD40CB: to=<root@server>, relay=virtual, delay=0.08, delays=0.04/0.02/0/0.02, dsn=5.1.1, status=bounced (unknown user: "root@server")
    
    (real domain/servername replaced with "server")
    
    I have "root: myaccount" in /etc/aliases.

    Any ideas?
     
  2. volksman

    volksman New Member

    set it to something like:

    root: [email protected]

    then run newaliases and it should be good.
     

Share This Page