Hi, I've got a problem where my mail server can't receive mail but can send it i have setup the MX records and tested them using dnsstuff.com's E-mail Test and get the result "host86-135-249-37.range86-135.btcentralplus.com. - 86.135.249.37 [Successful connect: Got a good response [250 Ok]]" I am using postfix and my mail log file is attached to this post If anymore infomation is needed just ask Thanks, Unsaferanger
ssl cert problem Hello, the first glance shows me that you are having a cert problem, did you use the perfect install on the mail website, and the install instructions? does this file exist (and is it not 0 ) /etc/postfix/ssl/smtpd.crt you might want to rerun the postfix setup again, then reinstall ispconfig. James
Yeah the file exists but its empty and also im not sure what you mean by "not 0" and yes i used the perfect setup for frdora core 4 instructions
Can you re-run these steps: Code: cd /etc/postfix/ssl/ openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024 chmod 600 smtpd.key openssl req -new -key smtpd.key -out smtpd.csr openssl x509 -req -days 3650 -in smtpd.csr -signkey smtpd.key -out smtpd.crt openssl rsa -in smtpd.key -out smtpd.key.unencrypted mv -f smtpd.key.unencrypted smtpd.key openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650 /etc/init.d/postfix restart