7 May 2013 14:10
More typos and suggestions
Michael <mike.d.ft402 <at> gmail.com>
2013-05-07 12:10:51 GMT
2013-05-07 12:10:51 GMT
Hello, I would like to tell you about some bugs I've recently encountered, along with ideas of possible enhancement. The NetBSD Guide, 27.1.1 Configuration of generic mapping smtp_generic_maps = hash:/etc/postfix/generic The variable does not exist anymore. After a long time spent searching the web, I found out it has been renamed to "sender_canonical_maps", and either it's not mentioned in the manpages, or I simply overlooked it. It would be nice to see some more examples, like this one, that allows the use of gmail, who require authentication and encryption: smtp_use_tls = yes smtp_sasl_auth_enable = yes relayhost = [smtp.gmail.com]:587 smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = sender_canonical_maps = hash:/etc/postfix/generic message_size_limit = 20480000 The contents of sasl_passwd are: # destination credentials [smtp.gmail.com]:587 mike.d.ft402:p4$$W0rD # [mail.isp.example]:submission username:password It and sasl_passwd.db must have proper mode (640?) so that random people can not see their contents. The "message_size_limit" variable is very useful on its own, for emails nowadays may contain large attachments, and might fail to be delivered locally. If you run fetchmail from cron, that might give an illusion of having no incoming mail. Speaking of cron, it would be nice to mention it in "27.2 fetchmail", for this saves the trouble of checking(Continue reading)
RSS Feed