ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002056ClearOSapp-smtp - SMTP Serverpublic2014-12-17 08:342020-11-06 07:17
Reporteruser2 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionsuspended 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002056: Add certificate parameters to default configuration to aid SMTP relay
DescriptionThe 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).
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0014841)
NickH (developer)
2020-11-06 07:17

Migrated to https://gitlab.com/clearos/clearfoundation/app-smtp/-/issues/13 [^]

- Issue History
Date Modified Username Field Change
2014-12-17 08:34 user2 New Issue
2014-12-17 13:44 user2 Status new => confirmed
2015-01-29 13:09 dloper Target Version 7.1.0 Beta 2 =>
2020-11-06 07:17 NickH Note Added: 0014841
2020-11-06 07:17 NickH Status confirmed => closed
2020-11-06 07:17 NickH Resolution open => suspended