Page 1 of 1

(Ugrent)Use postfix instead sendmail

Posted: Wed Jan 16, 2008 12:20 am
by timforce
I want to use postfix as MTA instead sendmail,how to configure it.
thanks everybody

Posted: Wed Jan 16, 2008 12:58 am
by mikevl
Hi

It's not that urgent Scalix works well with Sendmail. 100s of 1000s of corporates can't be wrong. However

http://www.scalix.com/wiki/index.php?ti ... te_Postfix

may help you

Mike

Posted: Wed Jan 16, 2008 8:08 am
by djtremors
hey i just found this post and thought I'd try it on my VM box that i'm testing on.

I'm stuck at :

Code: Select all

smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/ssl/key.pem
smtpd_tls_cert_file = /etc/ssl/cert.pem
smtpd_tls_CAfile = /etc/ssl/cacert.pem
smtpd_tls_security_level = may
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom


because /etc/ssl doesn't exist as well as the making the cert command only produced localhost.crt. What about the pem files needed?
I assume just create a server.crt and convert it to a pem, same for the cert,key etc?
Any straight forward command list to do this?

thanks in advance.