Re: Regexp aliases

2008-12-13 Thread Nikita Kipriyanov
mouss пишет: aliases for your own domains. since you are using mysql, let mysql do it for you: virtual_alias_maps = mysql:/etc/postfix/virtual_alias_maps.cf mysql:/etc/postfix/standard_aliases.cf and in the latter, use something like: query = select 'postmas...@example.com'

Re: Regexp aliases

2008-12-13 Thread mouss
Nikita Kipriyanov a écrit : > We run a mail server with virtual domains (mainly there are mailbox > domains). > > For a certain things same aliases needed in the each and every virtual > domain in the system. For example, all these domains maintained by same > people, so it is good thing to have e

Re: Regexp aliases

2008-12-13 Thread Sahil Tandon
Nikita Kipriyanov wrote: > We run a mail server with virtual domains (mainly there are mailbox > domains). > > For a certain things same aliases needed in the each and every virtual > domain in the system. For example, all these domains maintained by same > people, so it is good thing to hav

Regexp aliases

2008-12-13 Thread Nikita Kipriyanov
We run a mail server with virtual domains (mainly there are mailbox domains). For a certain things same aliases needed in the each and every virtual domain in the system. For example, all these domains maintained by same people, so it is good thing to have each domain's postmaster mapped to t