1 (edited by arneboeses 2018-03-03 20:52:18)

Topic: IPv6 only

======== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.8-beta2
- Linux/BSD distribution name and version: FreeBSD 11.1 (Jail)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? no
====

Hi,

I have a Jail with iredmail running. Duroing the installation I used the Jail -nonpublic IPv4 address. The Jail itself is connected to the internet via IPv6. So far so good. The MXToolBox test was successful sofar. But I have an issue with SOGo now. I'm able to login, but I get the message: "No mailbox selected". The sogo.log shows:

Mar 03 07:40:21 sogod [9899]: << CLIENT-IPv6-ADDRESS >> "GET /SOGo/so/postmaster@my.domain/Mail/view HTTP/1.0" 200 19703/0 0.046 75712 73% -
Mar 03 07:40:22 sogod [9899]: << CLIENT-IPv6-ADDRESS >> "GET /SOGo/so/postmaster@my.domain/Calendar/alarmslist?browserTime=1520080822 HTTP/1.0" 200 63/0 0.008 - - -
Mar 03 07:40:22 sogod [9899]: [ERROR] <0x0x811a168e0[NGImap4ConnectionManager]> IMAP4 login failed:
  host=imap, user=postmaster@my.domain, pwd=yes
  url=imap://postmaster%40my.domain@imap://<< JAIL-IPv6-ADDRESS >>:143//
  base=(null)
  base-class=(null))
  = <0x0x80d95e7f0[NGImap4Client]: login=postmaster@my.domain(pwd) address=<0x0x81189b7c0[NGInternetSocketAddress]: host=imap not-filled>>
Mar 03 07:40:22 sogod [9899]: <0x8118a4310[SOGoMailAccount]:0> renewing imap4 password
Mar 03 07:40:22 sogod [9899]: [ERROR] <0x0x811a168e0[NGImap4ConnectionManager]> IMAP4 login failed:
  host=imap, user=postmaster@my.domain, pwd=yes
  url=imap://postmaster%40my.domain@imap://<< JAIL-IPv6-ADDRESS >>:143//
  base=(null)
  base-class=(null))
  = <0x0x80d95b410[NGImap4Client]: login=postmaster@my.domain(pwd) address=<0x0x81189c6f0[NGInternetSocketAddress]: host=imap not-filled>>
Mar 03 07:40:22 sogod [9899]: [ERROR] <0x8118a4310[SOGoMailAccount]:0> Could not connect IMAP4
Mar 03 07:40:22 sogod [9899]: << CLIENT-IPv6-ADDRESS >> "GET /SOGo/so/postmaster@my.domain/Mail/0/view HTTP/1.0" 200 17/0 0.023 - - -
Mar 03 07:40:22 sogod [9899]: [ERROR] <0x0x811a168e0[NGImap4ConnectionManager]> IMAP4 login failed:
  host=imap, user=postmaster@my.domain, pwd=yes
  url=imap://postmaster%40my.domain@imap://<< JAIL-IPv6-ADDRESS >>:143//
  base=(null)
  base-class=(null))
  = <0x0x80d95b410[NGImap4Client]: login=postmaster@my.domain(pwd) address=<0x0x80e15d070[NGInternetSocketAddress]: host=imap not-filled>>
Mar 03 07:40:22 sogod [9899]: <0x80e0725d0[SOGoMailAccount]:0> renewing imap4 password
Mar 03 07:40:22 sogod [9899]: [ERROR] <0x0x811a168e0[NGImap4ConnectionManager]> IMAP4 login failed:
  host=imap, user=postmaster@my.domain, pwd=yes
  url=imap://postmaster%40my.domain@imap://<< JAIL-IPv6-ADDRESS >>:143//
  base=(null)
  base-class=(null))
  = <0x0x80d95ebb0[NGImap4Client]: login=postmaster@my.domain(pwd) address=<0x0x80e1cd540[NGInternetSocketAddress]: host=imap not-filled>>
Mar 03 07:40:22 sogod [9899]: [ERROR] <0x80e0725d0[SOGoMailAccount]:0> Could not connect IMAP4
Mar 03 07:40:22 sogod [9899]: << CLIENT-IPv6-ADDRESS >> "POST /SOGo/so/postmaster@my.domain/Mail/unseenCount HTTP/1.0" 200 21/31 0.026 - - -

In dovecot.conf I changed the "listen" parameter to:

listen = [::]

and in postfix/main.cf I changed the protocol to ipv6. The list of used ports -> sockstat.txt

Would be nice if someone can assist here.

Best,
Arne

Post's attachments

sockstat.txt 10.96 kb, 2 downloads since 2018-03-03 

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

----

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

2

Re: IPv6 only

*) Is SOGo running on IPv6 address too?
*) Do you use correct format of IPv6 address for IMAP server in SOGo config file?