(OT) Postfix Virtual
Peter Russell
pete at ENITECH.COM.AU
Wed Nov 30 21:25:00 GMT 2005
[ The following text is in the "ISO-8859-1" character set. ]
[ Your display is set for the "US-ASCII" character set. ]
[ Some characters may be displayed incorrectly. ]
Ahh thanks.
I could use your second example, the username format is different
between these systems. What is the . for in @.* ?
/user1 at .*/ user2 at domain3.tld
or i guess if i knew the regexp i could use something like your
/(.*)@domain[12].tld/ $1 at domain3.tld
How would this work for for and does it mean i could get away with
having that one line?
domain1 (@sub.mydomain.com)
domain2 (@mydomain.com)
domain3 (@domain3.com)
Many thanks for your help
Pete
Glenn Steen wrote:
> On 30/11/05, Glenn Steen <glenn.steen at gmail.com> wrote:
> (snip)
>
>>@domain1.tld @domain3.tld
>>@domain2.tld @domain3.tld
>
> (snip)
>
>>/(.*)@domain[12].tld/ $1 at domain3.tld
>
> (snip)
> those two would be rather equivalent... probably not what you're looking for.
> You might be more interrested in something like:
> /user1 at .*/ user2 at domain3.tld
> although that would assume that user1 could never exist in any but the
> affected domains. I'm sure you can imagine the permutations...
>
> --
> -- Glenn
> email: glenn < dot > steen < at > gmail < dot > com
> work: glenn < dot > steen < at > ap1 < dot > se
>
> ------------------------ MailScanner list ------------------------
> To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
> 'leave mailscanner' in the body of the email.
> Before posting, read the Wiki (http://wiki.mailscanner.info/) and
> the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
>
> Support MailScanner development - buy the book off the website!
>
>
>
------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
Support MailScanner development - buy the book off the website!
More information about the MailScanner
mailing list