==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=4891

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================





--- Comment #7 from Darrell May <[email protected]>  2008-12-24 13:50:08 ---
IIUC, these appear to be the minimal changes required (based on
smeserver-zarafa-0.9.0-24.el4.sme) to permit zarafa and sme default apps &
services to co-exist:

/etc/e-smith/db/configuration/migrate/80zarafa

-    $DB->set_prop('pop3',  'TCPPort', '8110');
-    $DB->set_prop('pop3s', 'TCPPort', '8995');
-    $DB->set_prop('imap',  'TCPPort', '8143');
-    $DB->set_prop('imaps', 'TCPPort', '8993');
-    $DB->set_prop('pop3',  'status',  'disabled');
-    $DB->set_prop('pop3s', 'status',  'disabled');
-    $DB->set_prop('imap',  'status',  'disabled');
-    $DB->set_prop('imaps', 'status',  'disabled');

/etc/e-smith/templates/etc/zarafa/gateway.cfg/gateway.cfg

- pop3_port        =       { ${'zarafa-gateway'}{pop3port} || '110'; }
+ pop3_port        =       { ${'zarafa-gateway'}{pop3port} || '8110'; }

- pop3s_port       =       { ${'zarafa-gateway'}{pop3sport} || '995'; }
+ pop3s_port       =       { ${'zarafa-gateway'}{pop3sport} || '8995'; }

- imap_port        =      { ${'zarafa-gateway'}{imapport} || '143'; }
+ imap_port        =      { ${'zarafa-gateway'}{imapport} || '8143'; }

- imaps_port      =        { ${'zarafa-gateway'}{imapsport} || '993'; }
+ imaps_port      =        { ${'zarafa-gateway'}{imapsport} || '8993'; }

/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/29ZarafaAliases

- foreach $place
('zarafa','webaccess','webmail','mobile','Microsoft-Server-ActiveSync')
+ foreach $place ('zarafa','webaccess','mobile','Microsoft-Server-ActiveSync')

/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86ZarafaAlias

+ Alias /zarafa /var/www/html/webaccess/
+ <Directory /var/www/html/webaccess/>
+  Options -Indexes
+  AllowOverride None
+  order allow,deny
+  allow from all
+  AddType application/x-httpd-php .php
+  php_flag magic_quotes_gpc off
+  php_flag track_vars on
+ </Directory>


-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam

Reply via email to