1

Topic: Error ERROR <!> Error while applying plugin "amavisd_wblist"

ERROR <!> Error while applying plugin "amavisd_wblist": (ProgrammingError) (1146, "Table 'amavisd.outbound_wblist' doesn't exist") 'SELECT rid, sid, wb\n               FROM outbound_wblist\n              WHERE sid IN (580) AND rid IN (2, 1)' ()

----

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

2

Re: Error ERROR <!> Error while applying plugin "amavisd_wblist"

This sql table was introduced in iRedMail-0.9.3, it's mentioned in our upgrade tutorial:
http://www.iredmail.org/docs/upgrade.ir … 0.9.3.html (Search "outbound_wblist")

3

Re: Error ERROR <!> Error while applying plugin "amavisd_wblist"

Upgarde to iRedAPD 1.8.0.
Have the same error.
What should I do to fix this error ?


ZhangHuangbin wrote:

This sql table was introduced in iRedMail-0.9.3, it's mentioned in our upgrade tutorial:
http://www.iredmail.org/docs/upgrade.ir … 0.9.3.html (Search "outbound_wblist")

4

Re: Error ERROR <!> Error while applying plugin "amavisd_wblist"

Dear @platpirs:

please check this upgrade step:
http://www.iredmail.org/docs/upgrade.ir … database_1

5

Re: Error ERROR <!> Error while applying plugin "amavisd_wblist"

I make these steps .
http://www.iredmail.org/docs/upgrade.ir … database_1

I have the following errors
INFO Plugin ldap_amavisd_block_blacklisted_senders (/opt/iredapd/plugins/ldap_amavisd_block_blacklisted_senders.py) does not exist.


how to prevent this error ?

6

Re: Error ERROR <!> Error while applying plugin "amavisd_wblist"

platpirs wrote:

INFO Plugin ldap_amavisd_block_blacklisted_senders (/opt/iredapd/plugins/ldap_amavisd_block_blacklisted_senders.py) does not exist.

Please remove plugin name "ldap_amavisd_block_blacklisted_senders" in /opt/iredapd/settings.py. This plugin has been removed since iRedAPD-1.7.0, you should use plugin "amavisd_wblist" instead.

FYI: http://www.iredmail.org/docs/manage.iredapd.html

7

Re: Error ERROR <!> Error while applying plugin "amavisd_wblist"

ZhangHuangbin wrote:
platpirs wrote:

INFO Plugin ldap_amavisd_block_blacklisted_senders (/opt/iredapd/plugins/ldap_amavisd_block_blacklisted_senders.py) does not exist.

Please remove plugin name "ldap_amavisd_block_blacklisted_senders" in /opt/iredapd/settings.py. This plugin has been removed since iRedAPD-1.7.0, you should use plugin "amavisd_wblist" instead.

FYI: http://www.iredmail.org/docs/manage.iredapd.html



Thank you very much.