<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p><span style="font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;">Postfix stop to work with 4.3.5 Server configuration problem (related to kolab_smtp_access_policy)</span></p>
<p><span> </span></p>
<pre id="comment_text_0" class="bz_comment_text">After update to latest stable :


Oct 26 14:13:03 mx gpasswd[7244]: user apache added by root to group kolab
Oct 26 14:13:03 mx gpasswd[7250]: user kolab-n added by root to group kolab
Oct 26 14:13:03 mx usermod[7259]: change user 'kolab-n' home from '/var/lib/kolab-n' to '/var/lib/kolab'
Oct 26 14:13:05 mx yum[7185]: Updated: kolab-cli-0.5.15-1.el6.kolab_3.0.noarch
Oct 26 14:13:05 mx yum[7185]: Updated: pykolab-0.5.15-1.el6.kolab_3.0.noarch
Oct 26 14:13:05 mx yum[7185]: Updated: pykolab-xml-0.5.15-1.el6.kolab_3.0.noarch
Oct 26 14:13:06 mx yum[7185]: Updated: 1:389-ds-base-libs-1.2.11.15-22.el6.kolab_3.0.x86_64
Oct 26 14:13:06 mx yum[7185]: Updated: libgcrypt-1.4.5-11.el6_4.x86_64
Oct 26 14:13:09 mx yum[7185]: Updated: gnupg2-2.0.14-6.el6_4.x86_64
Oct 26 14:13:24 mx yum[7185]: Updated: 1:389-ds-base-1.2.11.15-22.el6.kolab_3.0.x86_64
Oct 26 14:13:30 mx yum[7185]: Updated: wallace-0.5.15-1.el6.kolab_3.0.noarch
Oct 26 14:13:31 mx yum[7185]: Updated: kolab-saslauthd-0.5.15-1.el6.kolab_3.0.noarch
Oct 26 14:13:31 mx yum[7185]: Updated: kolab-server-0.5.15-1.el6.kolab_3.0.noarch
Oct 26 14:13:31 mx yum[7185]: Updated: postfix-kolab-0.5.15-1.el6.kolab_3.0.noarch
Oct 26 14:13:39 mx yum[7185]: Updated: roundcubemail-0.9.5-1.el6.kolab_3.0.noarch

Postfix Kolab stop to send email with :

Oct 27 09:15:06 mx postfix/submission/smtpd[31860]: ECA822CA143: client=localhost[127.0.0.1], sasl_method=LOGIN, <a href="mailto:sasl_username=i@hidexx.name">sasl_username=i@hidexx.name</a>
Oct 27 09:15:07 mx postfix/spawn[31863]: warning: command /usr/libexec/postfix/kolab_smtp_access_policy exit status 1
Oct 27 09:15:07 mx postfix/submission/smtpd[31860]: warning: premature end-of-input on private/submission_policy while reading input attribute name
Oct 27 09:15:09 mx postfix/spawn[31863]: warning: command /usr/libexec/postfix/kolab_smtp_access_policy exit status 1
Oct 27 09:15:09 mx postfix/submission/smtpd[31860]: warning: premature end-of-input on private/submission_policy while reading input attribute name
Oct 27 09:15:09 mx postfix/submission/smtpd[31860]: warning: problem talking to server private/submission_policy: Success
Oct 27 09:15:09 mx postfix/submission/smtpd[31860]: ECA822CA143: reject: DATA from localhost
same error with roundcube or email client


in postfix config i see :

in main.cf
submission_data_restrictions = check_policy_service unix:private/submission_policy

in master.cf

submission inet n       -       n       -       -       smtpd
    -o syslog_name=postfix/submission
    -o smtpd_tls_security_level=encrypt
    -o smtpd_sasl_auth_enable=yes
    -o smtpd_sasl_authenticated_header=yes
    -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#!!!!!! - > if i disable this ,  email go!!!
#    -o smtpd_data_restrictions=$submission_data_restrictions
recipient_policy unix    -   n   n   -       -   spawn
    user=kolab-n argv=/usr/libexec/postfix/kolab_smtp_access_policy --verify-recipient
recipient_policy_incoming unix - n n -       -   spawn
    user=kolab-n argv=/usr/libexec/postfix/kolab_smtp_access_policy --verify-recipient --allow-unauthenticated
sender_policy    unix    -   n   n   -       -   spawn
    user=kolab-n argv=/usr/libexec/postfix/kolab_smtp_access_policy --verify-sender
sender_policy_incoming unix - n  n   -       -   spawn
    user=kolab-n argv=/usr/libexec/postfix/kolab_smtp_access_policy --verify-sender --allow-unauthenticated
submission_policy unix   -   n   n   -       -   spawn
    user=kolab-n argv=/usr/libexec/postfix/kolab_smtp_access_policy --verify-sender --verify-recipient

Path to kolab_smtp_access_policy is correct !
file exitst in /usr/libexec/postfix/

Please help me to solve this
Thanks</pre>
<p><span> </span></p>
<p> </p>
<div>
<pre> </pre>
</div>
<div> </div>
<p> </p>
</body></html>