Tom Leach <[EMAIL PROTECTED]> writes: > I'm a postfix newb (sendmail veteran) but I thought I would take a few > cracks at postfix since that seems to be the current rage. I'll try > using dmail since that doesn't need root access (but I'm not sure if I > can get the master.cf to run dmail as the destination user or just a > mail daemon user) and if that doesn't pan out, it's back to > sendmail.
In the postfix main.cf file, you may use: mailbox_command = /usr/local/bin/dmail mailbox_size_limit = 0 local_destination_recipient_limit = 1 local_destination_concurrency_limit = 1 This works well, for me at least. The dmail process is run as the destination user, so no problem here. -- Nicolas _______________________________________________ Imap-uw mailing list [email protected] https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
