SHARE
TWEET

Untitled

a guest Oct 18th, 2010 21 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. lkf:~$ grep 83CDC84F0 /var/log/mail.info
  2. Oct 18 18:06:53 localhost postfix/pickup[25188]: 83CDC84F0: uid=1000 from=<trappist>
  3. Oct 18 18:06:53 localhost postfix/cleanup[25193]: 83CDC84F0: message-id=<redmine.journal-108.20101018180653@linuxkungfu.org>
  4. Oct 18 18:06:53 localhost postfix/qmgr[25189]: 83CDC84F0: from=<trappist@linuxkungfu.org>, size=2895, nrcpt=1 (queue active)
  5. Oct 18 18:06:53 localhost postfix/error[25195]: 83CDC84F0: to=<trappist@linuxkungfu.org>, orig_to=<grasshopper@linuxkungfu.org>, relay=none, delay=0.25, delays=0.13/0.01/0/0.11, dsn=5.0.0, status=bounced (User unknown in virtual alias table)
  6. Oct 18 18:06:53 localhost postfix/bounce[25196]: 83CDC84F0: sender non-delivery notification: B31E984F1
  7. Oct 18 18:06:53 localhost postfix/qmgr[25189]: 83CDC84F0: removed
  8. lkf:~$
  9. lkf:~$ postconf -n
  10. alias_database = hash:/etc/aliases
  11. alias_maps = hash:/etc/aliases
  12. append_dot_mydomain = no
  13. biff = no
  14. broken_sasl_auth_clients = yes
  15. config_directory = /etc/postfix
  16. default_transport = smtp
  17. home_mailbox = Maildir/
  18. inet_interfaces = all
  19. mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot-postfix.conf -n -m "${EXTENSION}"
  20. mailbox_size_limit = 0
  21. mydestination = localhost
  22. myhostname = linuxkungfu.org
  23. mynetworks = 192.168.0.0/24, 127.0.0.0/8
  24. myorigin = /etc/mailname
  25. recipient_delimiter = +
  26. relayhost =
  27. smtp_tls_note_starttls_offer = yes
  28. smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
  29. smtp_use_tls = yes
  30. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  31. smtpd_client_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_rbl_client zen.spamhaus.org
  32. smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_client_access pcre:/etc/postfix/dspam_filter_access
  33. smtpd_sasl_auth_enable = yes
  34. smtpd_sasl_authenticated_header = yes
  35. smtpd_sasl_local_domain = $myhostname
  36. smtpd_sasl_path = private/dovecot-auth
  37. smtpd_sasl_security_options = noanonymous
  38. smtpd_sasl_type = dovecot
  39. smtpd_sender_restrictions = reject_unknown_sender_domain
  40. smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
  41. smtpd_tls_auth_only = yes
  42. smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem
  43. smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key
  44. smtpd_tls_loglevel = 1
  45. smtpd_tls_mandatory_ciphers = medium
  46. smtpd_tls_mandatory_protocols = SSLv3, TLSv1
  47. smtpd_tls_received_header = yes
  48. smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
  49. smtpd_tls_session_cache_timeout = 3600s
  50. smtpd_use_tls = yes
  51. tls_random_source = dev:/dev/urandom
  52. virtual_alias_domains = linuxkungfu.org
  53. virtual_alias_maps = hash:/etc/postfix/virtual
  54. lkf:~$
  55. lkf:~$ grep grasshopper /etc/postfix/virtual
  56. grasshopper@linuxkungfu.org trappist
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