Steffen Nurpmeso via Postfix-users:
> "But" postfix's sendmail reads the postfix configuration, it will
> not work otherwise, at least once i tried last.
> Going over SMTP (submission that is) can share a single postfix
> instance in between many containers that do not have access to
> the actual configuration, filesystem-wise.
> 
> Often i have wished postfix's sendmail(1) would work otherwise;
> i also used dma (DragonFly Mail Agent) as is now used by default
> on FreeBSD for that purpose (which was quite messy installation-
> order wise), ie, simple sendmail that relays to real postfix.
> 
> Yes, a compile-time configuration option, and a postdrop that
> listens via UNIX domain socket on a path that can be mounted into
> containers, and a postfix sendmail that only works on that path,
> that would be a nice thing container-wise, wouldn't it?
> Just an idea...

Alls you need is to 'mount' the maildtop directory into a container
with read/write permission, and install the Postfix sendmail and
postdrop programs insalled in the container. As long as there is a
Postfix pickup daemon running somewhere, it will pick up new messages
in at most 60 seconds.

Originally. Postfix was designed to support NFS file sharing, where
the maildrop direcfory is shared read/write, the server runs a full
Postfix install, and the clients have Postfix sendmil and postdrop
programs.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to