Obsolete Releases > SME 8.x Contribs
SOGo-Integration
(1/1)
detlevp:
Hello, I want to make this contribution to SOGo integration at dovecot. Can someone help me as I include the information in the .GnustepDefaults and expand by lead. At this point (/ home/sogo/GNUstep/Defaults/.GNUstepDefaults) it can not take place.
========================================================================
SOGo integration
To enable all these features with SOGo, you need to modify it's configuration. Here're the configuration to change (you need to create a custom template) in /home/sogo/GNUstep/Defaults/.GNUstepDefaults:
SOGoSieveServer = "sieve://localhost:4190";
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoSieveScriptsEnabled = YES;
Here's the snippet I've added in the template to conditionnally enable all this:
{
if (($sieve{'status'} || 'disabled') eq 'enabled'){
my $sieveport = $sieve{'TCPPort'} || '4190';
$OUT .=<<"HERE";
SOGoSieveServer = "sieve://localhost:$sieveport";
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoSieveScriptsEnabled = YES;
HERE
}
}
Then, just expand /home/sogo/GNUstep/Defaults/.GNUstepDefaults and restart SOGo, now you should have access to all these extra features :-)
========================================================================
Thanks and greeting
Detlev
CharlieBrady:
--- Quote from: detlevp on October 13, 2012, 11:06:22 PM ---Hello, I want to make this contribution to SOGo integration at dovecot.
--- End quote ---
The URL you posted is invalid. This is what you meant:
https://wikit.firewall-services.com/doku.php?id=smedev:dovecot
I think the best place to seek assistance with development issues is on the 'devinfo' email list.
http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual
http://lists.contribs.org/mailman/listinfo/devinfo
Stefano:
Moving to Contribs
detlevp:
Hi Charlie,
--- Quote from: CharlieBrady on October 14, 2012, 10:04:39 PM ---The URL you posted is invalid. This is what you meant:
https://wikit.firewall-services.com/doku.php?id=smedev:dovecot
--- End quote ---
Thank you for your help. This is precisely the article. I wanted to install dovecot to test the shared folders feature. I could use SOGo to see the results.
--- Quote from: CharlieBrady on October 14, 2012, 10:04:39 PM ---I think the best place to seek assistance with development issues is on the 'devinfo' email list.
http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual
http://lists.contribs.org/mailman/listinfo/devinfo
--- End quote ---
I'll be looking for a closer look.
Greeting Detlev
CharlieBrady:
--- Quote from: detlevp on October 15, 2012, 06:16:35 PM ---I wanted to install dovecot to test the shared folders feature.
--- End quote ---
dovecot is already installed. Perhaps you mean you wish to install a later version of dovecot. Or to configure dovecot differently somehow.
Navigation
[0] Message Index
Go to full version