1

Topic: Mailist problems after upgrade to iRedAdmin-Pro

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9 OPENLDAP edition
- Deployed with iRedMail Easy or the downloadable installer? No
- Linux/BSD distribution name and version: Centos 64 bits 7.6.1810 (Core)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

After purchasing the pro version and begin using the graphical console, we detect that modifying the configurations of mailing lists, these do not display correctly paragraph "Mail Deliver Restriction" and some of them were corrupted to modify them. By the time we continue using "command line tool".
The error obtained with the command "python maillist_admin.py info example@exmaple.net" is the following:
Traceback (most recent call last):
  File "maillist_admin.py", line 122, in <module>
    print '{0}={1}'.format(k, v)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 26: ordinal not in range(128)

Thank you and a greeting,

----

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

2

Re: Mailist problems after upgrade to iRedAdmin-Pro

albertolagar wrote:

Traceback (most recent call last):
  File "maillist_admin.py", line 122, in <module>
    print '{0}={1}'.format(k, v)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 26: ordinal not in range(128)

Seems there's something in non-ascii character. Could you tell me which file under /var/vmail/mlmmj/<domain>/<list>/ contain non-ascii char?

3

Re: Mailist problems after upgrade to iRedAdmin-Pro

At the time we eliminate the lists which gave error and we returned to create via command line. We have used to upgrade to the new version 4.1 of iredamin-pro. The next list we will create from the console to see if it goes well
Thanks,

4

Re: Mailist problems after upgrade to iRedAdmin-Pro

The question remains: Seems there's something in non-ascii character. Could you tell me which file under /var/vmail/mlmmj/<domain>/<list>/ contain non-ascii char?