summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-06-10 22:43:29 +0000
committerMarius Mauch <genone@gentoo.org>2006-06-10 22:43:29 +0000
commiteeca7dd7cc2ca3ccf2cea1006cfa754d7b7513e6 (patch)
tree8c6dc0482a56a1f022d2f8b8cccc7ec8a5bfb79a /cnf
parentrefactor elog mail stuff so it's reusable by other tools (like glsa-check) (diff)
downloadportage-multirepo-eeca7dd7cc2ca3ccf2cea1006cfa754d7b7513e6.tar.gz
portage-multirepo-eeca7dd7cc2ca3ccf2cea1006cfa754d7b7513e6.tar.bz2
portage-multirepo-eeca7dd7cc2ca3ccf2cea1006cfa754d7b7513e6.zip
add code to allow sendmail binaries to be used instead of a smtp connection for sending mails
svn path=/main/trunk/; revision=3485
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 2180cd95..8f9650ee 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -339,6 +339,7 @@ PORTAGE_ELOG_CLASSES="warn error log"
# user: username for smtp auth (defaults to none)
# passwd: password for smtp auth (defaults to none)
# mailserver: smtp server that should be used to deliver the mail (defaults to localhost)
+# alternatively this can also be a the path to a sendmail binary if you don't want to use smtp
# port: port to use on the given smtp server (defaults to 25, values > 100000 indicate that starttls should be used on (port-100000))
# Examples:
#PORTAGE_ELOG_MAILURI="root@localhost localhost" (this is also the default setting)