Roundcube Community Forum

Release Support => Pending Issues => Topic started by: n-tech on February 14, 2015, 02:28:15 AM

Title: Multidomain Support - Kolab's guide absolutely does not work
Post by: n-tech on February 14, 2015, 02:28:15 AM
http://docs.kolab.org/howtos/multi-domain.html

I've followed this step by step. Resolved one issue on my own that, by default, included instructions for non-existant catchall configuration files.

Now I have another issue. Mail sends from my webserver, I can't sign in to roundcube.


Connection to storage server failed.
Connection to storage server failed.
Server Error: Could not connect to localhost:143: Connection refused


# telnet localhost 143
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused


# service cyrus-imapd restart
Redirecting to /bin/systemctl restart  cyrus-imapd.service

# tail -f /var/log/messages
Feb 14 07:19:43 mail systemd: cyrus-imapd.service: main process exited, code=exited, status=75/n/a
Feb 14 07:19:43 mail systemd: Created slice user-76.slice.
Feb 14 07:19:43 mail systemd: Starting Session c4 of user cyrus.
Feb 14 07:19:43 mail systemd: Started Session c4 of user cyrus.
Feb 14 07:19:43 mail systemd: Unit cyrus-imapd.service entered failed state.
Feb 14 07:20:01 mail systemd: Starting Session 9 of user root.
Feb 14 07:20:01 mail systemd: Started Session 9 of user root.
Feb 14 07:21:03 mail journal: Suppressed 196 messages from /system.slice/amavisd.service
Feb 14 07:22:19 mail clamd: SelfCheck: Database status OK.
Feb 14 07:23:22 mail journal: Suppressed 213 messages from /system.slice/amavisd.service



KEEP IN MIND THAT THIS ISSUE DID NOT EXIST BEFORE I FOLLOWED THIS GUIDE AND THE WEBSERVER WORKED FOR MONTHS BEFORE.

Please help mail servers give me cancer
Title: Re: Multidomain Support - Kolab's guide absolutely does not work
Post by: JohnDoh on February 14, 2015, 03:35:14 AM
The log says that Cyrus IMAP failed to start doesn't it?
QuoteUnit cyrus-imapd.service entered failed state.
Does Cyrus write any other logs that will tell you why it failed?

BTW are you actually running Kolb software? They provide a whole groupware solution so may be this guide is specific to that.
Title: Re: Multidomain Support - Kolab's guide absolutely does not work
Post by: n-tech on February 14, 2015, 05:37:31 AM
Quote from: JohnDoh on February 14, 2015, 03:35:14 AM
The log says that Cyrus IMAP failed to start doesn't it?
QuoteUnit cyrus-imapd.service entered failed state.
Does Cyrus write any other logs that will tell you why it failed?

BTW are you actually running Kolb software? They provide a whole groupware solution so may be this guide is specific to that.
Yeah, I am. I was able to work out the Kolab Groupware / Roundcube side of things but I'm still not able to receive email, but I am able to send email.

> SMTP Error (550): Failed to add recipient "[email protected]" (5.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table).
Feb 14 10:24:05 mail imap[8764]: starttls: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits new) no authentication
Feb 14 10:24:05 mail ptloader[8033]: ldap_simple_bind() failed 32 (No such object).
Feb 14 10:24:05 mail imap[8764]: ptload(): bad response from ptloader server: ptsmodule_connect() failed
Feb 14 10:24:05 mail imap[8764]: ptload failed: but canonified [email protected] -> [email protected]
Feb 14 10:24:05 mail imap[8764]: login: localhost [::1] [email protected] PLAIN+TLS User logged in SESSIONID=<mail.test.com-8764-1423909445-1>
Feb 14 10:24:05 mail imap[8764]: USAGE [email protected] user: 0.023333 sys: 0.006666

I'm sure this is a problem with Postfix's configuration but I'm genuinely stumped. Since I'm about to end this miserable 12 hour day by sending this email to everywhere that'll listen, I figure I'd post it here too.