saslauthd - dalsi problem

jaroslav.votruba at dvorec.eu jaroslav.votruba at dvorec.eu
Wed Aug 8 11:58:18 CEST 2012


> skus si preluskat http://www.postfix.org/SASL_README.html
>
>
na to zrovna koukam, ale nejsem z toho moc moudrej. Tak jak jsem to mel mi
to driv chodilo bez problemu


zda se mi to vse OK . Pro sichr pripojuji cast main.cz a master.cf. Ale ja
na to cucim jiz jakou dobu a nic spatne nevidim

main.cf

##################### SASL/TLS Authentication###########################
######SASL PART######### #
#nutne pro stupidni klienty typu  outlook express
     broken_sasl_auth_clients = yes
     smtpd_sasl_auth_enable = yes
     smtpd_sasl_authenticated_header = yes
     smtpd_sasl_local_domain =                          #$myhostname
     smtpd_sasl_security_options = noanonymous
     smtpd_sender_login_maps =
hash:/usr/local/etc/postfix/smtpd_sender_login_ma

     #smtpd_sasl_type = dovecot
     #smtpd_sasl_path = private/auth

     ######TLS PART#######
smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtpd_tls_key_file = /usr/local/etc/postfix/certs/mykey.pem
smtpd_tls_cert_file = /usr/local/etc/postfix/certs/mycert.pem
smtpd_tls_CAfile = /usr/local/etc/postfix/certs/cacert.pem
smtpd_tls_loglevel = 2
#smtpd_tls_recieved_header = yes
#smtpd_tls_note_starttls_offer = yes
smtpd_sasl_tls_security_options = noanonymous
tls_random_source = dev:/dev/urandom

 ###########################SASL/TLS Authentication ends here#############


master.cf

smtp      inet  n       -       n       -       -       smtpd
smtps     inet  n       -       n       -       -       smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
rewrite   unix  -       -       n       -       -       trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       n       -       -       smtp
relay     unix  -       -       n       -       -       smtp
        -o fallback_relay=
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
retry     unix  -       -       n       -       -       error
discard   unix  -       -       n       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
scache    unix  -       -       n       -       1       scache

#pro vakace
vacation    unix  -       n       n       -       -       pipe
  flags=DRhu user=vacation argv=/var/spool/vacation/vacation.pl






More information about the Users-l mailing list