diff options
author | 2005-07-05 01:04:50 +0000 | |
---|---|---|
committer | 2005-07-05 01:04:50 +0000 | |
commit | e6c559f1b58303fe32aecef8967541dc144e7b23 (patch) | |
tree | 7c399ac4bdbf705c1e562c2b4935ffc63d073f84 /mail-mta/postfix/files | |
parent | new version (diff) | |
download | historical-e6c559f1b58303fe32aecef8967541dc144e7b23.tar.gz historical-e6c559f1b58303fe32aecef8967541dc144e7b23.tar.bz2 historical-e6c559f1b58303fe32aecef8967541dc144e7b23.zip |
Handle rmail binary. Bug #97589.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'mail-mta/postfix/files')
-rw-r--r-- | mail-mta/postfix/files/mailer.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-mta/postfix/files/mailer.conf b/mail-mta/postfix/files/mailer.conf index 937cbfcfe263..466295877bde 100644 --- a/mail-mta/postfix/files/mailer.conf +++ b/mail-mta/postfix/files/mailer.conf @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/mailer.conf,v 1.4 2005/05/04 09:52:10 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/mailer.conf,v 1.5 2005/07/05 01:04:50 ticho Exp $ # $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $ # Execute the "real" sendmail program from postfix, @@ -8,3 +8,4 @@ sendmail /usr/sbin/sendmail.postfix send-mail /usr/sbin/sendmail.postfix mailq /usr/sbin/sendmail.postfix newaliases /usr/sbin/sendmail.postfix +rmail /usr/bin/rmail.postfix |