On Wed, Feb 23, 2011 at 06:11:06PM +0100, Matteo Cazzador wrote:

> I've a strange question is it possible to send an only one account to every 
> server?
>
> example
>
> i...@example.com to postfix server 1
> i...@example.com to postfix server 2
        
    main.cf:
        indexed = ${default_database_type}:${config_directory}/
        virtual_alias_maps = ${indexed}virtual

    virtual:
        i...@example.com        i...@a.example.com, i...@b.example.com

Then arrange appropriate delivery for info@<hostname> on each host.

-- 
        Viktor.

Reply via email to