1 (edited by saidmsl 2009-09-05 03:05:42)

Topic: sogo

Hi,

if any interested to make iredmail work with Sogo (scalableogo.org) / ie the ldap part of iredmail, here is the GNUStepDefaults :

replace mysql & ldap dn

{
    NSGlobalDomain = {
    };
    gdnc = {
    };
    sogod = {
    debug = yes;
        NGImap4DisableIMAP4Pooling = YES;
        NGUseUTF8AsURLEncoding = YES;
        OCSFolderInfoURL = "mysql://<user mysql>:<mysql pass>@localhost:3306/sogo/sogo_folder_info";
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoAuthenticationMethod = LDAP;
        SOGoDefaultLanguage = French;
        SOGoDefaultMailDomain = <domain>;
        SOGoFallbackIMAP4Server = localhost;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoLDAPSources = (
            {
                CNFieldName = cn;
                IDFieldName = mail;
                UIDFieldName = uid;
        scope = sub;
                baseDN = "o=domains,<base dn>";
                bindDN = "cn=Manager,<base dn>";
                bindFields = cn;
                bindPassword = "<manager password>";
                canAuthenticate = YES;
                displayName = "Shared Address Book";
                hostname = 127.0.0.1;
                id = public;
                isAddressBook = YES;
                port = 389;
            }
        );
        SOGoMailingMechanism = sendmail;
        SOGoProfileURL = "mysql://<user mysql>:<mysql pass>@localhost:3306/sogo/sogo_user_profile";
        SOGoServerTimeZone = Indian/Mauritius;
        WOApplicationRedirectURL = "http://<IP or DNS>";
        SOGoCalendarDefaultRoles = ("PublicViewer");
        WOMessageUseUTF8 = YES;
        WOParsersUseUTF8 = YES;
        WOPort = 20000;
        WOUseRelativeURLs = NO;

    #GCSFolderDebugEnabled = YES;
    #GCSFolderStoreDebugEnabled = YES;
    #NGImap4DisableIMAP4Pooling = YES;
    #OCSFolderManagerSQLDebugEnabled = YES;
    #PGDebugEnabled = YES;
    #SoSecurityManagerDebugEnabled = YES;

    };
}

Ps : i forgot the password for cn-vmail
how can i retrieve it
it's not in the config file

Rgds

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: sogo

saidmsl wrote:

Ps : i forgot the password for cn-vmail
how can i retrieve it
it's not in the config file

you can find it in /etc/postfix/ldap_*.cf

3

Re: sogo

Thx for your share.

"
SOGo v1.1.0 should really be a good release over v1.0.4. Many new features were added. Here are the changes so far:

- added backup/restore tools for all user's data (calendars, address books, preferences, etc.)
- added Web administrative interface (right now, only for ACLs)
- added the "Starred" column in the webmail module to match Thunderbird's behavior
- improved the calendar properties dialog to be able to enable/disabled calendars for synchronization
- the default module can now be set on a per-user basis
- a context menu is now available for tasks
- added the capability of creating and managing lists of contacts (same as in Thunderbird)
- added support for short date format in the calendar views
- added support for iCal delegation
- rewrote dTree.js to include major optimizations
- added WebAuth support
- added support for remote ICS subscriptions
- added support for ICS and vCard/LDIF import
- added support for event delegation (resend an invitation to someone else)
- added initial support for checking and displaying S/MIME signed messages
- added support SQL-based authentication sources and address books
- added support for Sieve filters (Vacation and Forward)
"

Could be interesting to integrate it in iRedMail script replacing Horde.

Do you know a mean to manage the %d (like in Roundcube)  in SOGo configuration  file for a per-domain view ?

4

Re: sogo

Hi

I have tryed SOGo but it doesn't works for me, cause i couldn't log in to my Webfrontend. Maybe i get some help here smile

{
    NSGlobalDomain = {
    };
    gdnc = {
    };
    sogod = {
        debug = yes;
        NGImap4DisableIMAP4Pooling = YES;
        NGUseUTF8AsURLEncoding = YES;
        OCSFolderInfoURL = "postgresql://user:password@localhost:5432/sogo/sogo_folder_info";
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoAuthenticationMethod = LDAP;
        SOGoDefaultLanguage = German;
        SOGoDefaultMailDomain = my.tld;
        SOGoFallbackIMAP4Server = localhost;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoUserSources = (
            {
                CNFieldName = cn;
                IDFieldName = mail;
                UIDFieldName = uid;
                baseDN = "o=domains,dc=localmailer";
                bindDN = "cn=vmailadmin,dc=localmailer";
                bindFields = cn;
                bindPassword = topsecret;
                canAuthenticate = YES;
                displayName = "Shared Address Book";
                hostname = 127.0.0.1;
                id = public;
                isAddressBook = YES;
                port = 389;
                scope = sub;
            }
        );
        SOGoMailingMechanism = smtp;
        SOGoProfileURL = "postgresql://user:password@localhost:5432/sogo/sogo_user_profile";
        SOGoServerTimeZone = Europe/Berlin;
        WOApplicationRedirectURL = "http://my.tld";
        SOGoCalendarDefaultRoles = ("PublicViewer");
        WOMessageUseUTF8 = YES;
        WOParsersUseUTF8 = YES;
        WOPort = 20000;
        WOUseRelativeURLs = NO;
        SOGoOtherUsersFolderName = "Other Users";
        SOGoSMTPServer = localhost;
        SOGoSentFolderName = Sent;
        SOGoSharedFolderName = "Shared Folders";
        SOGoTrashFolderName = Trash;

       GCSFolderDebugEnabled = YES;
       GCSFolderStoreDebugEnabled = YES;
       PGDebugEnabled = YES;
       SoSecurityManagerDebugEnabled = YES;

    };
}

And here the last line of the Logfile

Dec 10 00:09:39 sogod [16680]: <[so-security]>D validate object: <SOGo[0x0x1255c1f0]: name=SOGo>
Dec 10 00:09:39 sogod [16680]: <[so-security]>D   object is public.
Dec 10 00:09:39 sogod [16680]: <[so-security]>D validate key SOGo of object: <SOGo[0x0x1255c1f0]: name=SOGo>
Dec 10 00:09:39 sogod [16680]: <[so-security]>D   found no security info for key (class SOGo): SOGo
Dec 10 00:09:39 sogod [16680]: <[so-security]>D   default is allow ...
2009-12-10 00:09:39.944 sogod[16680] WARNING(-[NSNull(misc) count]): called NSNull -count (returns 0) !!!
Dec 10 00:09:39 sogod [16680]: [WARN] [RM:CommonUI] missing bundle for framework: 'scriptaculous'
127.0.0.1 - - [10/Dec/2009:00:09:39 GMT] "GET /SOGo HTTP/1.1" 200 2778/0 0.056 8144 65% 1M
Dec 10 00:09:58 sogod [16680]: <[so-security]>D validate object: <SOGo[0x0x1255c1f0]: name=SOGo>
Dec 10 00:09:58 sogod [16680]: <[so-security]>D   object is public.
Dec 10 00:09:58 sogod [16680]: <[so-security]>D validate key SOGo of object: <SOGo[0x0x1255c1f0]: name=SOGo>
Dec 10 00:09:58 sogod [16680]: <[so-security]>D   found no security info for key (class SOGo): SOGo
Dec 10 00:09:58 sogod [16680]: <[so-security]>D   default is allow ...
Dec 10 00:09:58 sogod [16680]: <[so-security]>D validate key connect of object: <SOGo[0x0x1255c1f0]: name=SOGo>
Dec 10 00:09:58 sogod [16680]: <[so-security]>D validate permission '<public>' on object: <SOGo[0x0x1255c1f0]: name=SOGo>
Dec 10 00:09:58 sogod [16680]: <[so-security]>D   successfully validated permission '<public>'.
Dec 10 00:09:58 sogod [16680]: <[so-security]>D   successfully validated key (connect).
Dec 10 00:09:58 sogod [16680]: <[so-security]>D validate object: <0x0x12c25fa0[SoPageInvocation]: class=SOGoRootPage action=connect bound instantiated product=<0x0x127867c0[SoProduct]: loaded code-loaded bundle=/usr/GNUstep/System/Library/SOGo/MainUI.SOGo #classes=7 #categories=4 rm=0x0x127889e0>>
Dec 10 00:09:58 sogod [16680]: <[so-security]>D   object is public.
Dec 10 00:09:58 sogod [16680]: <[so-security]>D validate key connect of object: <SOGo[0x0x1255c1f0]: name=SOGo>
Dec 10 00:09:58 sogod [16680]: <[so-security]>D validate permission '<public>' on object: <SOGo[0x0x1255c1f0]: name=SOGo>
Dec 10 00:09:58 sogod [16680]: <[so-security]>D   successfully validated permission '<public>'.
Dec 10 00:09:58 sogod [16680]: <[so-security]>D   successfully validated key (connect).
Dec 10 00:09:58 sogod [16680]: SOGoRootPage failed login for user 'webmaster@my.tld'
127.0.0.1 - - [10/Dec/2009:00:09:58 GMT] "POST /SOGo/connect HTTP/1.1" 403 0/83 0.004 - - 0

suggestions
kind regards
Darko

5 (edited by conheotiensinh1983 2009-12-10 10:42:33)

Re: sogo

Hi Darko,

I installed SOGO with IRedmail.It work very good.You can see how to install Iredmail use ldap and SOGO as Groupware server by link:
http://conheotiensinh.blogspot.com/2009 … pware.html.This is my blog

Thanks and Best Regards

6

Re: sogo

conheotiensinh1983 wrote:

I installed SOGO with IRedmail.It work very good.You can see how to install Iredmail use ldap and SOGO as Groupware server by link:
http://conheotiensinh.blogspot.com/2009 … pware.html.This is my blog

Hi, conheotiensinh1983.

You tutorial is very clear, so i added this link in iRedMail FAQ page: http://www.iredmail.org/faq.html

Big thanks for your contribution. smile

7

Re: sogo

i have changed the settings doesn't work sad

{
   NSGlobalDomain = {
   };
   sogod = {
       NGImap4DisableIMAP4Pooling = YES;
       NGUseUTF8AsURLEncoding = YES;
       OCSFolderInfoURL = "postgresql://user:password@localhost:5432/sogo/sogo_folder_info";
       SOGoACLsSendEMailNotifications = YES;
       SOGoAppointmentSendEMailNotifications = YES;
       SOGoAuthenticationMethod = LDAP;
       SOGoCalendarDefaultRoles = (
           PublicViewer
       );
       SOGoDefaultLanguage = German;
       SOGoVacationEnabeled = YES;
       SOGoForwardEnabeled = YES;
       SOGoLDAPContactInfoAttribute = YES;
       SOGoMailListViewColumnsOrder = (Flagged, Attachment, Priority, From, Subject, Unread, Date, Size);
       SOGoFallbackIMAP4Server = localhost;
       SOGoFoldersSendEMailNotifications = YES;
       SOGoUserSources = (
           {
               CNFieldName = cn;
               IDFieldName = mail;
               UIDFieldName = uid;
               baseDN = "o=domains,dc=localmailer";
               bindDN = "cn=vmailadmin,dc=localmailer";
               bindFields = cn;
               bindPassword = ask_google;
               canAuthenticate = YES;
               displayName = "Shared Address Book";
               hostname = 127.0.0.1;
               id = public;
               isAddressBook = YES;
               port = 389;
               scope = sub;
           }
       );

       SOGoMailingMechanism = smtp;
       SOGoProfileURL = "postgresql://user:password@localhost:5432/sogo/sogo_user_profile";
       SOGoSMTPServer = localhost;
       SOGoServerTimeZone = Europe/Berlin;
       WOApplicationRedirectURL = "http://teamwork.my.tld";
       WOMessageUseUTF8 = YES;
       WOParsersUseUTF8 = YES;
       WOPort = 20000;
       WOUseRelativeURLs = NO;
   };
}

here my vhost

<VirtualHost 1.2.3.4:80>
       ServerName 1.2.3.4
       ServerAlias teamwork.my.tld
       ErrorLog /var/log/httpd/teamwork.my.tld-error.log
       CustomLog /var/log/httpd/teamworkmy.tld-access.log combined
       ServerAdmin webmaster@my.tld

Alias /SOGo.woa/WebServerResources/ \
     /usr/GNUstep/System/Library/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
     /usr/GNUstep/System/Library/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
          /usr/GNUstep/System/Library/SOGo/$1.SOGo/Resources/$2

<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*jpg">
 SetHandler default-handler
</LocationMatch>

<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*png">
 SetHandler default-handler
</LocationMatch>

<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*gif">
 SetHandler default-handler
</LocationMatch>

<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*css">
 SetHandler default-handler
</LocationMatch>

<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*js">
 SetHandler default-handler
</LocationMatch>

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On
ProxyPass /SOGo balancer://sogocluster/SOGo

<Proxy balancer://sogocluster>
 RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
 RequestHeader set "x-webobjects-remote-host" "127.0.0.1"

 BalancerMember http://127.0.0.1:20000 retry=1 max=1 timeout=120

 ProxySet lbmethod=byrequests maxattempts=1
 Order allow,deny
 Allow from all
</Proxy>
</VirtualHost>

and here my Logfile

2009-12-10 14:17:33.384 sogod[10739] starting SOGo (build root@vizzini.inverse.ca 200910281643)
2009-12-10 14:17:33.385 sogod[10739] Note: vmem size check enabled: shutting down app when vmem > 384 MB
Dec 10 14:17:33 sogod [10739]: SNS support disabled.
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]> scanning SOGo products in: /usr/GNUstep/Local/Library/SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]> scanning SOGo products in: /usr/GNUstep/System/Library/SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: CommonUI.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: MainUI.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: Mailer.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: MailerUI.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: Contacts.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: Appointments.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: PreferencesUI.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: AdministrationUI.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: MailPartViewers.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: SchedulerUI.SOGo
Dec 10 14:17:33 sogod [10739]: <0x0x1921500[SOGoProductLoader]>  register SOGo product: ContactsUI.SOGo
2009-12-10 14:17:33.459 sogod[10739] Note: fetching full mail header.
2009-12-10 14:17:33.459 sogod[10739] Note(SOGoMailObject): using constant etag for mail parts: '"imap4url_1_1_126"'
2009-12-10 14:17:33.460 sogod[10739] Note(SOGoMailBodyPart): using constant etag for mail parts: '"imap4url_1_1_126"'
2009-12-10 14:17:33.460 sogod[10739] Note: using SOGo mail spool folder: /tmp/
2009-12-10 14:17:33.460 sogod[10739] Note: using SOGo mail spool folder: /tmp/
2009-12-10 14:17:33.461 sogod[10739] Note: using shared-folders name:      '(nil)'
2009-12-10 14:17:33.461 sogod[10739] Note: using other-users-folders name: '(nil)'
Dec 10 14:17:33 sogod [10739]: |SOGo| WOHttpAdaptor listening on address *:20000
Dec 10 14:19:26 sogod [10739]: <0x0x1c1f8d0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds for memcached
2009-12-10 14:19:26.934 sogod[10739] Note(SoObject): SoDebugKeyLookup is enabled!
2009-12-10 14:19:26.935 sogod[10739] Note(SoObject): SoDebugBaseURL is enabled!
2009-12-10 14:19:26.935 sogod[10739] Note(SoObject): relative base URLs are enabled.
2009-12-10 14:19:26.952 sogod[10739] WOCompoundElement: pool embedding is on.
2009-12-10 14:19:26.952 sogod[10739] WOCompoundElement: id logging is on.
2009-12-10 14:19:26.979 sogod[10739] WARNING(-[NSNull(misc) count]): called NSNull -count (returns 0) !!!
Dec 10 14:19:26 sogod [10739]: [WARN] [RM:CommonUI] missing bundle for framework: 'scriptaculous'
127.0.0.1 - - [10/Dec/2009:14:19:27 GMT] "GET /SOGo HTTP/1.1" 200 2757/0 0.080 8090 65% 3M
Dec 10 14:19:36 sogod [10739]: [WARN] <0x0x2ba314326d00[SOGoUserManager]> no domain specified for SOGoDefaultMailDomain, value set to 'localhost'
Dec 10 14:19:36 sogod [10739]: SOGoRootPage failed login for user 'webmaster@my.tld'
127.0.0.1 - - [10/Dec/2009:14:19:36 GMT] "POST /SOGo/connect HTTP/1.1" 403 0/65 0.008 - - 260K

any suggestions?
kind regards
Darko

8 (edited by minimike 2009-12-11 05:15:58)

Re: sogo

I got it smile

{
    NSGlobalDomain = {
    };
    sogod = {
        NGImap4DisableIMAP4Pooling = YES;
        NGUseUTF8AsURLEncoding = YES;
        OCSFolderInfoURL = "postgresql://user:password@localhost:5432/sogo/sogo_folder_info";
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoAuthenticationMethod = LDAP;
        SOGoCalendarDefaultRoles = (
            PublicViewer
        );
        SOGoDefaultLanguage = German;
        SOGoVacationEnabeled = YES;
        SOGoForwardEnabeled = YES;
        SOGoLDAPContactInfoAttribute = YES;
        SOGoMailListViewColumnsOrder = (Flagged, Attachment, Priority, From, Subject, Unread, Date, Size);
        SOGoFallbackIMAP4Server = localhost;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoUserSources = (
            {
                CNFieldName = cn;
                IDFieldName = mail;
                UIDFieldName = uid;
                baseDN = "o=domains,dc=localmailer";
                bindDN = "cn=vmailadmin,dc=localmailer";
                bindFields = mail;
                bindPassword = ask_google;
                canAuthenticate = YES;
                displayName = "Shared Address Book";
                hostname = 127.0.0.1;
                id = public;
                isAddressBook = YES;
                port = 389;
                scope = sub;
            }
        );

        SOGoMailingMechanism = smtp;
        SOGoProfileURL = "postgresql://user:password@localhost:5432/sogo/sogo_user_profile";
        SOGoSMTPServer = localhost;
        SOGoServerTimeZone = Europe/Berlin;
        WOApplicationRedirectURL = "http://teamwork.my.tld";
        WOMessageUseUTF8 = YES;
        WOParsersUseUTF8 = YES;
        WOPort = 20000;
        WOUseRelativeURLs = NO;
        SOGoSentFolderName = Sent;
        SOGoSharedFolderName = "Shared Folders";
        SOGoTrashFolderName = Trash;
        SOGoDraftsFolderName = Drafts;
        SOGoOtherUsersFolderName = "Other Users";
        SOGoDefaultMailDomain = my.tld;
        SOGoForceIMAPLoginWithEmail = YES;
    };
}

It works with PostgreSQL 8.4 too, but remember since 8.4 the configuration about Roles and Users on PostgreSQL is changed!

best regards
Darko

9 (edited by conheotiensinh1983 2009-12-11 11:04:45)

Re: sogo

Hi Darko,

Beside use PostgreSQL for Sogo.You can use MYSQL and Oracle,I tested it(work very good).other if you use DB (MYSQL and  PostgreSQL) is very Big.You can use services memcached.Default it installed with sogo.You need start it.

Thanks and Best Regards

10

Re: sogo

conheotiensinh1983 wrote:

Hi Darko,

Beside use PostgreSQL for Sogo.You can use MYSQL and Oracle,I tested it(work very good).other if you use DB (MYSQL and  PostgreSQL) is very Big.You can use services memcached.Default it installed with sogo.You need start it.

Thanks and Best Regards

my step as below:

setp 1: iredmail ldap back end installed

setp 2: modify yum repo install
yum install sogo
yum install sope49-gdl1-mysql

setp 3: how to create sogo mysql databse?

/usr/share/doc/sogo-1.1.0/ the script is for PostgreSQL, I have not found the script for mysql ?

11

Re: sogo

There is no script to create the database you do it manually

# mysql -u root -p
mysql> create database sogo;
mysql> grant all on sogo.* to sogo@localhost identified by "your_password";
mysql> flush privileges;
mysql> \q

Hope that helps

regards,
Dariusz

12

Re: sogo

Hi,
use mysql , working fine. your problem is not with sogo itself but with authentification.
check the uid and ldap attributes
i see that you have also ask on sogo mailling list.
Rgds

13

Re: sogo

No guy's i wanna use PostgreSQL cause i need PosgreSQL for Glassfish and Liferay too. Mysql ist to slow and together with Glassfish and Liferay it uses to much resources. PostgreSQL beams my Application to the Orbit. With Mysql i can wait two minutes for my Site. Don't know why, but it is like it is. According to a german popular saying.
The Webfrontend from SOGo looks nice and clean. It's needless to teach my Users. But currently SOGo makes me realy sick. At first i tried the stable version. But it wasn't impossible to connect from Thunderbird to the Calendar.  The eMail List couldn't help me. Today i have got upgraded to the unstable brunch. It was possible now to connect from Thunderbird to the Calendar. But Thunderbird doesn't shows me no one entry. Writing a entry from Thunderbird to the Calendar is going successfull..
My original Plan was to use OpenXchange. But the Documentation about LDAP Authentification on OpenXchange is realy bad and incomplete. OpenXchange creates for every Context/Domain a new Database. Thats horrible for a Multidomainsetup like you can deploy it with Vexim or Iredmail. So my Idea was to use a Mailsetup with LDAP and to connect OpenXchange to my Setup.  But this Idea processes later to a totaly lame Duck. I don't think OpenXchange with IMAP Auth against the IMAP Server seems to be a usefull Solution.
To SOGo, i think it seems to be currently to buggy for a stable deploy. Maybe i should take a look about them next year.
Now i am thinking after i fighted one or two more day's with SOGo, to install eGroupware, what runs with PHP (insecure by Design wink) but haves a good Documentation and many addons.
To the Admin smile iredMail runs realy propper on Scientific Linux too, and it's much better then Phamm or Vexim.

14

Re: sogo

minimike wrote:

To the Admin smile iredMail runs realy propper on Scientific Linux too, and it's much better then Phamm or Vexim.

I didn't use Scientific Linux before. smile

It would be great if you can write a short tutorial about deploying iRedMail on Scientific Linux for Scientific users. tongue

15

Re: sogo

i will do it if my Portal is running smile
Scientific Linux is a little bit modified RHEL with many integrated Addons. God Support for the Languages R and LUA included. A Driver for XFS. And 1 GB another nice stuff smile
Scientific Linux is almost developed from Femilab and the CERN in Genf know for the world biggest Atom Smasher.
A OS what's god enough to control a nuclear Power Plant, a Atom Smasher or a H Bomb seems to be stable enough for a Webserver  or another mission critical stuff tongue

16

Re: sogo

So how do you get sogo to full integrate with everything? If you want the global address books and email to be readable by sogo, what does one need to do?

17

Re: sogo

gordonwater wrote:

So how do you get sogo to full integrate with everything? If you want the global address books and email to be readable by sogo, what does one need to do?

I think the good way is roundcube can develop plugin for sogo.

18 (edited by conheotiensinh1983 2010-01-21 12:03:19)

Re: sogo

Hi Shake ,

In Sogo global address books and maill to be readable(read and send mail) already.You can see image.if you want query global address books in Sogo .in tab write email you click contact,in shared address books you find recipient and add it

Post's attachments

sogo.JPG
sogo.JPG 44.46 kb, 3 downloads since 2010-01-21 

You don't have the permssions to download the attachments of this post.

19

Re: sogo

conheotiensinh1983 wrote:

Hi Shake ,

In Sogo global address books and maill to be readable(read and send mail) already.You can see image.if you want query global address books in Sogo .in tab write email you click contact,in shared address books you find recipient and add it


I mean so that sogo seems the same email and address book as what is in the imap directory and in roundcube.

20 (edited by conheotiensinh1983 2010-01-22 15:02:59)

Re: sogo

Hi Gordonwater,

In Sogo you can read and send mail.address book already in Sogo(In Rouncube you only query mail account(if you want query all you need change some configure in Roundcube) but can't query mail list But In Sogo you can query all).Imap directory you can enable it or not enable.Beside In Sogo you can use some feature (change password,Forward mail,auto response.....).You can prefer document:
http://www.scalableogo.org/files/docs/S … Guide.pdf.

Thanks and Best Regards

21

Re: sogo

conheotiensinh1983 wrote:

Hi Gordonwater,

In Sogo you can read and send mail.address book already in Sogo(In Rouncube you only query mail account(if you want query all you need change some configure in Roundcube) but can't query mail list But In Sogo you can query all).Imap directory you can enable it or not enable.Beside In Sogo you can use some feature (change password,Forward mail,auto response.....).You can prefer document:
http://www.scalableogo.org/files/docs/S … Guide.pdf.

Thanks and Best Regards

I appreciate your help. however, I am not sure what exactly you are saying your post because of the language used. I am sorry. But thanks again

22

Re: sogo

Hi Gordonwater,

In Sogo you can read and send mail(feature already in SoGo).adrress book already in Sogo.Beside In Sogo you can use other feature(change password,Forward mail,auto response.....)

Thanks

23

Re: sogo

Anyone have solution to install sogo with iredmail (mysql based) ???

24 (edited by conheotiensinh1983 2010-01-26 18:35:40)

Re: sogo

Hi mrcancel,

I testing Sogo in Mysql (authenticate) and Will intro to you if it's done.

Notes:SOGo 1.2.0 Final released  added multi-domain support(can deploy it for share hosting)

Thanks

25

Re: sogo

To conheotiensinh1983 : thank you in advance !!!