Re: problem with postfix and libsasl2
Andrei Popescu wrote:
On Mon, Oct 01, 2007 at 12:31:36AM +0200, Daniele Salatti wrote:
  
I'm trying to set up a mailserver on Debian etch for the first time, 
but I have a problem: every time I restart postfix I get this 
message:
/usr/sbin/postconf: /usr/local/lib/libsasl2.so.2: no version information 
available (required by /usr/sbin/postconf)
        
  
You might not have it installed.  For a normal postfix setup you need 
the packages: postfix libsasl2 sasl2-bin libsasl2-modules libdb3-util 
procmail
      
---^^^^^^^^
procmail is *not* needed.
  
I can't use it because of this error (I think). It's installed...but 
someway not working. I'm following an how-to, and when I reach this 
point (http://workaround.org/articles/ispmail-etch/#id28 - 
Authenticated SMTP) I can't access my smtp as shown in the example. 
(Sorry, but my english is not so good...)
    
Please post the output of 'postconf -n'and 'dpkg -l *sasl2*|grep ^ii'
Regards,
Andrei
  
Hi!
Here is the output of 'postconf -n':
postconf: /usr/local/lib/libsasl2.so.2: no version information available 
(required by postconf)
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
inet_protocols = all
mailbox_command =
mailbox_size_limit = 0
mydestination = localhost
myhostname = salatti.net
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_alias_maps = 
mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
virtual_gid_maps = static:6000
virtual_mailbox_domains = 
mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
virtual_transport = dovecot
virtual_uid_maps = static:6000
And that's the output of ' dpkg -l *sasl2*|grep ^ii':
ii  cyrus-sasl2-dbg                 2.1.22.dfsg1-8 Debugging symbols for 
Cyrus SASL
ii  libsasl2                        2.1.22.dfsg1-8 Authentication 
abstraction library
ii  libsasl2-2                      2.1.22.dfsg1-8 Authentication 
abstraction library
ii  libsasl2-modules                2.1.22.dfsg1-8 Pluggable 
Authentication Modules for SASL
ii  libsasl2-modules-sql            2.1.22.dfsg1-8 Pluggable 
Authentication Modules for SASL (S
ii  sasl2-bin                       2.1.22.dfsg1-8 Administration 
programs for SASL users datab
Daniele
Reply to: