On Wed, Feb 17, 2010 at 6:09 AM, Michele Carandente
<carande...@gmail.com> wrote:
> This is what I want:
> This is a local mailserver, where all the emails generally are queued
> and then relayed to differents smtp servers (depending of the sender).

Sender?

> As internal emails I'll have different emails from differents
> domain... but I want to be able to say to postfix that one email is
> not local for the next 3 days...


If you defer 'smtp' transport, you need set a new service in master.cf:

smtp-fine      unix  -       -       -       -       -       smtp

Configure transport_maps:

exam...@local.example.com       smtp-fine:


> With the configuration that I've I'm able to do it.
> What I want now is be free to say to postfix that, when I want, all
> the emails will be relayed automatically (instead of be queued)
>
> So I need some value for defer_transports and default_transport
> (because, as I said before, if I comment out this 2 commands, postfix
> is relaying without put in queue...)
>
> I hope I'm more understandable...
> Thanks
> Michele
>



-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)

Reply via email to