ClearFoundation Tracker - ClearOS
View Issue Details
0002056ClearOSapp-smtp - SMTP Serverpublic2014-12-17 08:342020-11-06 07:17
user2 
 
normalfeaturehave not tried
closedsuspended 
 
 
0002056: Add certificate parameters to default configuration to aid SMTP relay
The following lines should be added to the default /etc/postfix/main.cf configuration:

# For relaying to mail server using SMTP authentication
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls = yes
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

This will help for those who need to implement an authenticated relay as described here:

http://www.clearfoundation.com/docs/howtos/smtp_authentication_to_isp [^]

Add "ca-certificates" to the app-smtp dependency list (it's what provides the /etc/pki/tls/certs/ca-bundle.crt file).
No tags attached.
Issue History
2014-12-17 08:34user2New Issue
2014-12-17 13:44user2Statusnew => confirmed
2015-01-29 13:09dloperTarget Version7.1.0 Beta 2 =>
2020-11-06 07:17NickHNote Added: 0014841
2020-11-06 07:17NickHStatusconfirmed => closed
2020-11-06 07:17NickHResolutionopen => suspended

Notes
(0014841)
NickH   
2020-11-06 07:17   
Migrated to https://gitlab.com/clearos/clearfoundation/app-smtp/-/issues/13 [^]