On Sat, Feb 03, 2024 at 04:57:05PM +0100, Jaroslaw Rafa via Postfix-users wrote:

> > The "local" transport is a legacy Sendmail-compatibilty interface,
> > and should generally be avoided.
> 
> Why avoided? If you have local Unix users on your server, and you want those
> users to receive mail, this is the most easy and natural way to go...

Because it has too many features (is complex), between aliases, .forward
files, procmail, ... it gives both the user and the administrator "too
much rope".  Sendmail compatibility also imposes fragile loop detection
logic, less efficient single-recipient per-envelope processing.  When
aliases expand to multiple recipients, and one soft-fails mail
delivery to the others can happen multiple times...

These days, users are far better off with delivery to an IMAP store that
is not tied directly to any login account they may or may not have.
Perhaps they authenticate to Dovecot via PAM, but the mail store should
own the mailbox, not the user.

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

Reply via email to