diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-04-26 18:06:07 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-04-26 18:06:07 +0000 |
commit | 7f775bdc887c5f7ea98d7171b7c38b085bcc4de5 (patch) | |
tree | 3034bf9d0cff31b1197a35373b75327b4cc3ce85 /mail-mta/esmtp/files | |
parent | add Application to opera.desktop to show up in GNOME, bug #90508 (diff) | |
download | gentoo-2-7f775bdc887c5f7ea98d7171b7c38b085bcc4de5.tar.gz gentoo-2-7f775bdc887c5f7ea98d7171b7c38b085bcc4de5.tar.bz2 gentoo-2-7f775bdc887c5f7ea98d7171b7c38b085bcc4de5.zip |
fix mailer.conf
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/esmtp/files')
-rw-r--r-- | mail-mta/esmtp/files/mailer.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail-mta/esmtp/files/mailer.conf b/mail-mta/esmtp/files/mailer.conf index 72ed19d7e39e..9f306b4da7ba 100644 --- a/mail-mta/esmtp/files/mailer.conf +++ b/mail-mta/esmtp/files/mailer.conf @@ -1,8 +1,8 @@ -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/files/mailer.conf,v 1.1 2005/04/26 11:53:13 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/files/mailer.conf,v 1.2 2005/04/26 18:06:07 ferdy Exp $ # Execute the "real" sendmail program from esmtp # -sendmail /usr/bin/sendmail.ebsmtp -send-mail /usr/bin/sendmail.ebsmtp -mailq /usr/bin/mailq.ebsmtp -newaliases /usr/bin/newaliases.ebsmtp +sendmail /usr/bin/sendmail.esmtp +send-mail /usr/bin/sendmail.esmtp +mailq /usr/bin/mailq.esmtp +newaliases /usr/bin/newaliases.esmtp |