[Yanel-commits] rev 53149 - public/yanel/trunk/conf

michi at wyona.com michi at wyona.com
Sat Sep 11 23:09:23 CEST 2010


Author: michi
Date: 2010-09-11 23:09:22 +0200 (Sat, 11 Sep 2010)
New Revision: 53149

Modified:
   public/yanel/trunk/conf/yanel.xml
Log:
note about mail/smtp authentication added

Modified: public/yanel/trunk/conf/yanel.xml
===================================================================
--- public/yanel/trunk/conf/yanel.xml	2010-09-11 13:29:57 UTC (rev 53148)
+++ public/yanel/trunk/conf/yanel.xml	2010-09-11 21:09:22 UTC (rev 53149)
@@ -27,5 +27,9 @@
 <!--
   <smtp host="mail.foo.bar" port="25"/>
 -->
+<!-- Most mail-servers require authentication in order to relay messages to other hosts/domains -->
+<!--
+  <smtp host="mail.foo.bar" port="25" username="foo" password="bar"/>
+-->
 
 </yanel>



More information about the Yanel-commits mailing list