Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Stuff
Friday, June 29th, 2007 at 3:01:31pm UTC 

  1. MAIN.CF:
  2.  
  3. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  4. biff = no
  5. append_dot_mydomain = no
  6. smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
  7. smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
  8. smtpd_use_tls=yes
  9. smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
  10. smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
  11. myhostname = planung-umwelt.local
  12. alias_maps = hash:/etc/aliases
  13. alias_database = hash:/etc/aliases
  14. #transport_maps = hash:/etc/postfix/transport
  15. myorigin = /etc/mailname
  16. mydestination = planung-umwelt.local, server1.planung-umwelt.local, localhost, localhost.localdomain
  17. relayhost = mail.blinkenmail.de
  18. mynetworks = 127.0.0.0/8 192.168.1.0/24
  19. mailbox_size_limit = 0
  20. message_size_limit = 60000000
  21. mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
  22. recipient_delimiter = +
  23. inet_interfaces = all
  24.  
  25. #SMTP-AUTH
  26. smtp_sasl_auth_enable = yes
  27. smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth
  28. smtp_sasl_security_options = noanonymous,noplaintext
  29. smtp_use_tls = yes
  30. smtp_tls_CAfile = /etc/postfix/BlinkenlichtenCA.pem
  31. local_recipient_maps = hash:/etc/postfix/local_recipients
  32.  
  33.  
  34. MASTER.CF
  35.  
  36. pickup    fifo  n       -       -       60      1       pickup
  37. cleanup   unix  n       -       -       -       0       cleanup
  38. qmgr      fifo  n       -       n       300     1       qmgr
  39. tlsmgr    unix  -       -       -       1000?   1       tlsmgr
  40. rewrite   unix  -       -       -       -       -       trivial-rewrite
  41. bounce    unix  -       -       -       -       0       bounce
  42. defer     unix  -       -       -       -       0       bounce
  43. trace     unix  -       -       -       -       0       bounce
  44. verify    unix  -       -       -       -       1       verify
  45. flush     unix  n       -       -       1000?   0       flush
  46. proxymap  unix  -       -       n       -       -       proxymap
  47. smtp      unix  -       -       n       -       -       smtp -v
  48. relay     unix  -       -       -       -       -       smtp
  49.         -o fallback_relay=
  50. showq     unix  n       -       -       -       -       showq
  51. error     unix  -       -       -       -       -       error
  52. discard   unix  -       -       -       -       -       discard
  53. local     unix  -       n       n       -       -       local
  54. virtual   unix  -       n       n       -       -       virtual
  55. lmtp      unix  -       -       n       -       -       lmtp
  56. anvil     unix  -       -       n       -       1       anvil
  57. scache    unix  -       -       -       -       1       scache
  58. maildrop  unix  -       n       n       -       -       pipe
  59.   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  60. uucp      unix  -       n       n       -       -       pipe
  61.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  62. ifmail    unix  -       n       n       -       -       pipe
  63.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  64. bsmtp     unix  -       n       n       -       -       pipe
  65.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  66. scalemail-backend unix  -       n       n       -       2       pipe
  67.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  68. mailman   unix  -       n       n       -       -       pipe
  69.   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  70.   ${nexthop} ${user}
  71.  
  72. LOG:
  73.  
  74. Jun 29 16:32:29 server1 postfix/smtp[6378]: > mail.blinkenmail.de[213.239.216.164]: EHLO planung-umwelt.local
  75. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-blinkenmail.de
  76. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-PIPELINING
  77. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-SIZE 50000000
  78. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-VRFY
  79. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-ETRN
  80. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-AUTH LOGIN PLAIN DIGEST-MD5
  81. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-AUTH=LOGIN PLAIN DIGEST-MD5
  82. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-ENHANCEDSTATUSCODES
  83. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250-8BITMIME
  84. Jun 29 16:32:29 server1 postfix/smtp[6378]: < mail.blinkenmail.de[213.239.216.164]: 250 DSN
  85. Jun 29 16:32:29 server1 postfix/smtp[6378]: server features: 0x902f size 50000000
  86. Jun 29 16:32:29 server1 postfix/smtp[6378]: Using ESMTP PIPELINING, TCP send buffer size is 4096
  87. Jun 29 16:32:29 server1 postfix/smtp[6378]: maps_find: smtp_sasl_passwd: hash:/etc/postfix/smtp_auth(0,lock|fold_fix): mail.blinkenmail.de = [email protected]:secret
  88. Jun 29 16:32:29 server1 postfix/smtp[6378]: smtp_sasl_passwd_lookup: host `mail.blinkenmail.de' user `[email protected]' pass `secret'
  89. Jun 29 16:32:29 server1 postfix/smtp[6378]: starting new SASL client
  90. Jun 29 16:32:29 server1 postfix/smtp[6378]: name_mask: noanonymous
  91. Jun 29 16:32:29 server1 postfix/smtp[6378]: name_mask: noplaintext
  92. Jun 29 16:32:29 server1 postfix/smtp[6378]: smtp_sasl_authenticate: mail.blinkenmail.de[213.239.216.164]: SASL mechanisms LOGIN PLAIN DIGEST-MD5
  93. Jun 29 16:32:29 server1 postfix/qmgr[3784]: warning: premature end-of-input on private/smtp socket while reading input attribute name
  94. Jun 29 16:32:29 server1 postfix/qmgr[3784]: warning: private/smtp socket: malformed response

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right
worth-right