Josh McKee:
> The configuration is fairly straightforward and I've copied the appropriate 
> files from the Sendmail configuration to the Postfix configuration and all 
> seems to be operating as expected with one exception. If the UNIX user 
> account on the right hand side of the virtual mapping doesn't exist Postfix 
> doesn't appear to reject the user. Using the example virtual file from the 
> howto:
> 
> 6    [email protected]    postmaster
> 7    [email protected]                joe
> 8    [email protected]              jane

Indeed. For now, don't specify virtual aliases that have no valid
right-hand side.

The Postfix SMTP server currently does not recursively expand aliases
to find out if the target exists. I may be able to fix that for
one-to-one mappings, but it is not a priority issue.

Finally, it is a good idea to specify a fully-qualified address
on the right-hand-side, for example:

[email protected]    postmaster@localhost

        Wietse

Reply via email to