|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
auxpropfunc errors
From: Eray Aslan (eray.aslan
caf.com.tr)
Date: Wed Jun 07 2006 - 04:34:23 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I am getting the following in my authorize.log:
Jun 7 12:07:24 mail postfix/smtpd[6506]: sql_select option missing
Jun 7 12:07:24 mail postfix/smtpd[6506]: auxpropfunc error no mechanism
available
Jun 7 12:07:24 mail postfix/smtpd[6506]: _sasl_plugin_load failed on
sasl_auxprop_plug_init for plugin: sql
Jun 7 12:07:24 mail postfix/smtpd[6506]: auxpropfunc error invalid
parameter supplied
Jun 7 12:07:24 mail postfix/smtpd[6506]: _sasl_plugin_load failed on
sasl_auxprop_plug_init for plugin: ldapdb
How do I debug this? There is no user complaints and mail flow is OK.
postconf -n and /etc/sasl2/smtpd.conf output is below.
Thank you
Eray
mail ~ # postconf -n
alias_database = hash:/etc/mail/aliases
alias_maps = mysql:/etc/postfix/mysql-aliases.cf
always_bcc = UserA
caf.com.tr
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
delay_warning_time = 2h
home_mailbox = .maildir/
html_directory = /usr/share/doc/postfix-2.2.10/html
local_recipient_maps = $alias_maps unix:passwd.byname
mail_owner = postfix
mailbox_size_limit = 102400000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
myhostname = mail.caf.com.tr
mynetworks = 10.0.0.3/32, 127.0.0.0/8, 10.0.2.23/32
newaliases_path = /usr/bin/newaliases
proxy_interfaces = 81.215.202.135
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.2.10/readme
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
relay_domains = caf.com.tr, caf.local
relay_recipient_maps = hash:/etc/postfix/relay_recipients
relocated_maps = mysql:/etc/postfix/mysql-relocated.cf
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
show_user_unknown_table_name = no
smtp_tls_CAfile = /etc/postfix/cacert.pem
smtp_tls_cert_file = /etc/postfix/mail.caf.com.tr-cert.pem
smtp_tls_key_file = /etc/postfix/mail.caf.com.tr-key.pem
smtp_tls_session_cache_database = btree:/var/run/smtp_tls_session_cache
smtp_use_tls = yes
smtpd_error_sleep_time = 1
smtpd_etrn_restrictions = reject
smtpd_hard_error_limit = 10
smtpd_helo_required = yes
smtpd_recipient_restrictions =
reject_non_fqdn_sender
reject_non_fqdn_recipient
permit_sasl_authenticated
permit_mynetworks
reject_unauth_destination
check_helo_access hash:/etc/postfix/helo_checks
check_helo_access cidr:/etc/postfix/helo_checks_ip
check_recipient_access hash:/etc/postfix/recipient_checks
reject_invalid_hostname
check_sender_access hash:/etc/postfix/sender_access
check_sender_access pcre:/etc/postfix/valid_sender.pcre
reject_unlisted_recipient
reject_rbl_client sbl-xbl.spamhaus.org
smtpd_sasl_auth_enable = yes
smtpd_soft_error_limit = 5
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/postfix/mail.caf.com.tr-cert.pem
smtpd_tls_key_file = /etc/postfix/mail.caf.com.tr-key.pem
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:/var/run/smtpd_tls_session_cache
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf
virtual_gid_maps = static:1001
virtual_mailbox_base = /
virtual_mailbox_domains = zeplin.cn zeplin.com.cn zeplin.net
robcol86.org
virtual_mailbox_limit = 102400000
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf
virtual_minimum_uid = 1000
virtual_transport = maildrop
virtual_uid_maps = static:1001
mail ~ # grep -v ^# /etc/sasl2/smtpd.conf
mech_list: PLAIN LOGIN
pwcheck_method: saslauthd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]