Forwardings in postfix + MySQL

Discussion in 'HOWTO-Related Questions' started by coza, Mar 23, 2006.

  1. coza

    coza New Member

    Hi falco,

    A quick one..... can you specify multiple addresses in the source field ?

    I.E :

    Code:
    
    
    INSERT INTO `forwardings` (`source`, `destination`) VALUES ('[email protected], [email protected]', '[email protected]');
    Code:
    
    

    How does one create aliases for mailboxes ?

    thanks,

    CoZa.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Have a look at the tutorial, all options are explained on the last page.

    You can put @domain.com into the source field.
     
  3. coza

    coza New Member

    There seems to be no reference to having multiple addresses forwarding to a silngle mailbox in the reference.

    Am i able to include more than one address in the source field, or do i just have to create seperate entries ?


    CoZa
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Create separate entries. One for each forwarded address.
     
  5. coza

    coza New Member

    Will do , thanks.
     

Share This Page