After installing OS 6.4 on my Qube the pop-before-relay does not work. What can I do to get it working again?
6.4 breaks the POP-B4-SMTP on the Qube. You can fix it this way: 1. Download the script 2. Connect to your server and become root (su -) 3. chmod 755 pop-before-relay-fix.pl 4. Run the script and make some backups ./pop-before-relay-fix.pl /etc/mail/sendmail.cf > /etc/mail/sendmail.cf.popauth cd /etc/mail cp sendmail.cf sendmail.cf.bak cp sendmail.cf.popauth sendmail.cf 5. Restart sendmail and poprelayd /etc/rc.d/init.d/poprelayd restart /etc/rc.d/init.d/sendmail stop killall -9 sendmail /etc/rc.d/init.d/sendmail start Hopefully this fixes things.