diff options
author | 2014-06-06 16:46:43 +0000 | |
---|---|---|
committer | 2014-06-06 16:46:43 +0000 | |
commit | ff4dd842db90a57f5429ec31926a9a540793d218 (patch) | |
tree | db45fa9cd730a5c6aca573d6e2941cc6e50c7ff2 | |
parent | when relying on the local enqueuer, fix an issue with long To and Cc lines (diff) | |
download | wireguard-openbsd-ff4dd842db90a57f5429ec31926a9a540793d218.tar.xz wireguard-openbsd-ff4dd842db90a57f5429ec31926a9a540793d218.zip |
replace sendmail with smtpd in a comment
reported by Scott McEachern <scott@blackstaff.ca>
ok deraadt@ and todd@
-rw-r--r-- | etc/mail/aliases | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mail/aliases b/etc/mail/aliases index 266cd4e7c85..84f0bbebaab 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,12 +1,12 @@ # -# $OpenBSD: aliases,v 1.44 2014/04/28 17:03:48 okan Exp $ +# $OpenBSD: aliases,v 1.45 2014/06/06 16:46:43 gilles Exp $ # # Aliases in this file will NOT be expanded in the header from # Mail, but WILL be visible over networks or from /usr/libexec/mail.local. # # >>>>>>>>>> The program "newaliases" must be run after # >> NOTE >> this file is updated for any changes to -# >>>>>>>>>> show through to sendmail. +# >>>>>>>>>> show through to smtpd. # # Basic system aliases -- these MUST be present |