Code
- root@server07:~# saslfinger -s
- saslfinger - postfix Cyrus sasl configuration Wed Feb 18 13:02:35 CET 2015
- version: 1.0.4
- mode: server-side SMTP AUTH
- -- basics --
- Postfix: 2.9.6
- System: Debian GNU/Linux 7 \n \l
- -- smtpd is linked to --
- libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007f98d1f0c000)
- -- active SMTP AUTH and TLS parameters for smtpd --
- broken_sasl_auth_clients = yes
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_authenticated_header = yes
- smtpd_sasl_path = smtpd
- smtpd_sasl_security_options = noanonymous
- smtpd_sasl_type = cyrus
- smtpd_tls_auth_only = no
- smtpd_tls_cert_file = /etc/imscp/imscp_services.pem
- smtpd_tls_key_file = /etc/imscp/imscp_services.pem
- smtpd_tls_loglevel = 2
- smtpd_tls_received_header = yes
- smtpd_tls_security_level = may
- -- listing of /usr/lib/sasl2 --
- ls: cannot access /usr/lib/sasl2/Sendmail.conf: No such file or directory
- total 28
- drwxr-xr-x 2 root root 4096 Jul 7 2014 .
- drwxr-xr-x 60 root root 12288 Nov 20 22:27 ..
- l????????? ? ? ? ? ? Sendmail.conf
- -rw-r--r-- 1 root root 4 Jul 7 2014 berkeley_db.active
- -rw-r--r-- 1 root root 4 Jun 9 2013 berkeley_db.txt
- -rw-r----- 1 root root 701 Jul 7 2014 saslpasswd.conf
- -- listing of /etc/postfix/sasl --
- total 12
- drwxr-xr-x 2 root root 4096 Jul 7 2014 .
- drwxr-xr-x 4 root root 4096 Jul 7 2014 ..
- -rw-r----- 1 root root 309 Jul 7 2014 smtpd.conf
- -- content of /etc/postfix/sasl/smtpd.conf --
- pwcheck_method: auxprop
- log_level: 2
- mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
- auto_transition: yes
- auxprop_plugin: sql
- sql_engine: mysql
- sql_hostnames: 127.0.0.1:3306
- sql_database: imscp
- sql_user: --- replaced ---
- sql_passwd: --- replaced ---
- sql_select: SELECT mail_pass FROM mail_users WHERE mail_addr = '%u@%r'
- -- content of /etc/postfix/sasl/smtpd.conf --
- pwcheck_method: auxprop
- log_level: 2
- mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
- auto_transition: yes
- auxprop_plugin: sql
- sql_engine: mysql
- sql_hostnames: 127.0.0.1:3306
- sql_database: imscp
- sql_user: --- replaced ---
- sql_passwd: --- replaced ---
- sql_select: SELECT mail_pass FROM mail_users WHERE mail_addr = '%u@%r'
- -- active services in /etc/postfix/master.cf --
- # service type private unpriv chroot wakeup maxproc command + args
- # (yes) (yes) (yes) (never) (100)
- smtp inet n - - - - smtpd
- submission inet n - - - - smtpd
- -o smtpd_sasl_auth_enable=yes
- -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- smtps inet n - - - - smtpd
- -o smtpd_tls_wrappermode=yes
- -o smtpd_sasl_auth_enable=yes
- -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- pickup fifo n - - 60 1 pickup
- cleanup unix n - - - 0 cleanup
- qmgr fifo 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
- -o smtp_fallback_relay=
- 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
- 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}
- imscp-arpl unix - n n - - pipe
- flags=O user=vmail:imscp argv=/var/www/imscp/engine/messenger/imscp-arpl-msgr $recipient
- maildrop unix - n n - - pipe
- flags=DRhu user=vmail:mail argv=/usr/bin/maildrop -w 90 -d ${user}@${nexthop} ${extension} ${recipient}
- ${user} ${nexthop} ${sender}
- -- mechanisms on localhost --
- 250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5
- 250-AUTH=PLAIN LOGIN CRAM-MD5 DIGEST-MD5
- -- end of saslfinger output --