OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: virtual userdomain.tld

From: Soren Schimkat (schimkathum.aau.dk)
Date: Thu Mar 02 2006 - 01:55:57 CST


Magnus Bäck wrote:
> On Wednesday, March 01, 2006 at 12:56 CET,
> Soren Schimkat <schimkathum.aau.dk> wrote:
>
>
>>Magnus Bäck wrote:
>>
>>
>>>The answer depends on how you pass the mail to Cyrus. With
>>>no configuration details and no logs showing this incorrect
>>>behaviour we cannot help you.
>>
>>I deliver mail to cyrus using the following command:
>>
>>/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
>>
>>Perhaps this is the place where I must change something to use
>>"userdomain" usernames instead of "user" names?
>
>
> Yes. Specifically, use a pipe(8) macro like ${recipient} that expands to
> the complete recipient address. The pipe(8) man page documents which
> macros are available.
>

Great .. this was just what I needed. :-)

Thanks.