[SOGo] Setting SOGoMailDomain doesn't seem to work as I expect, am I retarded?

2011-12-15 Thread Paul Mecham
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 pmec...@mail.rvscapes.com

I changed the SOGoMailDomain to be rvscapes.com and expected the return email 
address to be pmec...@rvscapes.com 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
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyGCSFolderDebugEnabled/key
stringYES/string
keyGCSFolderStoreDebugEnabled/key
stringYES/string
keyLDAPDebugEnabled/key
stringYES/string
keyMySQL4DebugEnabled/key
stringYES/string
keyNGImap4DisableIMAP4Pooling/key
stringYES/string
keyOCSFolderInfoURL/key

stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info/string
keyOCSFolderManagerSQLDebugEnabled/key
stringYES/string
keyOCSSessionsFolderURL/key

stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder/string
keyPGDebugEnabled/key
stringYES/string
keySOGoACLsSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoDebugRequests/key
stringYES/string
keySOGoDraftsFolderName/key
stringDrafts/string
keySOGoFoldersSendEMailNotifications/key
stringYES/string
keySOGoIMAPServer/key
stringlocalhost/string
keySOGoLanguage/key
stringEnglish/string
keySOGoMailDomain/key
stringrvscapes.com/string
keySOGoMailKeepDraftsAfterSend/key
stringYES/string
keySOGoMailMessageCheck/key
stringevery_minute/string
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoProfileURL/key

stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringlocalhost/string
keySOGoSentFolderName/key
stringSent/string
keySOGoTimeZone/key
stringAmerica/Montreal/string
keySOGoTrashFolderName/key
stringTrash/string
keySOGoUIxDebugEnabled/key
stringYES/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyIMAPHostFieldName/key
string/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=users,dc=rvscapes,dc=com/string
keybindDN/key
stringuid=sogo,ou=users,dc=rvscapes,dc=com/string
keybindPassword/key
stringqwerty/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringShared Addresses/string
keyhostname/key
string127.0.0.1/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
keySoDebugObjectTraversal/key
stringYES/string
keySoSecurityManagerDebugEnabled/key
stringYES/string
keyWODebugZipResponse/key
stringYES/string
keyWODontZipResponse/key
stringYES/string
keyhostName/key
stringmail.rvscapes.com/string
/dict
/dict
/plist

-Original Message-
From: Wolfgang Sourdeau [mailto:wsourd...@inverse.ca] 
Sent: Thursday, December 15, 2011 2:25 PM
To: users@sogo.nu
Subject: Re: [SOGo] Compile error with SOGo 2

Le 11-12-14 15:02, alex1...@gmx.net 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

--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Setting SOGoMailDomain doesn't seem to work as I expect, am I retarded?

2011-12-15 Thread Stephen Ingram
On Thu, Dec 15, 2011 at 2:38 PM, Paul Mecham pmec...@proapphosting.com wrote:
 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 pmec...@mail.rvscapes.com

 I changed the SOGoMailDomain to be rvscapes.com and expected the return email 
 address to be pmec...@rvscapes.com but nothing happened.  Should something 
 have changed?

...snip...

        keySOGoSMTPServer/key
        stringlocalhost/string

...snip...

Per this entry, you are using an smtp server on your system to deliver
mail. This smtp server is where you need to focus as SOGo does not
send mail directly. As SOGo is just a front-end to these services, you
might want to setup your favorite smtp and imap servers and get them
working just the way you want and then adding SOGo to the mix. Then,
as long as you choose the correct settings for your .GNUstepDefaults
file, everything will just work.

Steve
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] Setting SOGoMailDomain doesn't seem to work as I expect, am I retarded?

2011-12-15 Thread Paul Mecham
Got it!  Thank you for the direction, even though it wasn't your responsibility 
to do so; I appreciate it.

-Original Message-
From: Stephen Ingram [mailto:sbing...@gmail.com] 
Sent: Thursday, December 15, 2011 3:54 PM
To: users@sogo.nu
Subject: Re: [SOGo] Setting SOGoMailDomain doesn't seem to work as I expect, am 
I retarded?

On Thu, Dec 15, 2011 at 2:38 PM, Paul Mecham pmec...@proapphosting.com wrote:
 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 pmec...@mail.rvscapes.com

 I changed the SOGoMailDomain to be rvscapes.com and expected the return email 
 address to be pmec...@rvscapes.com but nothing happened.  Should something 
 have changed?

...snip...

        keySOGoSMTPServer/key
        stringlocalhost/string

...snip...

Per this entry, you are using an smtp server on your system to deliver mail. 
This smtp server is where you need to focus as SOGo does not send mail 
directly. As SOGo is just a front-end to these services, you might want to 
setup your favorite smtp and imap servers and get them working just the way you 
want and then adding SOGo to the mix. Then, as long as you choose the correct 
settings for your .GNUstepDefaults file, everything will just work.

Steve
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists