Andrew Colin Kissa schreef: > On 08 Nov 2010, at 6:06 PM, [email protected] wrote: > >> local_hostname=DNS_NAME.get_fqdn()) >> File "/usr/local/lib/python2.6/smtplib.py", line 239, in __init__ >> (code, msg) = self.connect(host, port) >> File "/usr/local/lib/python2.6/smtplib.py", line 295, in connect >> self.sock = self._get_socket(host, port, self.timeout) >> File "/usr/local/lib/python2.6/smtplib.py", line 273, in _get_socket >> return socket.create_connection((port, host), timeout) >> File "/usr/local/lib/python2.6/socket.py", line 561, in create_connection >> raise error, msg >> socket.error: [Errno 60] Operation timed ou > That is because you either do not have an SMTP server running on the machine > running baruwa or it is firewalled off, if you intend to send mail via > another SMTP server > then set the option > > EMAIL_HOST = 'smtp_host_name' > > in your settings.py file. > > -- > Baruwa - www.baruwa.org > > _______________________________________________ > Baruwa mailing list > [email protected] > http://lists.baruwa.org/mailman/listinfo/baruwa Thanks, that did it. I thought it could not find the MTA, i looked in the settings.py file, but could not find this setting. Is there a file where all cinfigure able settings are mentioned.?
Two more things. I miss a total of all mail send in the message totals report page, it would be nice to see the totals of all mail, spam,viruses and Mb's send in that report page. Is it possible to tell sendpdfreports that i want the totals only for mont june or februari.., and only for domain a or b , and can i send a copy to say the admin user.. Sorry for all the questions.. I installed the BarruwaUserSettings file, and all seems to work like it should. Thanks for all your effort in this. regards, Johan Hendriks _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

