Quantcast
Channel: iRedMail — iRedAdmin-Pro Support
Viewing all 2926 articles
Browse latest View live

Relay without verifying local recipients not working

$
0
0

==== Required information ====
- iRedMail version: 1.8.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version:  Debian 7.5
- Related log if you're reporting an issue:
====

If i enable Relay without verifying local recipients on a domain, the flag is not set on this option but after safing i see that this domain is then a backup MX domain and this is not what i like to do.


POP3 not working

$
0
0

==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: debian 7
- Related log if you're reporting an issue:
====

Hi,

sorry, if this has been asked before... is there a way to search this forum???

I am running iredMail and the admin for some weeks now, all is well, now I am migrating the first customer... they have an MS Exchange-Box fetching the Mail by POP3 and it does not work.
- Accounts are working on roundcube and IMAP
- I cannot telnet pop3 port like
  telnet MYHOST 110

->
Trying MYIP...
telnet: connect to address MYIP: Host is down
telnet: Unable to connect to remote host

For dovecot I found the following page http://wiki2.dovecot.org/SSL/DovecotConfiguration offering a test command:

openssl s_client -connect MYHOST:pop3s
That gives:
connect: Host is down
connect:errno=64

I have the feeling that the pop3 deamon is not runing at all... but with a POP3checker I get the error mentioned here:
http://www.iredmail.org/wiki/index.php? … t.STARTTLS

Plaintext authentication disallowed on non-secure (SSL/TLS) connections

What shall/can I do???

I did not do anything to the dovecot config ;-)

internal server error after upgrade to iRedMail-0.8.7

$
0
0

==== Required information ====
- iRedMail version: 0.8.7  (mysql pro 1.8.1)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Debian 7.5
- Related log if you're reporting an issue:
====

After the upgrade from 0.8.6 to 0.8.7

If i click on a domain to manage it on the pro gui i see:

internal server error

apache error log:
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x] Traceback (most recent call last):
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/lib/python2.7/dist-packages/web/application.py", line 239, in process
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     return self.handle()
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/lib/python2.7/dist-packages/web/application.py", line 230, in handle
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     return self._delegate(fn, self.fvars, args)
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/lib/python2.7/dist-packages/web/application.py", line 420, in _delegate
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     return handle_class(cls)
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/lib/python2.7/dist-packages/web/application.py", line 396, in handle_class
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     return tocall(*args)
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/share/apache2/iredadmin/controllers/decorators.py", line 11, in proxyfunc
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     return func(self, *args, **kw)
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/share/apache2/iredadmin/controllers/mysql/domain.py", line 155, in GET
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     msg=i.get('msg'),
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/share/apache2/iredadmin/libs/iredbase.py", line 187, in render_template
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     return jinja_env.get_template(template_name).render(context)
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 894, in render
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     return self.environment.handle_exception(exc_info, True)
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/share/apache2/iredadmin/libs/../templates/default/mysql/domain/profile.html", line 36, in top-level template code
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     {% from "macros/msgHandlers.html" import domainMsgHandler with context %}
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/share/apache2/iredadmin/libs/../templates/default/layout.html", line 156, in top-level template code
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     {% block main %}{% endblock %}
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/share/apache2/iredadmin/libs/../templates/default/mysql/domain/profile.html", line 506, in block "main"
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     {% set defaultUserAliases = profile.defaultuseraliases.split(',') %}
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]   File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 372, in getattr
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]     return getattr(obj, attribute)
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x] UndefinedError: 'web.utils.Storage object' has no attribute 'defaultuseraliases'
[Wed May 14 11:12:54 2014] [error] [client x.x.x.x]


Whant do i miss?

GaXy

BUG: Quarantine View shows duplicate Received headers

$
0
0

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version:  Debian Wheezy
- Related log if you're reporting an issue:
====

Received Headers are not extracted correctly. The first header is shown multiple times.
See screenshot in comaprison to mail.

Greets,
Frank

Suggestion for Newsletter

$
0
0

==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Debian Wheezy
- Related log if you're reporting an issue:
====

I need a suggest for enhance the newsletter.
Actually I use Alias as a fake newsletter.
I want a newsletter more professional connected to IRedMAil, manageable via WebPage.

Thank you

internal server error after upgrade to iRedMail-Pro-1.8.2

$
0
0

==== Required information ====
- iRedMail version: iRedAdmin-Pro-MySQL 1.8.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MysSQL
- Linux/BSD distribution name and version: Debian 7
- Related log if you're reporting an issue: Hi, I just upgraded to the new version by following the steps in the tutorial (http://www.iredmail.org/wiki/index.php? … .8.1-1.8.2)  and enter the properties of a domain or account gives error: internal server error
====


[Fri May 16 17:38:51 2014] [error] [client] Traceback (most recent call last):
[Fri May 16 17:38:51 2014] [error] [client]   File "/usr/lib/python2.7/dist-packages/web/application.py", line 239, in process
[Fri May 16 17:38:51 2014] [error] [client]     return self.handle()
[Fri May 16 17:38:51 2014] [error] [client]   File "/usr/lib/python2.7/dist-packages/web/application.py", line 230, in handle
[Fri May 16 17:38:51 2014] [error] [client]     return self._delegate(fn, self.fvars, args)
[Fri May 16 17:38:51 2014] [error] [client]   File "/usr/lib/python2.7/dist-packages/web/application.py", line 420, in _delegate
[Fri May 16 17:38:51 2014] [error] [client]     return handle_class(cls)
[Fri May 16 17:38:51 2014] [error] [client]   File "/usr/lib/python2.7/dist-packages/web/application.py", line 396, in handle_class
[Fri May 16 17:38:51 2014] [error] [client]     return tocall(*args)
[Fri May 16 17:38:51 2014] [error] [client]   File "/usr/share/apache2/iredadmin/controllers/decorators.py", line 11, in proxyfunc
[Fri May 16 17:38:51 2014] [error] [client]     return func(self, *args, **kw)
[Fri May 16 17:38:51 2014] [error] [client]   File "/usr/share/apache2/iredadmin/controllers/mysql/domain.py", line 147, in GET
[Fri May 16 17:38:51 2014] [error] [client]     domain_settings=iredutils.convert_sql_account_settings_to_dict(domain_profile['settings']),
[Fri May 16 17:38:51 2014] [error] [client] KeyError: 'settings'
[Fri May 16 17:38:51 2014] [error] [client]

iRedAdmin-Pro-MySQL-1.6.0 backcompatibility with iRedMail-0.8.7

$
0
0

==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu 12.04 LTS
- Related log if you're reporting an issue:
====

Hello

My subscribtion for iRedAdmin-Pro has expired so I can't get new version 1.8.2 to install.
By now old version 1.6.0 was working with iRedMail-0.8.6, but in upgrade tutorial for 0.8.6-0.8.7 there is one step about removing several columns from mysql table: "Some existing columns in table vmail.domain are not needed anymore, they will be merged into our new column: domain.settings."

So would it work with old iRedAdmin-Pro version when I remove these columns?
Or should I skip removing the columns?

strong password

$
0
0

==== Required information ====
- iRedMail version: 0.8.7 / 1.8.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Linux/BSD distribution name and version: Debain 7.5
- Related log if you're reporting an issue:
====

Hi

In 1.8.2 it is now enforced that the password have to be strong, not only min lenght, how can i disable that for some domains or global?


regards
GaXy


Internal Server Error - After upgrade to iRedMail-Pro-1.8.2

$
0
0

==== Required information ====
- iRedMail version: 0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu precise (12.04.1 LTS)
- Related log if you're reporting an issue:

Hi, I have upgraded following http://www.iredmail.org/wiki/index.php? … 8.1-1.8.2.
I am getting an internal server error when going to the properties of an account.
I have a feeling this is because of iRedMail version is only 0.8.4? Sorry.
I will purchase remote upgrade tomorrow if you can do the upgrade (around Tuesday, 20 May 2014 at 6:00:00 a.m. in Beijing).

====

[Mon May 19 23:53:54 2014] [error] [client ] Traceback (most recent call last):
[Mon May 19 23:53:54 2014] [error] [client ]   File "/usr/lib/pymodules/python2.7/web/application.py", line 242, in process
[Mon May 19 23:53:54 2014] [error] [client ]     return self.handle()
[Mon May 19 23:53:54 2014] [error] [client ]   File "/usr/lib/pymodules/python2.7/web/application.py", line 233, in handle
[Mon May 19 23:53:54 2014] [error] [client ]     return self._delegate(fn, self.fvars, args)
[Mon May 19 23:53:54 2014] [error] [client ]   File "/usr/lib/pymodules/python2.7/web/application.py", line 415, in _delegate
[Mon May 19 23:53:54 2014] [error] [client ]     return handle_class(cls)
[Mon May 19 23:53:54 2014] [error] [client ]   File "/usr/lib/pymodules/python2.7/web/application.py", line 390, in handle_class
[Mon May 19 23:53:54 2014] [error] [client ]     return tocall(*args)
[Mon May 19 23:53:54 2014] [error] [client ]   File "/usr/share/apache2/iredadmin/controllers/decorators.py", line 11, in proxyfunc
[Mon May 19 23:53:54 2014] [error] [client ]     return func(self, *args, **kw)
[Mon May 19 23:53:54 2014] [error] [client ]   File "/usr/share/apache2/iredadmin/controllers/mysql/user.py", line 329, in GET
[Mon May 19 23:53:54 2014] [error] [client ]     domain_settings = iredutils.convert_sql_account_settings_to_dict(domain_profile['settings'])
[Mon May 19 23:53:54 2014] [error] [client ] KeyError: 'settings'

Errors when trying to access settings to Domains.

$
0
0

==== Required information ====
- iRedMail version: 1.8.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubunut 12.04 LTS
- Related log if you're reporting an issue:
====

I keep getting internal server error and cant figure it out. The logs are as follows

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/web/application.py", line 239, in process
    return self.handle()
  File "/usr/lib/python2.7/dist-packages/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
  File "/usr/lib/python2.7/dist-packages/web/application.py", line 420, in _delegate
    return handle_class(cls)
  File "/usr/lib/python2.7/dist-packages/web/application.py", line 396, in handle_class
    return tocall(*args)
  File "/usr/share/apache2/iredadmin/controllers/decorators.py", line 11, in proxyfunc
    return func(self, *args, **kw)
  File "/usr/share/apache2/iredadmin/controllers/mysql/domain.py", line 147, in GET
    domain_settings=iredutils.convert_sql_account_settings_to_dict(domain_profile['settings']),
KeyError: 'settings'

Strange behavior with iRedAdmin-Pro login screen, language selection

$
0
0

==== Required information ====
- iRedMail version: v0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Linux/BSD distribution name and version: Centos 6.5, Linux 3.14.4-x86_64-linode40 on x86_64
- Related log if you're reporting an issue: n/a
====

Strange issue and one I'm not even sure is related to your product but I wanted to ask and get your take on it;

In Chrome, when I navigate to the admin login screen, it appears in English (en_US) for a second and then immediately goes to what I assume is Russian (ru_RU). I'm not sure what causes it.

I use LastPass for password management and it auto-populates my credentials. The change to Russian happens, it appears, after LastPass populates my user creds. LastPass' stored URL is the full length URL with the language designation set as en_US:

https://<mydomain>/iredadmin/login?lang=en_US

If I drop the language desginator in LastPass, it still behaves the same way.

If I manually change the URL to en_US and press enter to reload the page in English, it reloads correctly but then LastPass gets involved, adds my creds, and the page reverts to Russian.

If I manually change the URL to en_US and hit ESC to stop it from loading AFTER english text appears (so it doesn't revert to Russian), and then manually enter my user creds, it works fine and logs in with english language text.

I don't think, like I said, that this is your issue but was just wondering if you've seen this before? And possibly have any ideas. Thanks.

- Fabian S.

iRedadmin-Pro not work

$
0
0

==== Required information ====
- iRedMail version: iRedadmin-Pro 1.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Centos 6 _x64
- Related log if you're reporting an issue:
====

Hi Zhang

Before our system working fine with iredmail 0.8.1 and Iredadmin-pro-Mysql 1.4.When i resetup server with iredmail 0.8.7 then iRedadmin-pro doesn't work.I think i need upgrade iredadmin-pro 1.8.2 but my license only 1 year and now expired.Pls help me how about for iredadmin-pro work with iredmail 0.8.7 no need upgare iredadmin-pro.Sorry for my poor english

Thank in advance

iRedmail Pro LDAP Secondary Server of same domain

$
0
0

==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): 2.1.1
- Linux/BSD distribution name and version: Unbuntu 12.04
- Related log if you're reporting an issue:
====

Greeting Zhang,
I would like to know that can i use the same license to configure one more Internal mail server of same domain for another 10users in our remote branch? Does it effect our main server if i use the same license to activate one more server?

Note: The secondary server is only for temporary use for one year only.

Please advise Zhang.

regards,
Shaik

iRedadmin-Pro 1.8.2 i can't user add "internal server error"?

$
0
0

==== Required information ====
- iRedMail version: 0.8.7  iRedAdmin-Pro-MySQL 1.8.2
- Store mail accounts in which backend (MySQL:
- Linux/BSD distribution name and version: Centos 6.5
- Related log if you're reporting an issue:
=======

Dear ZhangHuangbin

My Login username as admin account.
If i click on "Preferences" green button and "add user" button than white page with error "internal server error"?

internal server error after upgrade to iRedMail-Pro 1.8.2.

how can i fix? 
could you please kindly advise me about this error,

New feature in upcoming iRedAdmin-Pro: self-service.

$
0
0

Dear all,

Just want to share this new feature which will be available in upcoming iRedAdmin-Pro release: self-service. We hope this new feature will help free mail administrators (and, probably, HR).

With self-service, normal user can login to iRedAdmin-Pro to manage their own profile, including:

  • Name, preferred language in iRedAdmin-Pro.

  • Change password

  • Set mail forwarding

  • Manage (view, delete or release) quarantined Spam/Virus

  • Manage per-user white/blacklist

  • Manage per-user spam policy

Notes:

  • Domain admin can restrict which profiles can be updated by user in domain profile page (under tab "Advanced"). If you don't want to let user forward his email, you can disable this preference in domain profile page.

  • Per-user white/blacklist in self-service is implemented by Amavisd and SQL integration.

    Currently, no matter which backends you chose, iRedMail will create a SQL database "amavisd", 4 SQL tables (mailaddr, policy, users, wblist) are used to store per-user white/blacklists and per-user spam policy, Amavisd needs read-only privilege on them if you enable '@lookup_sql_dsn'.

    Another 4 tables (maddr, msgs, msgrcpt, quarantine) are used to store basic info of in/out emails, and quarantined mails. Amavisd needs read-write privileges if you enable '@storage_sql_dsn' -- This is enabled by default in iRedMail.

  • With OpenLDAP backend, we have LDAP integration enabled in Amavisd by default. Amavisd can query per-user spam policies and white/blacklist stored in ldap user object. To reduce complexity of iRedMail architecture and simplify iRedAdmin-Pro, we will use SQL integration in Amavisd for all backends and drop LDAP integration for OpenLDAP backend in next release of iRedMail.

Screenshots of self-service in iRedAdmin-Pro:

*) Preferences:

http://www.iredmail.org/images/iredadmin/self_service_preferences.png

*) Manage quarantined mails.

http://www.iredmail.org/images/iredadmin/self_service_quarantined.png

*) Manage per-user white/blacklists.

http://www.iredmail.org/images/iredadmin/self_service_wblist.png

*) Manage per-user spam policy.

http://www.iredmail.org/images/iredadmin/self_service_spam_policy.png


how to forward email to another server IP

$
0
0

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version:  v2.1.2 (LDAP)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  LDAP 27
- Linux/BSD distribution name and version:   CentOS release 6.5 (Final)
- Related log if you're reporting an issue:

====
At My iRedMail
1. Primary domain is real domain and still working at another server at ISP
2. Second domain use At My iRedMail

and Second domain send email to Primary domain error Unknow user (becausd of Primary working at other Server)

how to fix pleasessssss

Number of characters for - Need a random password?

$
0
0

==== Required information ====
- iRedMail version: iRedAdmin-Pro    v1.8.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): (MySQL)
- Linux/BSD distribution name and version: 12.04.1 LTS, Precise Pangolin
- Related log if you're reporting an issue: N/A
====

Hi,

This question relates to the "Need a random password?" section.
Am I able to set the rules for the generation?
I know I can set the special characters etc (http://www.iredmail.org/forum/post30319.html#p30319) but I need to set the amount of characters in this generation.

When changing a users password it displays 10 Character passwords.
When creating a new user it displays a huge password that is so big it goes off the screen.

Thank you!!

Iredadmin with BSD

$
0
0

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

Kindly update me if now New Iredadmin works on current stable BSD specifically OpenBSD 5.5

internal server error

$
0
0

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: iRedMail Pro 1.7.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Ubuntu 10.4
- Related log if you're reporting an issue:
====
when i open roundcube it shows "DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator."

and when i open iRedAdmin it says "internal server error "

Please help me how to fix this problem
attached the apache log file and mysql error logs

iRedAdmin-Pro password policy settings

$
0
0

==== Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Debian 7.5
- Related log if you're reporting an issue:
====

Hello,

after upgrading to iredmail 0.8.7 and iRedAdmin-Pro 2.1.2 the password policy in iRedAdmin-Pro seems to be stricter now, uppercase letters etc. are now required. The roundcube settings are alright and seems not to interfer. Where/how can i adjust those settings ?

Best regards

Viewing all 2926 articles
Browse latest View live