Mailinglist Archive: opensuse (963 mails)
| < Previous | Next > |
Re: [opensuse] I'm stuck - SSL Certs / email server
- From: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Apr 2011 21:37:22 -0500
- Message-id: <4DB62FE2.4060106@suddenlinkmail.com>
On 04/21/2011 05:39 PM, Jim Flanagan wrote:
Jim,
If you get to the point that cyrus isn't working ... just load dovecot. It is simple to configure and setup for imaps. IIRC, the suse dovecot package contains a script to generate the ssl certs (mkcert.sh). Just edit the dovecot-openssl.cnf file in /usr/share/doc/packages/dovecot to fit your needs and run the mkcert.sh script to install the dovecot.pem certs in /etc/ssl/{certs,private} dirs and you're done.
The entire dovecot.conf for imaps (dovecot-2) will look something similar to this:
mail_location = mbox:~/Mail:INBOX=/var/spool/mail/%u
passdb {
driver = pam
}
protocols = imap
service auth {
user = root
}
service imap-login {
inet_listener imap {
port = 0
}
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
protocol lda {
postmaster_address = postmaster@xxxxxxxxxxxxxxx
}
--
David C. Rankin, J.D.,P.E.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
As I said I think I'm very close to having this set up right. Something I'm
missing. Not sure what.
Jim,
If you get to the point that cyrus isn't working ... just load dovecot. It is simple to configure and setup for imaps. IIRC, the suse dovecot package contains a script to generate the ssl certs (mkcert.sh). Just edit the dovecot-openssl.cnf file in /usr/share/doc/packages/dovecot to fit your needs and run the mkcert.sh script to install the dovecot.pem certs in /etc/ssl/{certs,private} dirs and you're done.
The entire dovecot.conf for imaps (dovecot-2) will look something similar to this:
mail_location = mbox:~/Mail:INBOX=/var/spool/mail/%u
passdb {
driver = pam
}
protocols = imap
service auth {
user = root
}
service imap-login {
inet_listener imap {
port = 0
}
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
protocol lda {
postmaster_address = postmaster@xxxxxxxxxxxxxxx
}
--
David C. Rankin, J.D.,P.E.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |