October 22, 2007

 How to convert your Webmail Apache SSL to pop3s/imaps

cat /etc/httpd/ssl/[your-private-key] /etc/httpd/ssl/[your-issued-crt] > imapd.pem
cat /etc/httpd/ssl/[your-private-key] /etc/httpd/ssl/[your-issued-crt] > pop3d.pemcopy .pem files to /usr/local/atmail/mailserver/share

enable "Enable SSL support" [x]

(Enable SSL POP3/IMAP Support on startup)

Enter:

POP3 SSL Certificate:  [ /usr/local/atmail/mailserver/share/pop3d.pem ]
IMAP SSL Certificate:  [ /usr/local/atmail/mailserver/share/imapd.pem ]

restart atmailserver:

# service atmailserver restart

test with mail client & enjoy

Alex

PS: IF required, remember to open tcp ports: 995 (pop3s) and 993 (imaps) in your firewall .-)


Filed under: Encryption, Linux version — info @ 1:24 pm

 

October 12, 2007

 Session Patch for @Mail <= 5.1 versions

In order to improve cookie session security within @Mail, the development team have made available a patch for existing @Mail 5.X installs up to and including version 5.1. The patch improves the following:

(more...)


Filed under: Installation, PHP version — info @ 8:34 am