[Postfixbuch-users] Cyrus SASL testen
Dejan (Postfix)
postfix at kabelplus.at
Mo Apr 28 13:41:05 CEST 2014
Hallo Andreas,
wie kann ich mit saslfinder cyrus-sasl testen?
root at c5773:~# saslfinger -s
saslfinger - postfix Cyrus sasl configuration Mon Apr 28 13:33:39 CEST 2014
version: 1.0.4
mode: server-side SMTP AUTH
-- basics --
Postfix: 2.10.2
System: Ubuntu 13.10 \n \l
-- smtpd is linked to --
libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007f3e157d2000)
-- active SMTP AUTH and TLS parameters for smtpd --
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:${data_directory}/smtpd_scache
smtpd_use_tls = yes
-- listing of /usr/lib/sasl2 --
total 28
drwxr-xr-x 2 root root 4096 Apr 28 01:48 .
drwxr-xr-x 42 root root 4096 Apr 13 04:34 ..
-rw-r--r-- 1 root root 1 Okt 7 2013 berkeley_db.txt
-rw-r--r-- 1 root root 296 Apr 27 21:59 sample.conf
-rw-r----- 1 root root 701 Mär 14 16:50 saslpasswd.conf
-rw-r----- 1 smmta smmsp 885 Mär 14 16:50 Sendmail.conf
-rw-r--r-- 1 root root 296 Apr 27 21:59 smtpd.conf
-- listing of /etc/postfix/sasl --
total 8
drwxr-xr-x 2 root root 4096 Sep 13 2013 .
drwxr-xr-x 7 root root 4096 Apr 27 02:56 ..
-- content of /usr/lib/sasl2/smtpd.conf --
# Global parameters
# Detailgrad der Protokolierung
log_level: 3
# Password-Check-Methode bestimmen
pwcheck_method: saslauthd
# Liste anzubietender Mechanismen
mech_list: PLAIN LOGIN
saslauthd_path: /var/run/saslauthd/mux
# pwcheck_method: auxprop
# mech_list: PLAIN LOGIN CRAM_MD5 DIGEST-MD5
-- active services in /etc/postfix/master.cf --
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
smtp inet n - n - - smtpd
pickup unix n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr unix n - n 300 1 qmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - - - - smtp
relay unix - - - - - smtp
showq unix n - - - - showq
error unix - - - - - error
retry unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
amavisfeed unix - - n - 2 lmtp
-o lmtp_data_done_timeout=1200
-o lmtp_send_xforward_command=yes
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o smtpd_delay_reject=no
-o smtpd_client_restrictions=permit_mynetworks,reject
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o smtpd_data_restrictions=reject_unauth_pipelining
-o smtpd_end_of_data_restrictions=
-o smtpd_restriction_classes=
-o mynetworks=127.0.0.0/8
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_milters
-o local_header_rewrite_clients=
-o smtpd_milters=
-o local_recipient_maps=
-o relay_recipient_maps=
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
-- mechanisms on localhost --
-- end of saslfinger output —
--------------------------------------------------------------------------------------------------------
root at c5773:~# saslfinger -c
saslfinger - postfix Cyrus sasl configuration Mon Apr 28 13:35:01 CEST 2014
version: 1.0.4
mode: client-side SMTP AUTH
-- basics --
Postfix: 2.10.2
System: Ubuntu 13.10 \n \l
-- smtp is linked to --
libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007f8e88a9e000)
-- active SMTP AUTH and TLS parameters for smtp --
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
-- listing of /usr/lib/sasl2 --
total 28
drwxr-xr-x 2 root root 4096 Apr 28 01:48 .
drwxr-xr-x 42 root root 4096 Apr 13 04:34 ..
-rw-r--r-- 1 root root 1 Okt 7 2013 berkeley_db.txt
-rw-r--r-- 1 root root 296 Apr 27 21:59 sample.conf
-rw-r----- 1 root root 701 Mär 14 16:50 saslpasswd.conf
-rw-r----- 1 smmta smmsp 885 Mär 14 16:50 Sendmail.conf
-rw-r--r-- 1 root root 296 Apr 27 21:59 smtpd.conf
-- listing of /etc/postfix/sasl --
total 8
drwxr-xr-x 2 root root 4096 Sep 13 2013 .
drwxr-xr-x 7 root root 4096 Apr 27 02:56 ..
Cannot find the smtp_sasl_password_maps parameter in main.cf.
Client-side SMTP AUTH cannot work without this parameter!
Cyrus-sasl habe ich noch nicht in Postfix eingebunden daher auch die Fehlermeldung… Ich wollte cyrus-sasl vorher testen, wie im Buch beschrieben…
Lg Dejan
Am 28.04.2014 um 08:01 schrieb Andreas Günther <postfix at linuxmaker.com>:
> Hallo Dejan,
>
> dazu gibt es u.a. "saslfinger". Das findest Du hier
>
> http://postfix.state-of-mind.de/patrick.koetter/saslfinger/
>
> Grüße
>
> Andreas
>
> Am Montag, 28. April 2014, 02:10:46 schrieb Dejan:
>> Hallo,
>>
>> bin ein absoluter Neuling und arbeite mit dem Postfix-Buch 2. Auflage.
>>
>> Ich versuche gerade Cyrus-SASL zu testen. Bei mir sind sample-server und
>> sample-client nicht installiert. Kann mir jmd. Bitte bei der Installation
>> helfen?
>>
>> Die folgenden Pakete sind installiert:
>>
>> ii libsasl2-2:amd64 2.1.25.dfsg1-17 amd64
>> Cyrus SASL - authentication abstraction library ii
>> libsasl2-modules:amd64 2.1.25.dfsg1-17 amd64
>> Cyrus SASL - pluggable authentication modules ii
>> libsasl2-modules-db:amd64 2.1.25.dfsg1-17 amd64
>> Cyrus SASL - pluggable authentication modules (DB) ii sasl2-bin
>> 2.1.25.dfsg1-17 amd64 Cyrus SASL -
>> administration programs for SASL users database
>>
>> Diese Distribution wird verwendet:
>>
>> DISTRIB_ID=Ubuntu
>> DISTRIB_RELEASE=13.10
>> DISTRIB_CODENAME=saucy
>> DISTRIB_DESCRIPTION="Ubuntu 13.10“
>>
>> Ich habe es leider nicht geschafft cyrus-sasl selbst zu kompilieren, wie im
>> Buch beschrieben, was für eine Überraschung… daher habe ich die oben
>> genannten Pakete mit "apt-get“ installiert. Oder gibt es eine andere
>> Möglichkeit wie ich cyrus-sasl testen kann?
>>
>> Ich hoffe Ihr könnt mir helfen, vielen Dank,
>>
>> Dejan
>
> --
> _______________________________________________
> Postfixbuch-users -- http://www.postfixbuch.de
> Heinlein Professional Linux Support GmbH
>
> Postfixbuch-users at listen.jpberlin.de
> https://listi.jpberlin.de/mailman/listinfo/postfixbuch-users
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <https://listi.jpberlin.de/pipermail/postfixbuch-users/attachments/20140428/97138cad/attachment.html>
Mehr Informationen über die Mailingliste Postfixbuch-users