1

Topic: Error in IredApd.

Hi Following are the logs of IredApd :

2011-10-19 15:31:43 DEBUG smtp session: request=smtpd_access_policy
2011-10-19 15:31:43 DEBUG smtp session: protocol_state=RCPT
2011-10-19 15:31:43 DEBUG smtp session: protocol_name=ESMTP
2011-10-19 15:31:43 DEBUG smtp session: client_address=203.122.14.34
2011-10-19 15:31:43 DEBUG smtp session: client_name=unknown
2011-10-19 15:31:43 DEBUG smtp session: reverse_client_name=unknown
2011-10-19 15:31:43 DEBUG smtp session: helo_name=abcd91436b7db0
2011-10-19 15:31:43 DEBUG smtp session: sender=grohe@anmsoft.com
2011-10-19 15:31:43 DEBUG smtp session: recipient=name.surname@example.com
2011-10-19 15:31:43 DEBUG smtp session: recipient_count=0
2011-10-19 15:31:43 DEBUG smtp session: queue_id=
2011-10-19 15:31:43 DEBUG smtp session: instance=77d8.4e9ea006.d0ce7.0
2011-10-19 15:31:43 DEBUG smtp session: size=0
2011-10-19 15:31:43 DEBUG smtp session: etrn_domain=
2011-10-19 15:31:43 DEBUG smtp session: stress=
2011-10-19 15:31:43 DEBUG smtp session: sasl_method=LOGIN
2011-10-19 15:31:43 DEBUG smtp session: sasl_username=name@example.com
2011-10-19 15:31:43 DEBUG smtp session: sasl_sender=
2011-10-19 15:31:43 DEBUG smtp session: ccert_subject=
2011-10-19 15:31:43 DEBUG smtp session: ccert_issuer=
2011-10-19 15:31:43 DEBUG smtp session: ccert_fingerprint=
2011-10-19 15:31:43 DEBUG smtp session: encryption_protocol=
2011-10-19 15:31:43 DEBUG smtp session: encryption_cipher=
2011-10-19 15:31:43 DEBUG smtp session: encryption_keysize=0
2011-10-19 15:31:43 INFO Error: plugin /opt/iredapd/src/plugins/sql_alias_access_policy.py not exist.
2011-10-19 15:31:43 DEBUG Final action: None.
2011-10-19 15:31:43 INFO grohe@anmsoft.com -> name.surname@example.com, DUNNO
2011-10-19 15:31:43 DEBUG Connection closed


Following is the line which I am feeling is some issue :

2011-10-19 15:31:43 INFO Error: plugin /opt/iredapd/src/plugins/sql_alias_access_policy.py not exist.

Please help to resolve this.

----

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

2

Re: Error in IredApd.

May i know which backend you're using? MySQL or OpenLDAP? iRedAPD plugin "sql_alias_access_policy" is MySQL backend special.
If it's MySQL backend, download sql_alias_access_policy.py manually below, and copy it to /opt/iredapd/src/plugins/:
http://iredapd.iredmail.googlecode.com/ … _policy.py

Don't forget to set correct file owner/group (iredapd:iredapd) and file permission (0700).

3 (edited by Shashank 2011-12-01 16:39:40)

Re: Error in IredApd.

Hi,

I did as suggested.

But I am still getting the same error.

INFO Error: plugin /opt/iredapd/src/plugins/sql_alias_access_policy.py not exist.

whereas after having a look, "/opt/iredapd/src/plugins/sql_alias_access_policy.py" the file already exists and has the permission 0700 and iredapd:iredapd.