Line 31: |
Line 31: |
| min_user_uid = 5000 | | min_user_uid = 5000 |
| min_group_gid = 5000 | | min_group_gid = 5000 |
− |
| |
− | nano /etc/zarafa/gateway.cfg [optional]
| |
− | pop3_enable = no
| |
− | pop3s_enable = no
| |
− | imap_enable = yes
| |
− | imap_port = 144
| |
− | imaps_enable = no
| |
| | | |
| ===SME templates=== | | ===SME templates=== |
Line 105: |
Line 98: |
| config set zarafa-server service status enabled | | config set zarafa-server service status enabled |
| config set zarafa-spooler service status enabled | | config set zarafa-spooler service status enabled |
− | config set zarafa-gateway service TCPPort 144 access private status enabled [optional, access public/private as required]
| |
| ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99zarafa-server | | ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99zarafa-server |
| ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99zarafa-spooler | | ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99zarafa-spooler |
− | ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99zarafa-gateway [optional, and yes it can start before -server]
| |
| | | |
| Configure Zarafa calendar scheduling. (http://en.wikipedia.org/wiki/TNEF) | | Configure Zarafa calendar scheduling. (http://en.wikipedia.org/wiki/TNEF) |
Line 119: |
Line 110: |
| /etc/init.d/zarafa-server start | | /etc/init.d/zarafa-server start |
| /etc/init.d/zarafa-spooler start | | /etc/init.d/zarafa-spooler start |
− | /etc/init.d/zarafa-gateway start; signal-event remoteaccess-update [optional]
| |
| | | |
| Create Zarafa public store | | Create Zarafa public store |
Line 155: |
Line 145: |
| | | |
| ====IMAP==== | | ====IMAP==== |
− | To access the mail in zarafa with an email client | + | To access mail in zarafa with an email client |
| + | |
| + | nano /etc/zarafa/gateway.cfg |
| + | pop3_enable = no |
| + | pop3s_enable = no |
| + | imap_enable = yes |
| + | imap_port = 144 |
| + | imaps_enable = no |
| | | |
− | Configure, enable and start /etc/init.d/zarafa-gateway
| + | config set zarafa-gateway service TCPPort 144 access private status enabled [access public/private as required] |
| + | ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99zarafa-gateway |
| + | /etc/init.d/zarafa-gateway start; signal-event remoteaccess-update |
| | | |
| Configure your IMAP client to use port 144 | | Configure your IMAP client to use port 144 |
Line 164: |
Line 163: |
| To access the calender functions with an iCal client eg, Thunderbird and Lighting | | To access the calender functions with an iCal client eg, Thunderbird and Lighting |
| | | |
− | Configure, enable and start /etc/init.d/zarafa-ical
| + | nano /etc/zarafa/ical.cfg [maybe use icals on 8443] |
| + | ical_enable = yes |
| + | ical_port = 8088 |
| + | |
| + | config set zarafa-ical service TCPPort 8088 access private status enabled [access public/private as required] |
| + | ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99zarafa-ical |
| + | /etc/init.d/zarafa-ical start; signal-event remoteaccess-update |
| + | |
| + | Note, there are problems with /webaccess http://forums.zarafa.com/viewtopic.php?f=13&t=1019 |
| | | |
| ====Mobiles==== | | ====Mobiles==== |