Forwardings won't work

Discussion in 'HOWTO-Related Questions' started by jpieper, Jul 14, 2009.

  1. jpieper

    jpieper New Member

    Hi guys, I used this article to setup my postfix mailserver on my centos5.3 server. It works fine but my forwardings won't work.

    Code:
    users:
    [email protected]
    
    forwardings:
    source: [email protected]
    destination: [email protected]
    I also tried to add "[email protected]" to "users" table but then it will be delivered directly to [email protected] instead of forwarding to "[email protected]"... Adding "domain.tld" to "transport" table I am getting "loops back to myself".

    At the moment I am getting a "Undelivered Mail Returned to Sender" mail after sending am mail to "[email protected]".

    My "mysql-virtual_forwardings.cf" is set to "virtual_alias_maps" in my main.cf.

    So, what am I doing wrong?
     
  2. jpieper

    jpieper New Member

Share This Page