Enrico g:
> 2b
> Here comes a big question. I want a MTA that can receive mail from
> clients using SMTP and send those "big bag of mails" using server
> smtp.domain.net instead of take care to distribute every single mail.
> Can postfix do this? and how?

/etc/postfix/main.cf:
   # Don't deliver remote mail immediately.
   defer_transports = smtp, relay
   # Send remote mail via this host.
   relayhost = smtp.domain.net

You'd flush the queue with "sendmail -q" or "postqueue -f".

        Wietse

Reply via email to