diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-31 00:21:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-31 00:21:57 +0000 |
commit | 63de5cf5e4aa4d1d33081d7ded74f71376723607 (patch) | |
tree | e9e7eabd68ee596dd48cb0c2ae78ee7d08f8cb7a /mail-mta/nullmailer/files | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-63de5cf5e4aa4d1d33081d7ded74f71376723607.tar.gz gentoo-2-63de5cf5e4aa4d1d33081d7ded74f71376723607.tar.bz2 gentoo-2-63de5cf5e4aa4d1d33081d7ded74f71376723607.zip |
make sure the mailwrapper changes are in place.
Diffstat (limited to 'mail-mta/nullmailer/files')
-rw-r--r-- | mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r3 | 1 | ||||
-rw-r--r-- | mail-mta/nullmailer/files/mailer.conf | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r3 b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r3 new file mode 100644 index 000000000000..d67f55c171d8 --- /dev/null +++ b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r3 @@ -0,0 +1 @@ +MD5 4a0bbe04ca8cf53987b7b1c27087aefe nullmailer-1.00RC7.tar.gz 115253 diff --git a/mail-mta/nullmailer/files/mailer.conf b/mail-mta/nullmailer/files/mailer.conf index 28e387e637ff..346e41df4dee 100644 --- a/mail-mta/nullmailer/files/mailer.conf +++ b/mail-mta/nullmailer/files/mailer.conf @@ -2,8 +2,11 @@ # # Execute the "real" sendmail program from nullmailer # named /usr/sbin/sendmail.nullmailer -sendmail /usr/sbin/sendmail.nullmailer -mailq /usr/bin/mailq.nullmailer +sendmail /usr/sbin/sendmail.nullmailer +send-mail /usr/sbin/sendmail.nullmailer +mailq /usr/bin/mailq.nullmailer +newaliases /usr/sbin/sendmail.nullmailer + # # Execute the "real" sendmail program from postfix, |