On 18.09.2013 17:41, labolinux wrote:
Le 18/09/2013 14:36, Szládovics Péter a écrit :
2013-09-18 13:24 keltezéssel, labolinux írta:
Bonjour,
We configured SOGowith all its dependencies (ldap, postfix, cyrus-imap, postgresql) on centos 6.4.Everything is working well, unless the fact that users are not receiving emails. Every dependency took alone is working well. Has anyone faced that issue? How did he resolve it?
What can we do to resolve it?
Thank you in advance.

You need to cehck the followings:
- Mail logs (included separated dovecot log)
- Mail queue

Find error messages, and write them to us.
Hi Peter,
we are not using dovecot, we are using cyrus-imapd instead.
Here is theoutput of the log after sending an email
Sep 18 16:28:22 sogo223 cyrus/deliver[24730]: connect(/var/lib/imap/socket/lmtp) failed: Permission denied Sep 18 16:28:22 sogo223 cyrus/imap[24719]: USAGE neutronstein user: 0.001000 sys: 0.002000 Sep 18 16:28:31 sogo223 cyrus/imap[24623]: login: localhost [127.0.0.1] neutronstein plaintext User logged in SESSIONID=<cyrus-24623-1379521711-1>

note: we changed the ownet of the file an the rights to 777 but nothing changed.
Thank you


Hi,

It seems you have an issue with lmtp daemon. Try these steps:
1. Check if lmtp daemon is running:
telnet 0 24
If it is working, you have to have a prompt similar to this one (i use dovecot):

Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220 host.domain.tld Dovecot LMTP ready

If not, then check why lmtp daemon is not working.

2. If lmtp is ok try to change the local mail delivery from unix socket to inet like this (main.cf in postfix):

mailbox_transport = lmtp:inet:127.0.0.1:24

then reload postfix

Hope that help.

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

Reply via email to