Hi, i am using on my machine Postfix with Cyrus_SASL in smtpd.conf i have saslauthd as method used,but even if i have it , this is what postfix writes into log messages
*
Dec 13 00:02:03 sx1 postfix/smtpd[17833]: auxpropfunc error invalid parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17856]: auxpropfunc error invalid parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17858]: auxpropfunc error invalid parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17859]: auxpropfunc error invalid parameter supplied
Dec 13 00:08:08 sx1 postfix/smtpd[17860]: auxpropfunc error invalid parameter supplied
Dec 13 00:10:05 sx1 postfix/smtpd[17888]: auxpropfunc error invalid parameter supplied
Dec 13 00:10:07 sx1 postfix/smtpd[17896]: auxpropfunc error invalid parameter supplied
*
What does it mean? Why postfix writes this when i am not using auxprop ?
Thanks
*
D.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-12-2007, 10:44 PM
Christopher Chan
postfix smtpd error
David Hláčik wrote:
Hi, i am using on my machine Postfix with Cyrus_SASL in smtpd.conf i have
saslauthd as method used,but even if i have it , this is what postfix writes
into log messages
Dec 13 00:02:03 sx1 postfix/smtpd[17833]: auxpropfunc error invalid
parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17856]: auxpropfunc error invalid
parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17858]: auxpropfunc error invalid
parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17859]: auxpropfunc error invalid
parameter supplied
Dec 13 00:08:08 sx1 postfix/smtpd[17860]: auxpropfunc error invalid
parameter supplied
Dec 13 00:10:05 sx1 postfix/smtpd[17888]: auxpropfunc error invalid
parameter supplied
Dec 13 00:10:07 sx1 postfix/smtpd[17896]: auxpropfunc error invalid
parameter supplied
This is the message postfix got from cyrus-sasl.
What does it mean? Why postfix writes this when i am not using auxprop ?
What do you have in smtpd.conf?
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-13-2007, 12:18 PM
"David Hláčik"
postfix smtpd error
Hi,
this is what i have in smtpd.conf
*
pwcheck_method: saslauthd
*
to use saslauthd as i mentioned.
smtpd.conf is located in
/usr/lib64/sasl/smtpd.conf
/usr/lib64/sasl2/smtpd.conf
*
both have the same, in sasl dir is in smtpd.conf to use saslauthd_version : 2
*
Thanks,
D.
*
On 12/13/07, Christopher Chan <christopher@ias.com.hk> wrote:
David Hláčik wrote:
> Hi, i am using on my machine Postfix with Cyrus_SASL in smtpd.conf i have
> saslauthd as method used,but even if i have it , this is what postfix writes
> into log messages
>
> Dec 13 00:02:03 sx1 postfix/smtpd[17833]: auxpropfunc error invalid
> parameter supplied
> Dec 13 00:08:07 sx1 postfix/smtpd[17856]: auxpropfunc error invalid
> parameter supplied
>
> What does it mean? Why postfix writes this when i am not using auxprop ?
What do you have in smtpd.conf?
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-13-2007, 10:56 PM
Christopher Chan
postfix smtpd error
David Hláčik wrote:
Hi,
this is what i have in smtpd.conf
pwcheck_method: saslauthd
to use saslauthd as i mentioned.
smtpd.conf is located in
/usr/lib64/sasl/smtpd.conf
/usr/lib64/sasl2/smtpd.conf
both have the same, in sasl dir is in smtpd.conf to use saslauthd_version :
2
Which sasl library is postfix linked against?
What do you have in /etc/sysconfig/saslauthd?
I take it sasl works for you, it's just that you wonder why you get this
auxprop message, right?
Thanks,
D.
On 12/13/07, Christopher Chan <christopher@ias.com.hk> wrote:
David Hláčik wrote:
Hi, i am using on my machine Postfix with Cyrus_SASL in smtpd.conf i
have
saslauthd as method used,but even if i have it , this is what postfix
writes
into log messages
Dec 13 00:02:03 sx1 postfix/smtpd[17833]: auxpropfunc error invalid
parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17856]: auxpropfunc error invalid
parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17858]: auxpropfunc error invalid
parameter supplied
Dec 13 00:08:07 sx1 postfix/smtpd[17859]: auxpropfunc error invalid
parameter supplied
Dec 13 00:08:08 sx1 postfix/smtpd[17860]: auxpropfunc error invalid
parameter supplied
Dec 13 00:10:05 sx1 postfix/smtpd[17888]: auxpropfunc error invalid
parameter supplied
Dec 13 00:10:07 sx1 postfix/smtpd[17896]: auxpropfunc error invalid
parameter supplied
This is the message postfix got from cyrus-sasl.
What does it mean? Why postfix writes this when i am not using auxprop ?
What do you have in smtpd.conf?
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-14-2007, 11:48 AM
"David Hláčik"
postfix smtpd error
Hi to all,
*
it was caused by sasl_auth_ldap rpm installed which has nothing in common with saslauthd and ldap support as i was thinking. I unninstaled sasl_auth_ldap and message dissapeared.
*
David
*
On 12/14/07, Christopher Chan <christopher@ias.com.hk> wrote:
David Hláčik wrote:
> Hi,
> this is what i have in smtpd.conf
>
> pwcheck_method: saslauthd
>
> to use saslauthd as i mentioned.
> smtpd.conf is located in
> /usr/lib64/sasl/smtpd.conf
> /usr/lib64/sasl2/smtpd.conf
>
> both have the same, in sasl dir is in smtpd.conf to use saslauthd_version :
> 2
Which sasl library is postfix linked against?
What do you have in /etc/sysconfig/saslauthd?
I take it sasl works for you, it's just that you wonder why you get this
auxprop message, right?
>
> Thanks,
>
> D.
>
>
>
> On 12/13/07, Christopher Chan <christopher@ias.com.hk> wrote:
>> David Hláčik wrote:
>>> Hi, i am using on my machine Postfix with Cyrus_SASL in smtpd.conf i
>> have
>>> saslauthd as method used,but even if i have it , this is what postfix
>> writes
>>> into log messages
>>> parameter supplied
>>> Dec 13 00:10:07 sx1 postfix/smtpd[17896]: auxpropfunc error invalid
>>> parameter supplied
>> This is the message postfix got from cyrus-sasl.
>>
>>> What does it mean? Why postfix writes this when i am not using auxprop ?
>> What do you have in smtpd.conf?
>> _______________________________________________
>> CentOS mailing list