1 (edited by zet120 2012-03-21 03:06:06)

Topic: Error in Iredapd

Hello!
Is there already a solution of the problem:

2012-03-20 18:49:31 DEBUG Connect from 192.168.1.4
2012-03-20 18:49:31 DEBUG smtp session: request=smtpd_access_policy
2012-03-20 18:49:31 DEBUG smtp session: protocol_state=RCPT
2012-03-20 18:49:31 DEBUG smtp session: protocol_name=ESMTP
2012-03-20 18:49:31 DEBUG smtp session: client_address=209.85.212.172
2012-03-20 18:49:31 DEBUG smtp session: client_name=mail-wi0-f172.google.com
2012-03-20 18:49:31 DEBUG smtp session: reverse_client_name=mail-wi0-f172.google.com
2012-03-20 18:49:31 DEBUG smtp session: helo_name=mail-wi0-f172.google.com
2012-03-20 18:49:31 DEBUG smtp session: sender=zet120@gmail.com
2012-03-20 18:49:31 DEBUG smtp session: recipient=zet120@vinkler.pl
2012-03-20 18:49:31 DEBUG smtp session: recipient_count=0
2012-03-20 18:49:31 DEBUG smtp session: queue_id=
2012-03-20 18:49:31 DEBUG smtp session: instance=15c54.4f68d13b.b4c8c.0
2012-03-20 18:49:31 DEBUG smtp session: size=0
2012-03-20 18:49:31 DEBUG smtp session: etrn_domain=
2012-03-20 18:49:31 DEBUG smtp session: stress=
2012-03-20 18:49:31 DEBUG smtp session: sasl_method=
2012-03-20 18:49:31 DEBUG smtp session: sasl_username=
2012-03-20 18:49:31 DEBUG smtp session: sasl_sender=
2012-03-20 18:49:31 DEBUG smtp session: ccert_subject=
2012-03-20 18:49:31 DEBUG smtp session: ccert_issuer=
2012-03-20 18:49:31 DEBUG smtp session: ccert_fingerprint=
2012-03-20 18:49:31 DEBUG smtp session: encryption_protocol=TLSv1
2012-03-20 18:49:31 DEBUG smtp session: encryption_cipher=RC4-SHA
2012-03-20 18:49:31 DEBUG smtp session: encryption_keysize=128
2012-03-20 18:49:31 INFO Error: plugin /opt/iredapd/src/plugins/sql_alias_access_policy.py not exist.
2012-03-20 18:49:31 DEBUG Final action: None.
2012-03-20 18:49:31 INFO zet120@example.com -> zet120@vxxx.pl, DUNNO
2012-03-20 18:49:31 DEBUG Connection closed

I've read it already:
http://www.iredmail.org/forum/topic2560 … edapd.html
http://www.iredmail.org/forum/topic2713 … alias.html
http://www.iredmail.org/forum/topic1294 … -work.html





FreeBSD.8.2_RELEASE_64 (Jail)
iRedMail.0.8.0_beta2 (mysql)

----

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

Oh, i forgot this.

This could be caused by incorrect file permission. Please try to fix it with below commands:

# chown -R iredapd:iredapd /opt/iRedAPD-1.3.6/
# chmod -R 0755 /opt/iRedAPD-1.3.6/
# chmod 0500 /opt/iRedAPD-1.3.6/etc/iredapd.ini

Then restart iRedAPD service.