ispCP - Board - Support
postfix smtp over ssl port 465 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: postfix smtp over ssl port 465 (/thread-1338.html)



postfix smtp over ssl port 465 - grungy - 09-15-2007 02:35 AM

Anyone tried this with ispcp and postfix?


RE: postfix smtp over ssl port 465 - FeG - 09-15-2007 02:58 AM

Hi...

yes, I got it working... I wrote a HowTo for SSL CA & Apache,Courier,Postfix,ProFTPD yesterday, but couldn't post it in the wiki because of the akismet spamfilter. ephigenie will post it for me, I'll post it in the forum when it's done.

If you need the HowTo urgently, i'll send it to you as plain text...

Greetings
FeG


RE: postfix smtp over ssl port 465 - grungy - 09-15-2007 03:25 AM

Send it please, or post the mail part of the howto here TNX


RE: postfix smtp over ssl port 465 - FeG - 09-15-2007 04:03 AM

Hi...

do you have already the SSL-Key- and -Certificate-File ? If yes, this is the part of the HowTo which applies to postfix:

Activate TLS/SSL in /etc/postfix/main.cf (uncomment these lines):
Code:
smtpd_tld_loglevel        = 2
smtpd_tls_cert_file       = /etc/postfix/postfix.cert.pem
smtpd_tls_key_file        = /etc/postfix/postfix.key.pem
smtpd_use_tls             = yes
smtpd_tls_auth_only       = no
smtpd_tls_received_header = yes

If you don't have the certificates, pm me and I'll send you the HowTo which covers also the generation of SSL-Certs via your own CA.

Greetings
FeG