Changes

Jump to navigation Jump to search
326 bytes added ,  06:04, 14 September 2008
no edit summary
Line 1: Line 1:  
'''Cyrus-Imap'''
 
'''Cyrus-Imap'''
 +
 
=How to install and use cyrus-imap on sme7=
 
=How to install and use cyrus-imap on sme7=
 
Cyrus-imap enables folder sharing of mail items. Coupled with the Toltec connector, it can replace many functions of the Exchange Server with mail client Outlook.
 
Cyrus-imap enables folder sharing of mail items. Coupled with the Toltec connector, it can replace many functions of the Exchange Server with mail client Outlook.
 +
 +
By Sophie Romano (SopRom)
    
This howto presents installation and usage of the cyrus-imap server on a Sme-Server system.
 
This howto presents installation and usage of the cyrus-imap server on a Sme-Server system.
Line 34: Line 37:     
Some services (imap, imaps, pop, pops) are disabled and replaced. After the installation of needed RPMS, templates are created and expanded, and newly replaced services are enabled. Finally, a panel is added to the server-manager menu.
 
Some services (imap, imaps, pop, pops) are disabled and replaced. After the installation of needed RPMS, templates are created and expanded, and newly replaced services are enabled. Finally, a panel is added to the server-manager menu.
 +
 +
The script will install these packages:
 +
yum -y install \
 +
cyrus-imapd \
 +
cyrus-imapd \
 +
cyrus-imapd-devel \
 +
cyrus-imapd-murder \
 +
cyrus-imapd-nntp \
 +
cyrus-imapd-utils \
 +
cyrus-sasl-devel \
 +
cyrus-sasl-gssapi \
 +
cyrus-sasl-ntlm \
 +
cyrus-sasl-plain \
 +
perl-Cyrus \
 +
cyrus-sasl \
 +
cyrus-sasl-md5
    
Note that POP and IMAP are rendered inaccessible from the Internet with these changes. It better to leave that so since vulnerabilities with this cyrus-imap implementation are not managed and investigated by the dev-team.
 
Note that POP and IMAP are rendered inaccessible from the Internet with these changes. It better to leave that so since vulnerabilities with this cyrus-imap implementation are not managed and investigated by the dev-team.
 +
 
==Install==
 
==Install==
 
  mkdir -p /root/cyrus/uninstall
 
  mkdir -p /root/cyrus/uninstall
59

edits

Navigation menu