Guest User

Untitled

a guest
Jan 27th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. Jan 27 08:11:21 listserver postfix/smtpd[5569]: 4D58E123319: client=someclient.com[0.0.0.0]
  2. Jan 27 08:11:21 listserver postfix/cleanup[5424]: 4D58E123319: message-id=<[email protected]>
  3. Jan 27 08:11:21 listserver postfix/qmgr[27627]: 4D58E123319: from=<[email protected]>, size=12159, nrcpt=1 (queue active)
  4. Jan 27 08:12:26 listserver postfix/smtp[5629]: 4D58E123319: host mx2.free.fr[212.27.42.59] said: 451 too many errors detected from your IP (0.0.0.0), please visit http://postmaster.free.fr/ (in reply to DATA command)
  5. Jan 27 08:12:26 listserver postfix/smtp[5629]: 4D58E123319: to=<[email protected]>, relay=mx4.hotmail.com[134.170.2.199]:25, delay=65, delays=0.12/64/0.74/0.11, dsn=5.0.0, status=bounced (host mx4.hotmail.com[134.170.2.199] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command))
  6. Jan 27 08:12:26 listserver postfix/bounce[5597]: 4D58E123319: sender non-delivery notification: 9B18F125E83
  7. Jan 27 08:12:26 listserver postfix/qmgr[27627]: 4D58E123319: removed
  8.  
  9.  
  10. alias_database = hash:/etc/aliases
  11. alias_maps = hash:/etc/aliases
  12. append_dot_mydomain = no
  13. biff = no
  14. config_directory = /etc/postfix
  15. disable_vrfy_command = yes
  16. inet_interfaces = all
  17. inet_protocols = ipv4
  18. mailbox_size_limit = 0
  19. milter_default_action = accept
  20. milter_protocol = 2
  21. mydestination = localhost
  22. myhostname = listserver.animaljam.com
  23. mynetworks = cidr:/etc/postfix/network_table
  24. myorigin = /etc/mailname
  25. non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock
  26. readme_directory = no
  27. recipient_delimiter = +
  28. relayhost =
  29. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  30. smtpd_banner = listserver.animaljam.com ESMTP
  31. smtpd_client_connection_count_limit = 100
  32. smtpd_milters = unix:/var/run/opendkim/opendkim.sock
  33. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  34. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  35. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  36. smtpd_use_tls = yes
  37.  
  38.  
  39. smtp inet n - - - - smtpd
  40. pickup unix n - - 60 1 pickup
  41. cleanup unix n - - - 0 cleanup
  42. qmgr unix n - n 300 1 qmgr
  43. tlsmgr unix - - - 1000? 1 tlsmgr
  44. rewrite unix - - - - - trivial-rewrite
  45. bounce unix - - - - 0 bounce
  46. defer unix - - - - 0 bounce
  47. trace unix - - - - 0 bounce
  48. verify unix - - - - 1 verify
  49. flush unix n - - 1000? 0 flush
  50. proxymap unix - - n - - proxymap
  51. proxywrite unix - - n - 1 proxymap
  52. smtp unix - - - - - smtp
  53. relay unix - - - - - smtp
  54. showq unix n - - - - showq
  55. error unix - - - - - error
  56. retry unix - - - - - error
  57. discard unix - - - - - discard
  58. local unix - n n - - local
  59. virtual unix - n n - - virtual
  60. lmtp unix - - - - - lmtp
  61. anvil unix - - - - 1 anvil
  62. scache unix - - - - 1 scache
  63. maildrop unix - n n - - pipe flags=DRhu
  64. user=vmail argv=/usr/bin/maildrop -d ${recipient}
  65. uucp unix - n n - - pipe flags=Fqhu
  66. user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  67. ifmail unix - n n - - pipe flags=F user=ftn
  68. argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  69. bsmtp unix - n n - - pipe flags=Fq.
  70. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  71. scalemail-backend unix - n n - 2 pipe flags=R
  72. user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  73. ${user} ${extension}
  74. mailman unix - n n - - pipe flags=FR
  75. user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  76. ${user}
Advertisement
Add Comment
Please, Sign In to add comment