Page 6 of 6
Generating SSL, tips and conclusion
Just now generate your SSL certificate and key
# cd /etc/postfix/
# openssl genrsa 1024 > mail-key.pem
# chmod 400 mail-key.pem
# openssl req -new -x509 -nodes -sha1 -days 365 -key mail-key.pem > mail-cert.pem
I tested and got into production everything was done here.
Packages used:
- postfix.i386 2:2.3.3-2.1.centos.mysql_pgsql
- dovecot.i386 1.0.7-7.el5
- mysql-server.i386 5.0.77-4.el5_5.4
- httpd.i386 2.2.3-43.el5.centos.3
- squirrelmail.noarch 1.4.8-5.el5.centos.10
- postfixadmin-2.3.2
<< Prev - Next
Last Updated (Saturday, 08 January 2011 03:56)




Comments
in Postfix master.cf file, there MUST BE a white character preceding line "flags=DRhu user=vmail:mail (...). Otherwise Posftix will die on startup.
These two lines must look EXACTLY like that:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/deliver -d $(recipient)
And there is a small mistake on page 4 in the first "mv" command. It should look like that:
mv postfixadmin-2.3.2 postfixadmin
Thank you for great tutorial! You did great job!
One more thing worth to note: in postifx master.cf file the line "flags=DRhu user=vmail:mail..." MUST BE PRECEDED WITH WHITE CHARACTER. Otherwise fetchmail will die on startup.
It needs to look eactly like this:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/deliver -d $(recipient)
And there is a small mistake on page 4, in first "mv" command:
WRONG: #mv postfixadmin-2.3.2.tar.gz postfixadmin
GOOD: # mv postfixadmin-2.3.2 postfixadmin
Thank you once again for great tutorial!
NOTE on comment #3: when you copy&paste into config files, look out for new line characters in copied lines. Remove new line characters in mysql queries in dovecot-sql.conf
[root@centos55 etc]# service dovecot start
Starting Dovecot Imap: [ OK ]
[root@centos55 etc]# service dovecot status
dovecot dead but subsys locked.
Result in /var/log/maillog. I can't find anything about this by Google searching. Have been beating my head on it for days. Any guidance with this would be awsome.
Oct 10 12:57:10 centos55 dovecot: Dovecot v1.0.7 starting up
Oct 10 12:57:10 centos55 dovecot: Auth process died too early - shutting down
Oct 10 12:57:10 centos55 dovecot: auth(default): Error in configuration file /etc/dovecot-sql.conf line 9: Unknown setting: concat('dirsize:storage
Oct 10 12:57:10 centos55 dovecot: child 25999 (auth) returned error 89
/etc/dovecot-sql.conf
i got the output error as show below:
Jul 22 11:01:29 isptestmail dovecot: auth-worker(default) : plain_md5_verif y(extranho@ispt estmail.tl): Invalid password encoding
Jul 22 11:01:29 isptestmail dovecot: imap-login: Aborted login: user=, method=PLAIN, rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured
what should I do now? i have change default_pass_sc heme to PLAIN, MD5 , but still got the same error...
thx before..
I am just wondering how do I create bulk email (about 100) at once? Is there any script to make this automated?
Thank you!
Jen
RSS feed for comments to this post.