Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
[Feature Request] Use certificate both for smtpd and smpt connections in postfix
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Feature Request] Use certificate both for smtpd and smpt connections in postfix (Read 899 times)
fred.bloggs
Newbie
Posts: 8
Karma: 0
[Feature Request] Use certificate both for smtpd and smpt connections in postfix
«
on:
August 11, 2022, 06:34:45 pm »
Hi,
some smart host providers allow authentication via certificate instead of IP or user/password. E.g. O365 outlook connector supports this.
To make this work the following settings in postfix conf need to be set for outgoing connections:
postconf -e "smtp_tls_cert_file = <cert file>"
postconf -e "smtp_tls_key_file = <cert key>"
As I can see, currently the certificate selected in the GUI only applies to inbound connections:
postconf -e "smtpd_tls_cert_file = <cert file>"
postconf -e "smtpd_tls_key_file = <cert key>"
Am I missing something or may there be a chance to add this support?
Thank you.
Fred
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1611
Re: [Feature Request] Use certificate both for smtpd and smpt connections in postfix
«
Reply #1 on:
August 12, 2022, 10:50:36 am »
Feature requests are best recorded on GitHub:
https://github.com/opnsense/plugins/issues/new?assignees=&labels=&template=feature_request.md&title=
Cheers,
Franco
Logged
fred.bloggs
Newbie
Posts: 8
Karma: 0
Re: [Feature Request] Use certificate both for smtpd and smpt connections in postfix
«
Reply #2 on:
January 23, 2023, 11:04:52 pm »
Feature request:
https://github.com/opnsense/plugins/issues/3274
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
[Feature Request] Use certificate both for smtpd and smpt connections in postfix