Postfix Cyrus Web cyradm HOWTO
reject8bit: no
quotawarn: 90
timeout: 30
poptimeout: 10
dracinterval: 0
drachost: localhost
sasl_pwcheck_method: saslauthd
sievedir: /usr/sieve
sendmail: /usr/sbin/sendmail
sieve_maxscriptsize: 32
sieve_maxscripts: 5
#unixhierarchysep: yes
7.1.4. Creating the TLS/SSL Certificate
If you want to enable Cyrus' TLS/SSL facilities, you have to create a certificate
first. This requires an OpenSSL installation
openssl req  new  nodes  out req.pem  keyout key.pem
openssl rsa  in key.pem  out new.key.pem
openssl x509  in req.pem  out ca cert  req \
 signkey new.key.pem  days 999
mkdir /var/imap
cp new.key.pem /var/imap/server.pem
rm new.key.pem
cat ca cert >> /var/imap/server.pem
chown cyrus:mail /var/imap/server.pem
chmod 600 /var/imap/server.pem # Your key should be protected
echo tls_ca_file: /var/imap/server.pem >> /etc/imapd.conf
echo tls_cert_file: /var/imap/server.pem >> /etc/imapd.conf
echo tls_key_file: /var/imap/server.pem >> /etc/imapd.conf
7.1.5.
/etc/cyrus.conf
The other file you need to create is
/etc/cyrus.conf
It is the configuration file
for the Cyrus master process. It defines the startup procedures, services and events
to be spawned by process  master .
# standard standalone server implementation
START {
29




MySQL Web Hosting Postfix-Cyrus-Web-cyradm MySQL Hosting




 
TotalRoute.net Business web hosting division of Vision Web Hosting Inc. All rights reserved.