View Full Version : Perfect Setup - Fedora Core 3 - saslauthd problem
Median
26th January 2006, 15:59
Hi.
I read in one of Falko's posts somewhere that the Perfect Setup Fedora Core 3 is basically the same for Fedora Core 2. I have followed that and have got so far, but now I have encountered my first error.
Now start Postfix, saslauthd, imap and pop3:
chkconfig --levels 235 sendmail off
chkconfig --levels 235 postfix on
chkconfig --levels 235 saslauthd on
works fine.
We then come to
chkconfig imap on
and I get an error,
error reading information on service imap: No such file or directory
which is fine as Dovecot was installed instead of imap, so I change this to
chkconfig Dovecot on
and it seems to be ok.
chkconfig imaps on
chkconfig ipop3 on
chkconfig pop3s on
all produce the same error.
>>>>> Should I replace these lines with anything or just leave them out?
/etc/init.d/sendmail stop
/etc/init.d/postfix start
/etc/init.d/saslauthd start
/etc/init.d/xinetd restart
All seem to work ok apart from /etc/init.d/saslauthd start which throws an error saying could not read from startup_pipe
If I just type saslauthd start at the prompt I get an error telling me no authentication method specified and list of options which seems to suggest that saslauthd is there somewhere ready to go but I'm just not giving it the right information. I tried saslauthd -a pam which throws up the message: saslauthd[22578] :detach_tty : Cannot start saslauthd
saslauthd[22578] :detach_tty : could not read from startup_pipe
Obviously I'm missing something here. Would be grateful if someone could help me out.
Thanks in advance
falko
26th January 2006, 17:47
>>>>> Should I replace these lines with anything or just leave them out?
Leave them out.
All seem to work ok apart from which throws an error saying could not read from startup_pipe
If I just type saslauthd start at the prompt I get an error telling me no authentication method specified and list of options which seems to suggest that saslauthd is there somewhere ready to go but I'm just not giving it the right information. I tried saslauthd -a pam which throws up the message: saslauthd[22578] :detach_tty : Cannot start saslauthd
saslauthd[22578] :detach_tty : could not read from startup_pipe
Obviously I'm missing something here. Would be grateful if someone could help me out.
Thanks in advance
Did you do all the steps from http://www.howtoforge.com/perfect_setup_fedora_core_3_p4 ?
What's in /usr/lib/sasl2/smtpd.conf?
What's the output of telnet localhost 25 (this telnet thing is also described on http://www.howtoforge.com/perfect_setup_fedora_core_3_p4)?
Median
26th January 2006, 17:54
Did you do all the steps from http://www.howtoforge.com/perfect_setup_fedora_core_3_p4 ?
>>>>> Yes, to the letter
What's in /usr/lib/sasl2/smtpd.conf?
>>>>>
pwcheck_method: saslauthd
mech_list: plain login
What's the output of telnet localhost 25 (this telnet thing is also described on http://www.howtoforge.com/perfect_setup_fedora_core_3_p4)?
[root@median root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 median.x.example.com ESMTP Postfix
ehlo localhost
250-median.x.example.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
falko
26th January 2006, 20:53
Looks ok. What's in /etc/postfix/main.cf?
Median
26th January 2006, 22:42
Looks ok. What's in /etc/postfix/main.cf?
Do you want the whole file? Its quite large.
falko
27th January 2006, 07:36
Leave out the lines beginning with #.
Median
27th January 2006, 09:20
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
#proxy_interfaces =
#proxy_interfaces = 1.2.3.4
#mydestination = $myhostname, localhost.$mydomain, localhost
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
# mail.$mydomain, www.$mydomain, ftp.$mydomain
#local_recipient_maps = unix:passwd.byname $alias_maps
#local_recipient_maps = proxy:unix:passwd.byname $alias_maps
#local_recipient_maps =
unknown_local_recipient_reject_code = 550
#mynetworks_style = class
#mynetworks_style = subnet
#mynetworks_style = host
#mynetworks = 168.100.189.0/28, 127.0.0.0/8
#mynetworks = $config_directory/mynetworks
#mynetworks = hash:/etc/postfix/network_table
#relay_domains = $mydestination
#relayhost = $mydomain
#relayhost = [gateway.my.domain]
#relayhost = [mailserver.isp.tld]
#relayhost = uucphost
#relayhost = [an.ip.add.ress]
#relay_recipient_maps = hash:/etc/postfix/relay_recipients
# INPUT RATE CONTROL
#in_flow_delay = 1s
#alias_maps = dbm:/etc/aliases
#alias_maps = hash:/etc/aliases
#alias_maps = hash:/etc/aliases, nis:mail.aliases
#alias_maps = netinfo:/aliases
#alias_database = dbm:/etc/aliases
#alias_database = dbm:/etc/mail/aliases
#alias_database = hash:/etc/aliases
#alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
#recipient_delimiter = +
#home_mailbox = Mailbox
#home_mailbox = Maildir/
#mail_spool_directory = /var/mail
#mail_spool_directory = /var/spool/mail
#mailbox_command = /some/where/procmail
#mailbox_command = /some/where/procmail -a "$EXTENSION"
#mailbox_transport = lmtp:unix:/file/name
#mailbox_transport = cyrus
#fallback_transport = lmtp:unix:/file/name
#fallback_transport = cyrus
#fallback_transport =
#luser_relay = $user@other.host
#luser_relay = $local@other.host
#luser_relay = admin+$local
#header_checks = regexp:/etc/postfix/header_checks
#fast_flush_domains = $relay_domains
#smtpd_banner = $myhostname ESMTP $mail_name
#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
#local_destination_concurrency_limit = 2
#default_destination_concurrency_limit = 20
debug_peer_level = 2
#debug_peer_list = 127.0.0.1
#debug_peer_list = some.domain
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = /usr/share/doc/postfix-2.2.3-documentation/html
manpage_directory = /usr/share/man
sample_directory = /etc/postfix
readme_directory = /usr/share/doc/postfix-2.2.3-documentation/readme
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
inet_interfaces = all
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_use_tls = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
smtp_tls_note_starttls_offer = yes
falko
27th January 2006, 09:33
Looks ok so far. Please restart Postfix and try this telnet localhost 25 thing again.
Median
27th January 2006, 10:34
Looks ok so far. Please restart Postfix and try this telnet localhost 25 thing again.
[root@median root]# postfix stop
postfix/postfix-script: stopping the Postfix mail system
[root@median root]# postfix start
postfix/postfix-script: starting the Postfix mail system
[root@median root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 median.x.example.com ESMTP Postfix
ehlo localhost
250-median.x.example.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
falko
27th January 2006, 18:33
Please run updatedb
locate smtpd.conf and post the output.
Median
27th January 2006, 19:13
Please run updatedb
locate smtpd.conf and post the output.
>>>>>
[root@median root]# updatedb
[root@median root]# locate smtpd.conf
/usr/lib/sasl2/smtpd.conf
falko
27th January 2006, 21:06
Hm... and what's the output of locate sasl?
Median
27th January 2006, 22:46
Hm... and what's the output of locate sasl?
locate sasl
/var/lock/subsys/saslauthd
/var/run/saslauthd
/var/run/saslauthd/mux.accept
/var/run/saslauthd/saslauthd.pid
/var/run/saslauthd/mux
/var/run/saslauthd
/usr/sbin/sasldblistusers
/usr/sbin/saslauthd
/usr/sbin/sasldblistusers2
/usr/sbin/saslpasswd
/usr/sbin/saslpasswd2
/usr/sbin/testsaslauthd
/usr/sbin/sasl2-shared-mechlist
/usr/sbin/sasl2-static-mechlist
/usr/sbin/saslauthd1-checkpass
/usr/share/doc/cyrus-sasl-2.1.18
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/gssapi.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/AUTHORS
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/COPYING
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/NEWS
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/README
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/programming.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/index.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/macosx.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/sysadmin.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28
/usr/share/doc/cyrus-sasl-2.1.18/README.RPM
/usr/share/doc/cyrus-sasl-2.1.18/AUTHORS
/usr/share/doc/cyrus-sasl-2.1.18/COPYING
/usr/share/doc/cyrus-sasl-2.1.18/NEWS
/usr/share/doc/cyrus-sasl-2.1.18/README
/usr/share/doc/cyrus-sasl-2.1.18/programming.html
/usr/share/doc/cyrus-sasl-2.1.18/advanced.html
/usr/share/doc/cyrus-sasl-2.1.18/appconvert.html
/usr/share/doc/cyrus-sasl-2.1.18/components.html
/usr/share/doc/cyrus-sasl-2.1.18/gssapi.html
/usr/share/doc/cyrus-sasl-2.1.18/index.html
/usr/share/doc/cyrus-sasl-2.1.18/install.html
/usr/share/doc/cyrus-sasl-2.1.18/macosx.html
/usr/share/doc/cyrus-sasl-2.1.18/mechanisms.html
/usr/share/doc/cyrus-sasl-2.1.18/options.html
/usr/share/doc/cyrus-sasl-2.1.18/plugprog.html
/usr/share/doc/cyrus-sasl-2.1.18/sysadmin.html
/usr/share/doc/cyrus-sasl-2.1.18/readme.html
/usr/share/doc/cyrus-sasl-2.1.18/upgrading.html
/usr/share/doc/cyrus-sasl-2.1.18/windows.html
/usr/share/doc/cyrus-sasl-2.1.18
/usr/share/doc/cyrus-sasl-devel-2.1.18
/usr/share/doc/cyrus-sasl-devel-2.1.18/1.5.28-devel
/usr/share/doc/cyrus-sasl-devel-2.1.18/1.5.28-devel/rfc2095.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/1.5.28-devel/draft-newman-auth-scram-03.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/1.5.28-devel
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc1321.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-burdis-cat-srp-sasl-08.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-anon-02.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-crammd5-01.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-gssapi-00.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-plain-03.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-rfc2222bis-03.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-rfc2831bis-02.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-saslprep-04.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-murchison-sasl-login-00.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-newman-sasl-c-api-01.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc1939.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2104.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2195.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2222.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2243.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2245.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2289.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2444.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2595.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2831.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2945.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc3174.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/testing.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18
/usr/share/man/man3/sasl_auxprop.3.gz
/usr/share/man/man3/sasl.3.gz
/usr/share/man/man3/sasl_auxprop_getctx.3.gz
/usr/share/man/man3/sasl_authorize_t.3.gz
/usr/share/man/man3/sasl_server_userdb_checkpass_t.3.gz
/usr/share/man/man3/sasl_auxprop_request.3.gz
/usr/share/man/man3/sasl_callbacks.3.gz
/usr/share/man/man3/sasl_canon_user_t.3.gz
/usr/share/man/man3/sasl_chalprompt_t.3.gz
/usr/share/man/man3/sasl_checkapop.3.gz
/usr/share/man/man3/sasl_checkpass.3.gz
/usr/share/man/man3/sasl_client_init.3.gz
/usr/share/man/man3/sasl_client_new.3.gz
/usr/share/man/man3/sasl_client_start.3.gz
/usr/share/man/man3/sasl_client_step.3.gz
/usr/share/man/man3/sasl_decode.3.gz
/usr/share/man/man3/sasl_dispose.3.gz
/usr/share/man/man3/sasl_done.3.gz
/usr/share/man/man3/sasl_encode.3.gz
/usr/share/man/man3/sasl_encodev.3.gz
/usr/share/man/man3/sasl_errdetail.3.gz
/usr/share/man/man3/sasl_errors.3.gz
/usr/share/man/man3/sasl_errstring.3.gz
/usr/share/man/man3/sasl_getopt_t.3.gz
/usr/share/man/man3/sasl_getpath_t.3.gz
/usr/share/man/man3/sasl_getprop.3.gz
/usr/share/man/man3/sasl_getrealm_t.3.gz
/usr/share/man/man3/sasl_getsecret_t.3.gz
/usr/share/man/man3/sasl_getsimple_t.3.gz
/usr/share/man/man3/sasl_global_listmech.3.gz
/usr/share/man/man3/sasl_idle.3.gz
/usr/share/man/man3/sasl_listmech.3.gz
/usr/share/man/man3/sasl_log_t.3.gz
/usr/share/man/man3/sasl_server_init.3.gz
/usr/share/man/man3/sasl_server_new.3.gz
/usr/share/man/man3/sasl_server_start.3.gz
/usr/share/man/man3/sasl_server_step.3.gz
/usr/share/man/man3/sasl_server_userdb_setpass_t.3.gz
/usr/share/man/man3/sasl_setpass.3.gz
/usr/share/man/man3/sasl_setprop.3.gz
/usr/share/man/man3/sasl_user_exists.3.gz
/usr/share/man/man3/sasl_usererr.3.gz
/usr/share/man/man3/sasl_verifyfile_t.3.gz
/usr/share/man/man3/ldap_parse_sasl_bind_result.3.gz
/usr/share/man/man3/ldap_sasl_bind.3.gz
/usr/share/man/man3/ldap_sasl_bind_s.3.gz
/usr/share/man/man8/sasldblistusers.8.gz
/usr/share/man/man8/saslauthd.8.gz
/usr/share/man/man8/sasldblistusers2.8.gz
/usr/share/man/man8/saslpasswd.8.gz
/usr/share/man/man8/saslpasswd2.8.gz
/usr/bin/sasl-sample-client
/usr/bin/sasl-sample-server
/usr/bin/sasl2-sample-client
/usr/bin/sasl2-sample-server
/usr/include/sasl
/usr/include/sasl/hmac-md5.h
/usr/include/sasl/md5.h
/usr/include/sasl/md5global.h
/usr/include/sasl/prop.h
/usr/include/sasl/sasl.h
/usr/include/sasl/saslplug.h
/usr/include/sasl/saslutil.h
/usr/include/sasl
/usr/include/sasl.h
/usr/include/saslplug.h
/usr/include/saslutil.h
/usr/lib/sasl
/usr/lib/sasl/libanonymous.so.1
/usr/lib/sasl/libanonymous.la
/usr/lib/sasl/libanonymous.so
/usr/lib/sasl/libanonymous.so.1.0.17
/usr/lib/sasl/libcrammd5.la
/usr/lib/sasl/libcrammd5.so
/usr/lib/sasl/libcrammd5.so.1
/usr/lib/sasl/libcrammd5.so.1.0.19
/usr/lib/sasl/libdigestmd5.la
/usr/lib/sasl/libdigestmd5.so
/usr/lib/sasl/libdigestmd5.so.0
/usr/lib/sasl/libdigestmd5.so.0.0.20
/usr/lib/sasl/liblogin.la
/usr/lib/sasl/liblogin.so
/usr/lib/sasl/liblogin.so.0
/usr/lib/sasl/liblogin.so.0.0.7
/usr/lib/sasl/libplain.la
/usr/lib/sasl/libplain.so
/usr/lib/sasl/libplain.so.1
/usr/lib/sasl/libplain.so.1.0.16
/usr/lib/sasl/libgssapiv2.la
/usr/lib/sasl/libgssapiv2.so
/usr/lib/sasl/libgssapiv2.so.1
/usr/lib/sasl/libgssapiv2.so.1.0.19
/usr/lib/sasl/libanonymous.a
/usr/lib/sasl/libcrammd5.a
/usr/lib/sasl/libdigestmd5.a
/usr/lib/sasl/libgssapiv2.a
/usr/lib/sasl/liblogin.a
/usr/lib/sasl/libplain.a
/usr/lib/sasl
/usr/lib/libsasl.so.7.1.11
/usr/lib/libsasl.so.7
/usr/lib/libsasl2.so.2.0.18
/usr/lib/libsasl2.so.2
/usr/lib/sasl2
/usr/lib/sasl2/libanonymous.so.2
/usr/lib/sasl2/libanonymous.la
/usr/lib/sasl2/libanonymous.so
/usr/lib/sasl2/libanonymous.so.2.0.18
/usr/lib/sasl2/libsasldb.la
/usr/lib/sasl2/libsasldb.so
/usr/lib/sasl2/libsasldb.so.2
/usr/lib/sasl2/libsasldb.so.2.0.18
/usr/lib/sasl2/Sendmail.conf
/usr/lib/sasl2/libcrammd5.la
/usr/lib/sasl2/libcrammd5.so
/usr/lib/sasl2/libcrammd5.so.2
/usr/lib/sasl2/libcrammd5.so.2.0.18
/usr/lib/sasl2/libdigestmd5.la
/usr/lib/sasl2/libdigestmd5.so
/usr/lib/sasl2/libdigestmd5.so.2
/usr/lib/sasl2/libdigestmd5.so.2.0.18
/usr/lib/sasl2/liblogin.la
/usr/lib/sasl2/liblogin.so
/usr/lib/sasl2/liblogin.so.2
/usr/lib/sasl2/liblogin.so.2.0.18
/usr/lib/sasl2/libplain.la
/usr/lib/sasl2/libplain.so
/usr/lib/sasl2/libplain.so.2
/usr/lib/sasl2/libplain.so.2.0.18
/usr/lib/sasl2/libgssapiv2.la
/usr/lib/sasl2/libgssapiv2.so
/usr/lib/sasl2/libgssapiv2.so.2
/usr/lib/sasl2/libgssapiv2.so.2.0.18
/usr/lib/sasl2/smtpd.conf
/usr/lib/sasl2
/usr/lib/libsasl.a
/usr/lib/libsasl.la
/usr/lib/libsasl.so
/usr/lib/libsasl2.a
/usr/lib/libsasl2.la
/usr/lib/libsasl2.so
/etc/sysconfig/saslauthd
/etc/sysconfig/saslauthd_pre_mech
/etc/rc.d/init.d/saslauthd
/etc/rc.d/rc0.d/K05saslauthd
/etc/rc.d/rc1.d/K05saslauthd
/etc/rc.d/rc2.d/S95saslauthd
/etc/rc.d/rc3.d/S95saslauthd
/etc/rc.d/rc4.d/K05saslauthd
/etc/rc.d/rc5.d/S95saslauthd
/etc/rc.d/rc6.d/K05saslauthd
[root@median root]# locate sasl
/var/lock/subsys/saslauthd
/var/run/saslauthd
/var/run/saslauthd/mux.accept
/var/run/saslauthd/saslauthd.pid
/var/run/saslauthd/mux
/var/run/saslauthd
continues...
Median
27th January 2006, 22:47
continued...
/usr/sbin/sasldblistusers
/usr/sbin/saslauthd
/usr/sbin/sasldblistusers2
/usr/sbin/saslpasswd
/usr/sbin/saslpasswd2
/usr/sbin/testsaslauthd
/usr/sbin/sasl2-shared-mechlist
/usr/sbin/sasl2-static-mechlist
/usr/sbin/saslauthd1-checkpass
/usr/share/doc/cyrus-sasl-2.1.18
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/gssapi.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/AUTHORS
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/COPYING
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/NEWS
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/README
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/programming.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/index.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/macosx.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28/sysadmin.html
/usr/share/doc/cyrus-sasl-2.1.18/1.5.28
/usr/share/doc/cyrus-sasl-2.1.18/README.RPM
/usr/share/doc/cyrus-sasl-2.1.18/AUTHORS
/usr/share/doc/cyrus-sasl-2.1.18/COPYING
/usr/share/doc/cyrus-sasl-2.1.18/NEWS
/usr/share/doc/cyrus-sasl-2.1.18/README
/usr/share/doc/cyrus-sasl-2.1.18/programming.html
/usr/share/doc/cyrus-sasl-2.1.18/advanced.html
/usr/share/doc/cyrus-sasl-2.1.18/appconvert.html
/usr/share/doc/cyrus-sasl-2.1.18/components.html
/usr/share/doc/cyrus-sasl-2.1.18/gssapi.html
/usr/share/doc/cyrus-sasl-2.1.18/index.html
/usr/share/doc/cyrus-sasl-2.1.18/install.html
/usr/share/doc/cyrus-sasl-2.1.18/macosx.html
/usr/share/doc/cyrus-sasl-2.1.18/mechanisms.html
/usr/share/doc/cyrus-sasl-2.1.18/options.html
/usr/share/doc/cyrus-sasl-2.1.18/plugprog.html
/usr/share/doc/cyrus-sasl-2.1.18/sysadmin.html
/usr/share/doc/cyrus-sasl-2.1.18/readme.html
/usr/share/doc/cyrus-sasl-2.1.18/upgrading.html
/usr/share/doc/cyrus-sasl-2.1.18/windows.html
/usr/share/doc/cyrus-sasl-2.1.18
/usr/share/doc/cyrus-sasl-devel-2.1.18
/usr/share/doc/cyrus-sasl-devel-2.1.18/1.5.28-devel
/usr/share/doc/cyrus-sasl-devel-2.1.18/1.5.28-devel/rfc2095.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/1.5.28-devel/draft-newman-auth-scram-03.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/1.5.28-devel
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc1321.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-burdis-cat-srp-sasl-08.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-anon-02.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-crammd5-01.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-gssapi-00.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-plain-03.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-rfc2222bis-03.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-rfc2831bis-02.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-ietf-sasl-saslprep-04.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-murchison-sasl-login-00.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/draft-newman-sasl-c-api-01.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc1939.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2104.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2195.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2222.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2243.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2245.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2289.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2444.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2595.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2831.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc2945.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/rfc3174.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18/testing.txt
/usr/share/doc/cyrus-sasl-devel-2.1.18
/usr/share/man/man3/sasl_auxprop.3.gz
/usr/share/man/man3/sasl.3.gz
/usr/share/man/man3/sasl_auxprop_getctx.3.gz
/usr/share/man/man3/sasl_authorize_t.3.gz
/usr/share/man/man3/sasl_server_userdb_checkpass_t.3.gz
/usr/share/man/man3/sasl_auxprop_request.3.gz
/usr/share/man/man3/sasl_callbacks.3.gz
/usr/share/man/man3/sasl_canon_user_t.3.gz
/usr/share/man/man3/sasl_chalprompt_t.3.gz
/usr/share/man/man3/sasl_checkapop.3.gz
/usr/share/man/man3/sasl_checkpass.3.gz
/usr/share/man/man3/sasl_client_init.3.gz
/usr/share/man/man3/sasl_client_new.3.gz
/usr/share/man/man3/sasl_client_start.3.gz
/usr/share/man/man3/sasl_client_step.3.gz
/usr/share/man/man3/sasl_decode.3.gz
/usr/share/man/man3/sasl_dispose.3.gz
/usr/share/man/man3/sasl_done.3.gz
/usr/share/man/man3/sasl_encode.3.gz
/usr/share/man/man3/sasl_encodev.3.gz
/usr/share/man/man3/sasl_errdetail.3.gz
/usr/share/man/man3/sasl_errors.3.gz
/usr/share/man/man3/sasl_errstring.3.gz
/usr/share/man/man3/sasl_getopt_t.3.gz
/usr/share/man/man3/sasl_getpath_t.3.gz
/usr/share/man/man3/sasl_getprop.3.gz
/usr/share/man/man3/sasl_getrealm_t.3.gz
/usr/share/man/man3/sasl_getsecret_t.3.gz
/usr/share/man/man3/sasl_getsimple_t.3.gz
/usr/share/man/man3/sasl_global_listmech.3.gz
/usr/share/man/man3/sasl_idle.3.gz
/usr/share/man/man3/sasl_listmech.3.gz
/usr/share/man/man3/sasl_log_t.3.gz
/usr/share/man/man3/sasl_server_init.3.gz
/usr/share/man/man3/sasl_server_new.3.gz
/usr/share/man/man3/sasl_server_start.3.gz
/usr/share/man/man3/sasl_server_step.3.gz
/usr/share/man/man3/sasl_server_userdb_setpass_t.3.gz
/usr/share/man/man3/sasl_setpass.3.gz
/usr/share/man/man3/sasl_setprop.3.gz
/usr/share/man/man3/sasl_user_exists.3.gz
/usr/share/man/man3/sasl_usererr.3.gz
/usr/share/man/man3/sasl_verifyfile_t.3.gz
/usr/share/man/man3/ldap_parse_sasl_bind_result.3.gz
/usr/share/man/man3/ldap_sasl_bind.3.gz
/usr/share/man/man3/ldap_sasl_bind_s.3.gz
/usr/share/man/man8/sasldblistusers.8.gz
/usr/share/man/man8/saslauthd.8.gz
/usr/share/man/man8/sasldblistusers2.8.gz
/usr/share/man/man8/saslpasswd.8.gz
/usr/share/man/man8/saslpasswd2.8.gz
/usr/bin/sasl-sample-client
/usr/bin/sasl-sample-server
/usr/bin/sasl2-sample-client
/usr/bin/sasl2-sample-server
/usr/include/sasl
/usr/include/sasl/hmac-md5.h
/usr/include/sasl/md5.h
/usr/include/sasl/md5global.h
/usr/include/sasl/prop.h
/usr/include/sasl/sasl.h
/usr/include/sasl/saslplug.h
/usr/include/sasl/saslutil.h
/usr/include/sasl
/usr/include/sasl.h
/usr/include/saslplug.h
/usr/include/saslutil.h
/usr/lib/sasl
/usr/lib/sasl/libanonymous.so.1
/usr/lib/sasl/libanonymous.la
/usr/lib/sasl/libanonymous.so
/usr/lib/sasl/libanonymous.so.1.0.17
/usr/lib/sasl/libcrammd5.la
/usr/lib/sasl/libcrammd5.so
/usr/lib/sasl/libcrammd5.so.1
/usr/lib/sasl/libcrammd5.so.1.0.19
/usr/lib/sasl/libdigestmd5.la
/usr/lib/sasl/libdigestmd5.so
/usr/lib/sasl/libdigestmd5.so.0
/usr/lib/sasl/libdigestmd5.so.0.0.20
/usr/lib/sasl/liblogin.la
/usr/lib/sasl/liblogin.so
/usr/lib/sasl/liblogin.so.0
/usr/lib/sasl/liblogin.so.0.0.7
/usr/lib/sasl/libplain.la
/usr/lib/sasl/libplain.so
/usr/lib/sasl/libplain.so.1
/usr/lib/sasl/libplain.so.1.0.16
/usr/lib/sasl/libgssapiv2.la
/usr/lib/sasl/libgssapiv2.so
/usr/lib/sasl/libgssapiv2.so.1
/usr/lib/sasl/libgssapiv2.so.1.0.19
/usr/lib/sasl/libanonymous.a
/usr/lib/sasl/libcrammd5.a
/usr/lib/sasl/libdigestmd5.a
/usr/lib/sasl/libgssapiv2.a
/usr/lib/sasl/liblogin.a
/usr/lib/sasl/libplain.a
/usr/lib/sasl
/usr/lib/libsasl.so.7.1.11
/usr/lib/libsasl.so.7
/usr/lib/libsasl2.so.2.0.18
/usr/lib/libsasl2.so.2
/usr/lib/sasl2
/usr/lib/sasl2/libanonymous.so.2
/usr/lib/sasl2/libanonymous.la
/usr/lib/sasl2/libanonymous.so
/usr/lib/sasl2/libanonymous.so.2.0.18
/usr/lib/sasl2/libsasldb.la
/usr/lib/sasl2/libsasldb.so
/usr/lib/sasl2/libsasldb.so.2
/usr/lib/sasl2/libsasldb.so.2.0.18
/usr/lib/sasl2/Sendmail.conf
/usr/lib/sasl2/libcrammd5.la
/usr/lib/sasl2/libcrammd5.so
/usr/lib/sasl2/libcrammd5.so.2
/usr/lib/sasl2/libcrammd5.so.2.0.18
/usr/lib/sasl2/libdigestmd5.la
/usr/lib/sasl2/libdigestmd5.so
/usr/lib/sasl2/libdigestmd5.so.2
/usr/lib/sasl2/libdigestmd5.so.2.0.18
/usr/lib/sasl2/liblogin.la
/usr/lib/sasl2/liblogin.so
/usr/lib/sasl2/liblogin.so.2
/usr/lib/sasl2/liblogin.so.2.0.18
/usr/lib/sasl2/libplain.la
/usr/lib/sasl2/libplain.so
/usr/lib/sasl2/libplain.so.2
/usr/lib/sasl2/libplain.so.2.0.18
/usr/lib/sasl2/libgssapiv2.la
/usr/lib/sasl2/libgssapiv2.so
/usr/lib/sasl2/libgssapiv2.so.2
/usr/lib/sasl2/libgssapiv2.so.2.0.18
/usr/lib/sasl2/smtpd.conf
/usr/lib/sasl2
/usr/lib/libsasl.a
/usr/lib/libsasl.la
/usr/lib/libsasl.so
/usr/lib/libsasl2.a
/usr/lib/libsasl2.la
/usr/lib/libsasl2.so
/etc/sysconfig/saslauthd
/etc/sysconfig/saslauthd_pre_mech
/etc/rc.d/init.d/saslauthd
/etc/rc.d/rc0.d/K05saslauthd
/etc/rc.d/rc1.d/K05saslauthd
/etc/rc.d/rc2.d/S95saslauthd
/etc/rc.d/rc3.d/S95saslauthd
/etc/rc.d/rc4.d/K05saslauthd
/etc/rc.d/rc5.d/S95saslauthd
/etc/rc.d/rc6.d/K05saslauthd
>>>>> end
falko
28th January 2006, 07:26
You seem to have sasl and sasl2 installed at the same time. Can you run this:
mv /usr/lib/sasl /usr/lib/sasl_orig
ln -s /usr/lib/sasl2 /usr/lib/sasl
and then restart Postfix and try this telnet thing again?
Median
28th January 2006, 12:11
You seem to have sasl and sasl2 installed at the same time. Can you run this:
mv /usr/lib/sasl /usr/lib/sasl_orig
ln -s /usr/lib/sasl2 /usr/lib/sasl
and then restart Postfix and try this telnet thing again?
Ok Falko - did that - results were:
[root@median root]# mv /usr/lib/sasl /usr/lib/sasl_orig
mv: overwrite `/usr/lib/sasl_orig/sasl'? y
[root@median root]# ln -s /usr/lib/sasl2 /usr/lib/sasl
[root@median root]# postfix stop
postfix/postfix-script: stopping the Postfix mail system
[root@median root]# postfix start
postfix/postfix-script: starting the Postfix mail system
[root@median root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 median.x.example.com ESMTP Postfix
ehlo localhost
250-median.x.example.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
Median
28th January 2006, 12:45
Ok. Did shutdown -r now and checked the logs.
/var/log/messages shows this:
Jan 28 11:37:10 median shutdown: shutting down for system reboot
Jan 28 11:37:13 median init: Switching to runlevel: 6
Jan 28 11:37:14 median saslauthd[16949]: server_exit : master exited: 16949
Jan 28 11:37:14 median saslauthd: saslauthd shutdown succeeded
Jan 28 11:37:14 median sshd: sshd -TERM succeeded
Jan 28 11:37:14 median postfix: Shutting down postfix:
Jan 28 11:37:14 median postfix: succeeded
Jan 28 11:37:14 median postfix:
Jan 28 11:37:14 median rc: Stopping postfix: succeeded
Jan 28 11:37:14 median mysqld: Stopping MySQL: succeeded
Jan 28 11:37:14 median sshd(pam_unix)[23103]: session closed for user root
Jan 28 11:37:14 median xinetd[23805]: Exiting...
Jan 28 11:37:14 median xinetd: xinetd shutdown succeeded
Jan 28 11:37:14 median crond: crond shutdown succeeded
Jan 28 11:37:15 median network: Shutting down interface venet0: succeeded
Jan 28 11:37:15 median network: Shutting down loopback interface: succeeded
Jan 28 11:37:15 median rc: Starting killall: succeeded
Jan 28 11:37:15 median rc: Starting vzreboot: succeeded
Jan 28 11:37:15 median exiting on signal 15
Jan 28 11:37:33 median syslogd 1.4.1: restart.
Jan 28 11:37:33 median syslog: syslogd startup succeeded
Jan 28 11:37:33 median syslog: klogd succeeded
Jan 28 11:37:33 median sshd: succeeded
Jan 28 11:37:33 median xinetd: xinetd startup succeeded
Jan 28 11:37:33 median xinetd[26475]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Jan 28 11:37:33 median xinetd[26475]: Started working: 2 available services
Jan 28 11:37:35 median mysqld: Starting MySQL: succeeded
Jan 28 11:37:35 median dovecot: Fatal: listen(110) failed: Address already in use
Jan 28 11:37:35 median dovecot: dovecot startup failed
Jan 28 11:37:24 median sysctl: net.ipv4.ip_forward = 0
Jan 28 11:37:24 median sysctl: net.ipv4.conf.default.rp_filter = 1
Jan 28 11:37:24 median rc.sysinit: Configuring kernel parameters: succeeded
Jan 28 11:37:24 median date: Sat Jan 28 11:37:24 GMT 2006
Jan 28 11:37:24 median rc.sysinit: Setting clock : Sat Jan 28 11:37:24 GMT 2006 succeeded
Jan 28 11:37:24 median rc.sysinit: Setting hostname median.v.servelocity.net: succeeded
Jan 28 11:37:29 median rc.sysinit: Activating swap partitions: succeeded
Jan 28 11:37:29 median rc.sysinit: Mounting local filesystems: succeeded
Jan 28 11:37:29 median rc.sysinit: Enabling local filesystem quotas: succeeded
Jan 28 11:37:30 median rc.sysinit: Enabling swap space: succeeded
Jan 28 11:37:32 median init: Entering runlevel: 3
Jan 28 11:37:32 median iptables: succeeded
Jan 28 11:37:32 median iptables: succeeded
Jan 28 11:37:32 median sysctl: net.ipv4.ip_forward = 0
Jan 28 11:37:32 median sysctl: net.ipv4.conf.default.rp_filter = 1
Jan 28 11:37:32 median network: Setting network parameters: succeeded
Jan 28 11:37:33 median network: Bringing up loopback interface: succeeded
Jan 28 11:37:33 median ifup: SIOCADDRT: Network is unreachable
Jan 28 11:37:33 median network: Bringing up interface venet0: succeeded
Jan 28 11:37:33 median rc: Starting vzquota: succeeded
Jan 28 11:37:36 median postfix: succeeded
Jan 28 11:37:37 median httpd: httpd startup failed
Jan 28 11:37:37 median crond: crond startup succeeded
Jan 28 11:37:38 median saslauthd[26741]: detach_tty : master pid is: 26741
Jan 28 11:37:38 median saslauthd[26741]: ipc_init : listening on socket: /var/run/saslauthd/mux
Jan 28 11:37:38 median saslauthd: saslauthd startup succeeded
Jan 28 11:37:38 median init: no more processes left in this runlevel
Jan 28 11:38:10 median sshd(pam_unix)[26838]: session opened for user root by (uid=0)
/var/log/mailog shows this:
Jan 28 11:37:14 median postfix/postfix-script: stopping the Postfix mail system
Jan 28 11:37:14 median postfix/master[24073]: terminating on signal 15
Jan 28 11:37:36 median postfix/postfix-script: starting the Postfix mail system
Jan 28 11:37:36 median postfix/master[26710]: daemon started -- version 2.2.3, configuration /etc/postfix
Jan 28 11:40:35 median postfix/smtpd[27292]: warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in
/var/log/boot.log shows:
Jan 28 11:32:09 median saslauthd: saslauthd[23731] :detach_tty : Cannot start saslauthd
Jan 28 11:32:09 median saslauthd: saslauthd[23731] :detach_tty : Another instance of saslauthd is currently running
Jan 28 11:32:09 median saslauthd: saslauthd startup failed
Jan 28 11:32:34 median xinetd: xinetd shutdown succeeded
Jan 28 11:32:35 median xinetd: xinetd startup succeeded
Jan 28 11:37:14 median saslauthd: saslauthd shutdown succeeded
Jan 28 11:37:14 median sshd: sshd -TERM succeeded
Jan 28 11:37:14 median postfix: Shutting down postfix:
Jan 28 11:37:14 median postfix: succeeded
Jan 28 11:37:14 median postfix:
Jan 28 11:37:14 median rc: Stopping postfix: succeeded
Jan 28 11:37:14 median mysqld: Stopping MySQL: succeeded
Jan 28 11:37:14 median xinetd: xinetd shutdown succeeded
Jan 28 11:37:14 median crond: crond shutdown succeeded
Jan 28 11:37:15 median network: Shutting down interface venet0: succeeded
Jan 28 11:37:15 median network: Shutting down loopback interface: succeeded
Jan 28 11:37:15 median rc: Starting killall: succeeded
Jan 28 11:37:15 median rc: Starting vzreboot: succeeded
Jan 28 11:37:33 median syslog: syslogd startup succeeded
Jan 28 11:37:33 median syslog: klogd succeeded
Jan 28 11:37:33 median sshd: succeeded
Jan 28 11:37:33 median xinetd: xinetd startup succeeded
Jan 28 11:37:35 median mysqld: Starting MySQL: succeeded
Jan 28 11:37:35 median dovecot: Fatal: listen(110) failed: Address already in use
Jan 28 11:37:35 median dovecot: dovecot startup failed
Jan 28 11:37:24 median sysctl: net.ipv4.ip_forward = 0
Jan 28 11:37:24 median sysctl: net.ipv4.conf.default.rp_filter = 1
Jan 28 11:37:24 median rc.sysinit: Configuring kernel parameters: succeeded
Jan 28 11:37:24 median date: Sat Jan 28 11:37:24 GMT 2006
Jan 28 11:37:24 median rc.sysinit: Setting clock : Sat Jan 28 11:37:24 GMT 2006 succeeded
Jan 28 11:37:24 median rc.sysinit: Setting hostname median.x.example.com: succeeded
Jan 28 11:37:29 median rc.sysinit: Activating swap partitions: succeeded
Jan 28 11:37:29 median rc.sysinit: Mounting local filesystems: succeeded
Jan 28 11:37:29 median rc.sysinit: Enabling local filesystem quotas: succeeded
Jan 28 11:37:30 median rc.sysinit: Enabling swap space: succeeded
Jan 28 11:37:32 median iptables: succeeded
Jan 28 11:37:32 median iptables: succeeded
Jan 28 11:37:32 median sysctl: net.ipv4.ip_forward = 0
Jan 28 11:37:32 median sysctl: net.ipv4.conf.default.rp_filter = 1
Jan 28 11:37:32 median network: Setting network parameters: succeeded
Jan 28 11:37:33 median network: Bringing up loopback interface: succeeded
Jan 28 11:37:33 median ifup: SIOCADDRT: Network is unreachable
Jan 28 11:37:33 median network: Bringing up interface venet0: succeeded
Jan 28 11:37:33 median rc: Starting vzquota: succeeded
Jan 28 11:37:36 median postfix: succeeded
Jan 28 11:37:37 median httpd: httpd startup failed
Jan 28 11:37:37 median crond: crond startup succeeded
Jan 28 11:37:38 median saslauthd: saslauthd startup succeeded
Telnet and ehlo shows:
[root@median root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 median.x.example.com ESMTP Postfix
ehlo localhost
250-median.x.example.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
quit
221 Bye
Connection closed by foreign host.
Hope this helps.
falko
28th January 2006, 13:18
Jan 28 11:40:35 median postfix/smtpd[27292]: warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in
That's the explanation why it doesn't work for you. You don't seem to have the correct Postfix package installed.
What exactly did you do to install Postfix and saslauthd?
Median
28th January 2006, 13:38
apt-get install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix dovecot
When I ran this it told me I already had latest version of cyrus*
How can I get rid of this problem please Falko?
The server is a vps. Would I need to get my hosting company to do a rebuild? Hoping i don't need to as they are very slow at doing things.
Median
28th January 2006, 14:26
Ok. Just come across /etc/postfix/postfix.spec.sf which is as follows:
#
# This file contains the following information:
#
# - configuration options used to build the installed postfix rpm
# - generated when the binary rpm was built
#
# - Postfix RPM build instructions
# - for upgrading the installed rpm with the same options
# - for building the rpm with other options
#
# 1. CONFIGURATION OPTIONS OF INSTALLED BINARY RPM
#
# Package built on: fedora-release-2-4 (fedora-2.0)
POSTFIX_ALT_PRIO=30
POSTFIX_CDB=0
POSTFIX_DB=4
POSTFIX_IPV6=0
POSTFIX_LDAP=0
POSTFIX_MYSQL=0
POSTFIX_MYSQL_PATHS=0
POSTFIX_MYSQL_REDHAT=0
POSTFIX_PCRE=0
POSTFIX_PGSQL=0
POSTFIX_SASL=0
POSTFIX_SMTPD_MULTILINE_GREETING=1
POSTFIX_SPF=0
POSTFIX_TLS=1
POSTFIX_VDA=0
# export values to child processes
export POSTFIX_MYSQL POSTFIX_MYSQL_PATHS POSTFIX_MYSQL_REDHAT POSTFIX_LDAP POSTFIX_PCRE POSTFIX_PGSQL POSTFIX_SASL POSTFIX_SPF POSTFIX_TLS POSTFIX_IPV6 POSTFIX_VDA POSTFIX_SMTPD_MULTILINE_GREETING POSTFIX_DB POSTFIX_INCLUDE_DB POSTFIX_CDB POSTFIX_ALT_PRIO
# other options used in the build (but not explicitly changeable by the user) are:
# - debug=0
# - pcre_requires=pcre,
# - requires_zlib=0,
# - sasl_library=cyrus-sasl-devel
# - tlsfix=0
#
# /etc/postfix/makedefs.out is also produced by the build and may be of
# interest if you are building Postfix by hand.
The file date is back in June 2005 which is before I got the vps, so I'm guessing it's put there at build time.
Just guessing, but maybe POSTFIX_SASL=0 is the reason postfix didn't install with sasl support?
If so, do I just change that to POSTFIX_SASL=1 and uncomment # - sasl_library=cyrus-sasl-devel then re-install to get it to work as it should?
Really appreciate all your help. Thanks
falko
28th January 2006, 16:33
Ok. Just come across /etc/postfix/postfix.spec.sf which is as follows:
#
# This file contains the following information:
#
# - configuration options used to build the installed postfix rpm
# - generated when the binary rpm was built
#
# - Postfix RPM build instructions
# - for upgrading the installed rpm with the same options
# - for building the rpm with other options
#
# 1. CONFIGURATION OPTIONS OF INSTALLED BINARY RPM
#
# Package built on: fedora-release-2-4 (fedora-2.0)
POSTFIX_ALT_PRIO=30
POSTFIX_CDB=0
POSTFIX_DB=4
POSTFIX_IPV6=0
POSTFIX_LDAP=0
POSTFIX_MYSQL=0
POSTFIX_MYSQL_PATHS=0
POSTFIX_MYSQL_REDHAT=0
POSTFIX_PCRE=0
POSTFIX_PGSQL=0
POSTFIX_SASL=0
POSTFIX_SMTPD_MULTILINE_GREETING=1
POSTFIX_SPF=0
POSTFIX_TLS=1
POSTFIX_VDA=0
# export values to child processes
export POSTFIX_MYSQL POSTFIX_MYSQL_PATHS POSTFIX_MYSQL_REDHAT POSTFIX_LDAP POSTFIX_PCRE POSTFIX_PGSQL POSTFIX_SASL POSTFIX_SPF POSTFIX_TLS POSTFIX_IPV6 POSTFIX_VDA POSTFIX_SMTPD_MULTILINE_GREETING POSTFIX_DB POSTFIX_INCLUDE_DB POSTFIX_CDB POSTFIX_ALT_PRIO
# other options used in the build (but not explicitly changeable by the user) are:
# - debug=0
# - pcre_requires=pcre,
# - requires_zlib=0,
# - sasl_library=cyrus-sasl-devel
# - tlsfix=0
#
# /etc/postfix/makedefs.out is also produced by the build and may be of
# interest if you are building Postfix by hand.
The file date is back in June 2005 which is before I got the vps, so I'm guessing it's put there at build time.
Just guessing, but maybe POSTFIX_SASL=0 is the reason postfix didn't install with sasl support?
If so, do I just change that to POSTFIX_SASL=1 and uncomment # - sasl_library=cyrus-sasl-devel then re-install to get it to work as it should?
No, that won't work because you will have to rebuild Postfix first. /etc/postfix/postfix.spec.sf is just a configuration file for the Postfix build...
I recommend you do everything as outlined in the FC3 tutorial ( http://www.howtoforge.com/perfect_setup_fedora_core_3 ).
First check /etc/apt/sources.list. It should contain
rpm http://ayo.freshrpms.net fedora/linux/3/i386 core updates freshrpms
rpm http://ayo.freshrpms.net fedora/linux/3/i386 tupdates
rpm-src http://ayo.freshrpms.net fedora/linux/3/i386 core updates freshrpms
rpm-src http://ayo.freshrpms.net fedora/linux/3/i386 tupdates
rpm http://ayo.freshrpms.net fedora/linux/2/i386 core updates freshrpms
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms
, nothing else. Run apt-get update afterwards.
Then do the Postfix stuff as described on http://www.howtoforge.com/perfect_setup_fedora_core_3_p4 , starting with
apt-get install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix dovecot (I've replaced imap with dovecot for you already).
Median
28th January 2006, 17:20
No, that won't work because you will have to rebuild Postfix first. /etc/postfix/postfix.spec.sf is just a configuration file for the Postfix build...
I recommend you do everything as outlined in the FC3 tutorial ( http://www.howtoforge.com/perfect_setup_fedora_core_3 ).
First check /etc/apt/sources.list. It should contain
rpm http://ayo.freshrpms.net fedora/linux/3/i386 core updates freshrpms
rpm http://ayo.freshrpms.net fedora/linux/3/i386 tupdates
rpm-src http://ayo.freshrpms.net fedora/linux/3/i386 core updates freshrpms
rpm-src http://ayo.freshrpms.net fedora/linux/3/i386 tupdates
rpm http://ayo.freshrpms.net fedora/linux/2/i386 core updates freshrpms
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms
, nothing else. Run apt-get update afterwards.
Then do the Postfix stuff as described on http://www.howtoforge.com/perfect_setup_fedora_core_3_p4 , starting with
apt-get install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix dovecot (I've replaced imap with dovecot for you already).
Done the apt-get and it threw up a few errors (see below). I haven't done the postfix stuff yet - waiting to see if I need to do anything about these errors first
27:php warning: /etc/httpd/conf.d/php.conf saved as /etc/httpd/conf.d/php.conf.rpmsave
########################################### [ 68%]
29:sendmail warning: /etc/mail/sendmail.cf created as /etc/mail/sendmail.cf.rpmnew
warning: /etc/mail/sendmail.mc created as /etc/mail/sendmail.mc.rpmnew
########################################### [ 73%]
error: %post(sendmail-8.13.1-2) scriptlet failed, exit status 127
39:httpd warning: /etc/httpd/conf/httpd.conf created as /etc/httpd/conf/httpd.conf.rpmnew
########################################### [ 98%]
W: Some errors occurred while running transaction
[root@median root]#
falko
29th January 2006, 00:59
27:php warning: /etc/httpd/conf.d/php.conf saved as /etc/httpd/conf.d/php.conf.rpmsave
########################################### [ 68%]
29:sendmail warning: /etc/mail/sendmail.cf created as /etc/mail/sendmail.cf.rpmnew
warning: /etc/mail/sendmail.mc created as /etc/mail/sendmail.mc.rpmnew
########################################### [ 73%]
error: %post(sendmail-8.13.1-2) scriptlet failed, exit status 127
39:httpd warning: /etc/httpd/conf/httpd.conf created as /etc/httpd/conf/httpd.conf.rpmnew
########################################### [ 98%]
W: Some errors occurred while running transaction
[root@median root]#
Exactly which command gave you these errors?
Median
29th January 2006, 01:00
Exactly which command gave you these errors?
First I ran apt-get update
Which produced the following out:
[root@median root]# apt-get update
Get:1 http://ayo.freshrpms.net fedora/linux/3/i386 release [2136B]
Get:2 http://ayo.freshrpms.net fedora/linux/2/i386 release [1813B]
Get:3 http://ayo.freshrpms.net fedora/linux/1/i386 release [1807B]
Fetched 5756B in 0s (39.1kB/s)
Get:1 http://ayo.freshrpms.net fedora/linux/3/i386/core pkglist [1670kB]
Get:2 http://ayo.freshrpms.net fedora/linux/3/i386/core release [151B]
Get:3 http://ayo.freshrpms.net fedora/linux/3/i386/updates pkglist [1190kB]
Get:4 http://ayo.freshrpms.net fedora/linux/3/i386/updates release [157B]
Get:5 http://ayo.freshrpms.net fedora/linux/3/i386/freshrpms pkglist [242kB]
Get:6 http://ayo.freshrpms.net fedora/linux/3/i386/freshrpms release [161B]
Get:7 http://ayo.freshrpms.net fedora/linux/3/i386/tupdates pkglist [73.6kB]
Get:8 http://ayo.freshrpms.net fedora/linux/3/i386/tupdates release [166B]
Get:9 http://ayo.freshrpms.net fedora/linux/3/i386/core srclist [177kB]
Get:10 http://ayo.freshrpms.net fedora/linux/3/i386/updates srclist [76.8kB]
Get:11 http://ayo.freshrpms.net fedora/linux/3/i386/freshrpms srclist [45.1kB]
Get:12 http://ayo.freshrpms.net fedora/linux/3/i386/tupdates srclist [4751B]
Hit http://ayo.freshrpms.net fedora/linux/2/i386/core pkglist
Hit http://ayo.freshrpms.net fedora/linux/2/i386/core release
Hit http://ayo.freshrpms.net fedora/linux/2/i386/updates pkglist
Hit http://ayo.freshrpms.net fedora/linux/2/i386/updates release
Hit http://ayo.freshrpms.net fedora/linux/2/i386/freshrpms pkglist
Hit http://ayo.freshrpms.net fedora/linux/2/i386/freshrpms release
Get:13 http://ayo.freshrpms.net fedora/linux/1/i386/core pkglist [1447kB]
Get:14 http://ayo.freshrpms.net fedora/linux/1/i386/core release [151B]
Get:15 http://ayo.freshrpms.net fedora/linux/1/i386/updates pkglist [455kB]
Get:16 http://ayo.freshrpms.net fedora/linux/1/i386/updates release [157B]
Get:17 http://ayo.freshrpms.net fedora/linux/1/i386/freshrpms pkglist [184kB]
Get:18 http://ayo.freshrpms.net fedora/linux/1/i386/freshrpms release [161B]
Fetched 5566kB in 15s (348kB/s)
Reading Package Lists... Done
Building Dependency Tree... Done
.....continues
Median
29th January 2006, 01:34
..... continued
then I ran apt-get install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix dovecot as follows:
[root@median root]# apt-get install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix dovecot
Reading Package Lists... Done
Building Dependency Tree... Done
postfix is already the newest version.
The following extra packages will be installed:
apr-util curl curl-devel gnupg httpd httpd-devel httpd-suexec libc-client
libidn libidn-devel libuser mod_perl mod_ssl openldap openldap-devel perl
perl-suidperl php php-devel php-domxml php-imap php-ldap php-mbstring
php-mysql php-odbc php-pgsql php-snmp php-xmlrpc postgresql-libs samba
samba-client samba-common samba-swat sendmail
The following packages will be upgraded
apr-util curl curl-devel cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi
cyrus-sasl-md5 cyrus-sasl-plain dovecot gnupg httpd httpd-devel libuser
mod_perl mod_ssl openldap openldap-devel perl perl-suidperl php php-devel
php-domxml php-imap php-ldap php-mbstring php-mysql php-odbc php-pgsql
php-snmp php-xmlrpc samba samba-client samba-common samba-swat sendmail
The following NEW packages will be installed:
httpd-suexec libc-client libidn libidn-devel postgresql-libs
35 upgraded, 5 newly installed, 0 removed and 285 not upgraded.
Need to get 55.4MB of archives.
After unpacking 4585kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ayo.freshrpms.net fedora/linux/3/i386/core cyrus-sasl-plain 2.1.19-3 [27.3kB]
Get:2 http://ayo.freshrpms.net fedora/linux/3/i386/core cyrus-sasl-md5 2.1.19-3 [58.4kB]
Get:3 http://ayo.freshrpms.net fedora/linux/3/i386/core cyrus-sasl-gssapi 2.1.19-3 [28.6kB]
Get:4 http://ayo.freshrpms.net fedora/linux/3/i386/core cyrus-sasl-devel 2.1.19-3 [1345kB]
Get:5 http://ayo.freshrpms.net fedora/linux/3/i386/core cyrus-sasl 2.1.19-3 [1232kB]
Get:6 http://ayo.freshrpms.net fedora/linux/3/i386/updates openldap-devel 2.2.29-1.FC3 [1447kB]
Get:7 http://ayo.freshrpms.net fedora/linux/3/i386/updates perl-suidperl 3:5.8.5-24.FC3 [109kB]
Get:8 http://ayo.freshrpms.net fedora/linux/3/i386/core mod_perl 1.99_16-3 [1486kB]
Get:9 http://ayo.freshrpms.net fedora/linux/3/i386/updates perl 3:5.8.5-24.FC3 [11.6MB]
Get:10 http://ayo.freshrpms.net fedora/linux/3/i386/updates httpd-devel 2.0.53-3.3 [145kB]
Get:11 http://ayo.freshrpms.net fedora/linux/3/i386/updates mod_ssl 1:2.0.53-3.3 [92.9kB]
Get:12 http://ayo.freshrpms.net fedora/linux/3/i386/core libidn 0.5.6-1 [173kB]
Get:13 http://ayo.freshrpms.net fedora/linux/3/i386/core libidn-devel 0.5.6-1 [224kB]
Get:14 http://ayo.freshrpms.net fedora/linux/3/i386/updates curl-devel 7.12.3-6.fc3 [256kB]
Get:15 http://ayo.freshrpms.net fedora/linux/3/i386/updates curl 7.12.3-6.fc3 [252kB]
Get:16 http://ayo.freshrpms.net fedora/linux/3/i386/updates libc-client 2002e-13 [483kB]
Get:17 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-imap 4.3.11-2.8 [48.9kB]
Get:18 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-domxml 4.3.11-2.8 [49.3kB]
Get:19 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-mbstring 4.3.11-2.8 [941kB]
Get:20 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-snmp 4.3.11-2.8 [26.4kB]
Get:21 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-mysql 4.3.11-2.8 [34.6kB]
Get:22 http://ayo.freshrpms.net fedora/linux/3/i386/updates postgresql-libs 7.4.11-1.FC3.1 [148kB]
Get:23 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-pgsql 4.3.11-2.8 [49.4kB]
Get:24 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-odbc 4.3.11-2.8 [39.8kB]
Get:25 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-xmlrpc 4.3.11-2.8 [49.9kB]
Get:26 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-devel 4.3.11-2.8 [394kB]
Get:27 http://ayo.freshrpms.net fedora/linux/3/i386/updates php 4.3.11-2.8 [1378kB]
Get:28 http://ayo.freshrpms.net fedora/linux/3/i386/updates php-ldap 4.3.11-2.8 [32.8kB]
Get:29 http://ayo.freshrpms.net fedora/linux/3/i386/core sendmail 8.13.1-2 [585kB]
Get:30 http://ayo.freshrpms.net fedora/linux/3/i386/updates samba-swat 0:3.0.10-1.fc3 [6853kB]
Get:31 http://ayo.freshrpms.net fedora/linux/3/i386/updates samba-common 0:3.0.10-1.fc3 [5298kB]
Get:32 http://ayo.freshrpms.net fedora/linux/3/i386/updates samba-client 0:3.0.10-1.fc3 [2677kB]
Get:33 http://ayo.freshrpms.net fedora/linux/3/i386/updates samba 0:3.0.10-1.fc3 [13.9MB]
Get:34 http://ayo.freshrpms.net fedora/linux/3/i386/core libuser 0.52.5-1 [331kB]
Get:35 http://ayo.freshrpms.net fedora/linux/3/i386/tupdates dovecot 0.99.14-2.FC3 [640kB]
Get:36 http://ayo.freshrpms.net fedora/linux/3/i386/core apr-util 0.9.4-17 [52.2kB]
Get:37 http://ayo.freshrpms.net fedora/linux/3/i386/updates gnupg 1.2.7-1 [1759kB]
Get:38 http://ayo.freshrpms.net fedora/linux/3/i386/updates openldap 2.2.29-1.FC3 [245kB]
Get:39 http://ayo.freshrpms.net fedora/linux/3/i386/updates httpd 2.0.53-3.3 [910kB]
Get:40 http://ayo.freshrpms.net fedora/linux/3/i386/updates httpd-suexec 2.0.53-3.3 [25.9kB]
Fetched 55.4MB in 1m54s (485kB/s)
Committing changes...
Preparing... ########################################### [100%]
1:cyrus-sasl-plain ########################################### [ 3%]
2:cyrus-sasl-md5 ########################################### [ 5%]
3:cyrus-sasl-gssapi ########################################### [ 8%]
4:cyrus-sasl-devel ########################################### [ 10%]
5:cyrus-sasl ########################################### [ 13%]
6:openldap-devel ########################################### [ 15%]
7:perl-suidperl ########################################### [ 18%]
8:mod_perl ########################################### [ 20%]
9:perl ########################################### [ 23%]
10:httpd-devel ########################################### [ 25%]
11:mod_ssl ########################################### [ 28%]
12:libidn ########################################### [ 30%]
13:libidn-devel ########################################### [ 33%]
14:curl-devel ########################################### [ 35%]
15:curl ########################################### [ 38%]
16:libc-client ########################################### [ 40%]
17:php-imap ########################################### [ 43%]
18:php-domxml ########################################### [ 45%]
19:php-mbstring ########################################### [ 48%]
20:php-snmp ########################################### [ 50%]
21:php-mysql ########################################### [ 52%]
22:postgresql-libs ########################################### [ 55%]
23:php-pgsql ########################################### [ 58%]
24:php-odbc ########################################### [ 60%]
25:php-xmlrpc ########################################### [ 63%]
26:php-devel ########################################### [ 65%]
27:php warning: /etc/httpd/conf.d/php.conf saved as /etc/httpd/conf.d/php.conf.rpmsave
########################################### [ 68%]
28:php-ldap ########################################### [ 70%]
29:sendmail warning: /etc/mail/sendmail.cf created as /etc/mail/sendmail.cf.rpmnew
warning: /etc/mail/sendmail.mc created as /etc/mail/sendmail.mc.rpmnew
########################################### [ 73%]
error: %post(sendmail-8.13.1-2) scriptlet failed, exit status 127
30:samba-swat ########################################### [ 75%]
31:samba-common ########################################### [ 78%]
32:samba-client ########################################### [ 80%]
33:samba ########################################### [ 83%]
34:libuser ########################################### [ 85%]
35:dovecot ########################################### [ 88%]
36:apr-util ########################################### [ 90%]
37:gnupg ########################################### [ 93%]
38:openldap ########################################### [ 95%]
39:httpd warning: /etc/httpd/conf/httpd.conf created as /etc/httpd/conf/httpd.conf.rpmnew
########################################### [ 98%]
40:httpd-suexec ########################################### [100%]
W: Some errors occurred while running transaction
>>>> and that is as far as I have gone so far :)
falko
29th January 2006, 08:37
I'd try to ignore these warnings, most of them merely say that a backup of some old configuration file has been made. I don't know if this sendmail error is important.
Please go on with the Postfix/saslauthd configuration and see if it works then.
Median
29th January 2006, 14:32
I'd try to ignore these warnings, most of them merely say that a backup of some old configuration file has been made. I don't know if this sendmail error is important.
Please go on with the Postfix/saslauthd configuration and see if it works then.
Finished the configuration which threw up an error about not being able to stop sendmail, but then it had already been stopped by the last attempt.
Did [root@median root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 median.x.example.com ESMTP Postfix
ehlo localhost
250-median.x.example.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
quit
Did a shutdown -r now
Tried telnet again:
][root@median root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 median.x.example.com ESMTP Postfix
ehlo localhost
250-median.x.example.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
quit
/var/log/boot.log shows errors still:
Jan 29 13:12:54 median saslauthd: saslauthd shutdown succeeded
Jan 29 13:12:54 median sshd: sshd -TERM succeeded
Jan 29 13:12:54 median postfix: Shutting down postfix:
Jan 29 13:12:55 median postfix: succeeded
Jan 29 13:12:55 median postfix:
Jan 29 13:12:55 median rc: Stopping postfix: succeeded
Jan 29 13:12:55 median mysqld: Stopping MySQL: succeeded
Jan 29 13:12:56 median xinetd: xinetd shutdown succeeded
Jan 29 13:12:56 median crond: crond shutdown succeeded
Jan 29 13:12:56 median syslog: klogd succeeded
Jan 29 13:13:30 median syslog: syslogd startup succeeded
Jan 29 13:13:30 median syslog: klogd succeeded
Jan 29 13:13:30 median sshd: succeeded
Jan 29 13:13:32 median xinetd: xinetd startup succeeded
Jan 29 13:13:21 median sysctl: net.ipv4.ip_forward = 0
Jan 29 13:13:21 median sysctl: net.ipv4.conf.default.rp_filter = 1
Jan 29 13:13:21 median rc.sysinit: Configuring kernel parameters: succeeded
Jan 29 13:13:21 median date: Sun Jan 29 13:13:21 GMT 2006
Jan 29 13:13:21 median rc.sysinit: Setting clock : Sun Jan 29 13:13:21 GMT 2006 succeeded
Jan 29 13:13:21 median rc.sysinit: Setting hostname median.x.example.com: succeeded
Jan 29 13:13:26 median rc.sysinit: Activating swap partitions: succeeded
Jan 29 13:13:26 median rc.sysinit: Mounting local filesystems: succeeded
Jan 29 13:13:26 median rc.sysinit: Enabling local filesystem quotas: succeeded
Jan 29 13:13:27 median rc.sysinit: Enabling swap space: succeeded
Jan 29 13:13:29 median iptables: succeeded
Jan 29 13:13:29 median iptables: succeeded
Jan 29 13:13:29 median sysctl: net.ipv4.ip_forward = 0
Jan 29 13:13:29 median sysctl: net.ipv4.conf.default.rp_filter = 1
Jan 29 13:13:29 median network: Setting network parameters: succeeded
Jan 29 13:13:30 median network: Bringing up loopback interface: succeeded
Jan 29 13:13:30 median ifup: SIOCADDRT: Network is unreachable
Jan 29 13:13:30 median network: Bringing up interface venet0: succeeded
Jan 29 13:13:30 median rc: Starting vzquota: succeeded
Jan 29 13:13:34 median mysqld: Starting MySQL: succeeded
Jan 29 13:13:34 median dovecot: Fatal: listen(110) failed: Address already in use
Jan 29 13:13:34 median dovecot: dovecot startup failed
Jan 29 13:13:37 median postfix: succeeded
Jan 29 13:13:40 median httpd: Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Jan 29 13:13:40 median httpd: httpd startup failed
Jan 29 13:13:40 median crond: crond startup succeeded
Jan 29 13:13:41 median saslauthd: saslauthd startup succeeded
/var/log/mailog shows:
Jan 29 13:13:37 median postfix/postfix-script: starting the Postfix mail system
Jan 29 13:13:37 median postfix/master[3188]: daemon started -- version 2.2.3, configuration /etc/postfix
Jan 29 13:14:01 median sendmail[3349]: STARTTLS=client: file /etc/mail/certs/cert.pem unsafe: No such file or directory
Jan 29 13:14:01 median sendmail[3349]: STARTTLS=client: file /etc/mail/certs/key.pem unsafe: No such file or directory
Jan 29 13:14:01 median sendmail[3349]: STARTTLS=client: file /etc/mail/certs/cacert.pem unsafe: No such file or directory
Jan 29 13:14:01 median sendmail[3349]: STARTTLS=client, error: load verify locs /etc/mail/certs, /etc/mail/certs/cacert.pem failed: 0
Jan 29 13:15:20 median postfix/smtpd[3910]: warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in
falko
29th January 2006, 18:20
Then I'd strongly recommend to reinstall the system following this tutorial: http://www.howtoforge.com/perfect_setup_fedora_core_3
Median
29th January 2006, 18:51
Ok Falko.
Thanks very much for all your help
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.