diff options
author | duritong <peter.meier@immerda.ch> | 2009-04-10 23:28:48 +0200 |
---|---|---|
committer | duritong <peter.meier@immerda.ch> | 2009-04-10 23:28:48 +0200 |
commit | 0b84c4ba0ab342ad66657ae49d95acb1a26e2e68 (patch) | |
tree | 05277443417fbbd92d18b389c8f9815e55f9d13c /py-bin | |
parent | 455236e752c4d80b56fa295c805af938ae0dc90b (diff) |
last change for the default config
Diffstat (limited to 'py-bin')
-rw-r--r-- | py-bin/config.py-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py-bin/config.py-dist b/py-bin/config.py-dist index 729d5cb..fff61be 100644 --- a/py-bin/config.py-dist +++ b/py-bin/config.py-dist @@ -9,7 +9,7 @@ mail_from_addr = "jabber@domain1.ch" # to use sendmail for delivery, use this: use_sendmail = True # to use python smtplib, configure these smtp options -#smtp_server = "sicher.immerda.ch" +#smtp_server = "mail.domain1.ch" # if you comment out user/pass, no smtp auth will be done #smtp_user = "" #smtp_pass = "" |