SHARE
TWEET

Untitled

a guest Feb 19th, 2016 72 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. authentifcation log:
  2.  
  3. Feb 19 18:55:48 testnode postfix/submission/smtpd[5712]: connect from ip5b42e12f.dynamic.kabel-deutschland.de[91.66.225.47]
  4. Feb 19 18:55:48 testnode postfix/submission/smtpd[5712]: warning: ip5xxxx2f.dynamic.kabel-deutschland.de[91.16.235.47]: SASL CRAM-MD5 authentication failed: authentication failure
  5.  
  6.  
  7.  
  8. tuxx@testnode:/etc/postfix$ postconf -Mf
  9. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_sender_restrictions
  10. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_client_restrictions
  11. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_helo_restrictions
  12. smtp       inet  n       -       -       -       -       smtpd
  13. submission inet  n       -       -       -       -       smtpd
  14.     -o syslog_name=postfix/submission
  15.     -o smtpd_tls_security_level=encrypt
  16.     -o smtpd_sasl_auth_enable=yes
  17.     -o smtpd_reject_unlisted_recipient=no
  18.     -o smtpd_client_restrictions=$mua_client_restrictions
  19.     -o smtpd_helo_restrictions=$mua_helo_restrictions
  20.     -o smtpd_sender_restrictions=$mua_sender_restrictions
  21.     -o smtpd_recipient_restrictions=
  22.     -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  23.     -o milter_macro_daemon_name=ORIGINATING
  24. pickup     unix  n       -       -       60      1       pickup
  25. cleanup    unix  n       -       -       -       0       cleanup
  26. qmgr       unix  n       -       n       300     1       qmgr
  27. tlsmgr     unix  -       -       -       1000?   1       tlsmgr
  28. rewrite    unix  -       -       -       -       -       trivial-rewrite
  29. bounce     unix  -       -       -       -       0       bounce
  30. defer      unix  -       -       -       -       0       bounce
  31. trace      unix  -       -       -       -       0       bounce
  32. verify     unix  -       -       -       -       1       verify
  33. flush      unix  n       -       -       1000?   0       flush
  34. proxymap   unix  -       -       n       -       -       proxymap
  35. proxywrite unix  -       -       n       -       1       proxymap
  36. smtp       unix  -       -       -       -       -       smtp
  37. relay      unix  -       -       -       -       -       smtp
  38. showq      unix  n       -       -       -       -       showq
  39. error      unix  -       -       -       -       -       error
  40. retry      unix  -       -       -       -       -       error
  41. discard    unix  -       -       -       -       -       discard
  42. local      unix  -       n       n       -       -       local
  43. virtual    unix  -       n       n       -       -       virtual
  44. lmtp       unix  -       -       -       -       -       lmtp
  45. anvil      unix  -       -       -       -       1       anvil
  46. scache     unix  -       -       -       -       1       scache
  47. maildrop   unix  -       n       n       -       -       pipe flags=DRhu
  48.     user=vmail argv=/usr/bin/maildrop -d ${recipient}
  49. uucp       unix  -       n       n       -       -       pipe flags=Fqhu
  50.     user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  51. ifmail     unix  -       n       n       -       -       pipe flags=F user=ftn
  52.     argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  53. bsmtp      unix  -       n       n       -       -       pipe flags=Fq.
  54.     user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  55. scalemail-backend unix - n       n       -       2       pipe flags=R
  56.     user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  57.     ${user} ${extension}
  58. mailman    unix  -       n       n       -       -       pipe flags=FR
  59.     user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  60.     ${user}
  61. tuxx@testnode:/etc/postfix$ postconf -nf
  62. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_sender_restrictions
  63. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_client_restrictions
  64. postconf: warning: /etc/postfix/master.cf: undefined parameter: mua_helo_restrictions
  65. alias_database = hash:/etc/aliases
  66. alias_maps = hash:/etc/aliases
  67. append_dot_mydomain = no
  68. biff = no
  69. config_directory = /etc/postfix
  70. inet_interfaces = all
  71. inet_protocols = all
  72. mailbox_size_limit = 0
  73. mailbox_transport = lmtp:unix:private/dovecot-lmtp
  74. mydestination = testnode.org, muppi, localhost.localdomain, localhost
  75. myhostname = testnode.org
  76. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  77. myorigin = /etc/mailname
  78. readme_directory = no
  79. recipient_delimiter = +
  80. relayhost =
  81. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  82. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  83. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  84. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  85. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  86. smtpd_use_tls = yes
  87. virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
  88. virtual_transport = lmtp:unix:private/dovecot-lmtp
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top