PDA

View Full Version : Forwardings in postfix + MySQL


coza
23rd March 2006, 16:10
Hi falco,

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

I.E :

INSERT INTO `forwardings` (`source`, `destination`) VALUES ('mail1@domain.com, mail2@domain.com', 'mail3@anotherdomain.com');


How does one create aliases for mailboxes ?

thanks,

CoZa.

falko
23rd March 2006, 18:16
A quick one..... can you specify multiple addresses in the source field ?

I.E :

INSERT INTO `forwardings` (`source`, `destination`) VALUES ('mail1@domain.com, mail2@domain.com', 'mail3@anotherdomain.com');


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

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

coza
24th March 2006, 09:31
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

till
24th March 2006, 09:34
Create separate entries. One for each forwarded address.

coza
24th March 2006, 09:38
Will do , thanks.