I can send mail but cannot receive it. My SOGO web interface is accessible through http://mail.rvscapes.com/SOGo and when I send an email the return address is [email protected]
I changed the SOGoMailDomain to be rvscapes.com and expected the return email address to be [email protected] but nothing happened. Should something have changed? Here's my gnusetup file. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml"> <plist version="0.9"> <dict> <key>NSGlobalDomain</key> <dict> </dict> <key>sogod</key> <dict> <key>GCSFolderDebugEnabled</key> <string>YES</string> <key>GCSFolderStoreDebugEnabled</key> <string>YES</string> <key>LDAPDebugEnabled</key> <string>YES</string> <key>MySQL4DebugEnabled</key> <string>YES</string> <key>NGImap4DisableIMAP4Pooling</key> <string>YES</string> <key>OCSFolderInfoURL</key> <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info</string> <key>OCSFolderManagerSQLDebugEnabled</key> <string>YES</string> <key>OCSSessionsFolderURL</key> <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder</string> <key>PGDebugEnabled</key> <string>YES</string> <key>SOGoACLsSendEMailNotifications</key> <string>YES</string> <key>SOGoAppointmentSendEMailNotifications</key> <string>YES</string> <key>SOGoDebugRequests</key> <string>YES</string> <key>SOGoDraftsFolderName</key> <string>Drafts</string> <key>SOGoFoldersSendEMailNotifications</key> <string>YES</string> <key>SOGoIMAPServer</key> <string>localhost</string> <key>SOGoLanguage</key> <string>English</string> <key>SOGoMailDomain</key> <string>rvscapes.com</string> <key>SOGoMailKeepDraftsAfterSend</key> <string>YES</string> <key>SOGoMailMessageCheck</key> <string>every_minute</string> <key>SOGoMailingMechanism</key> <string>smtp</string> <key>SOGoProfileURL</key> <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile</string> <key>SOGoSMTPServer</key> <string>localhost</string> <key>SOGoSentFolderName</key> <string>Sent</string> <key>SOGoTimeZone</key> <string>America/Montreal</string> <key>SOGoTrashFolderName</key> <string>Trash</string> <key>SOGoUIxDebugEnabled</key> <string>YES</string> <key>SOGoUserSources</key> <array> <dict> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>uid</string> <key>IMAPHostFieldName</key> <string></string> <key>UIDFieldName</key> <string>uid</string> <key>baseDN</key> <string>ou=users,dc=rvscapes,dc=com</string> <key>bindDN</key> <string>uid=sogo,ou=users,dc=rvscapes,dc=com</string> <key>bindPassword</key> <string>qwerty</string> <key>canAuthenticate</key> <string>YES</string> <key>displayName</key> <string>Shared Addresses</string> <key>hostname</key> <string>127.0.0.1</string> <key>id</key> <string>public</string> <key>isAddressBook</key> <string>YES</string> <key>port</key> <string>389</string> </dict> </array> <key>SoDebugObjectTraversal</key> <string>YES</string> <key>SoSecurityManagerDebugEnabled</key> <string>YES</string> <key>WODebugZipResponse</key> <string>YES</string> <key>WODontZipResponse</key> <string>YES</string> <key>hostName</key> <string>mail.rvscapes.com</string> </dict> </dict> </plist> -----Original Message----- From: Wolfgang Sourdeau [mailto:[email protected]] Sent: Thursday, December 15, 2011 2:25 PM To: [email protected] Subject: Re: [SOGo] Compile error with SOGo 2 Le 11-12-14 15:02, [email protected] a écrit : > Dear all, > > I followed the instructions from the document "SOGo Native Microsoft Outlook > Configuration.pdf" from the SOGo website. Unfortunately I am stuck on the > first part, compile SAMBA4 from the OpenChange-Branch. > > I get the following message: > > ../source4/torture/rpc/samr.c:1293: warning: cast increases required > alignment of target type > gcc: Internal error: Killed (program cc1) > > This seems to be a problem when building Samba 4 on the ARM. You should preferable ask that question to the relevant mailing list... Cheers. Wolfgang -- [email protected] https://inverse.ca/sogo/lists -- [email protected] https://inverse.ca/sogo/lists
