Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. $ sudo postconf -nf
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. config_directory = /etc/postfix
  7. inet_interfaces = all
  8. mailbox_command = procmail -a "$EXTENSION"
  9. mailbox_size_limit = 0
  10. mydestination = movis.dk, sabrina, localhost.localdomain, localhost
  11. myhostname = sabrina
  12. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  13. myorigin = /etc/mailname
  14. readme_directory = no
  15. recipient_delimiter = +
  16. relayhost = [mail.clobix.com]:587
  17. smtp_sasl_auth_enable = yes
  18. smtp_sasl_password_maps = hash:/etc/postfix/relay_passwd
  19. smtp_sasl_security_options =
  20. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  21. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  22. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
  23. defer_unauth_destination
  24. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  25. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  26. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  27. smtpd_use_tls = yes
  28.  
  29.  
  30. $ sudo postconf -Mf
  31. smtp inet n - - - - smtpd
  32. pickup unix n - - 60 1 pickup
  33. cleanup unix n - - - 0 cleanup
  34. qmgr unix n - n 300 1 qmgr
  35. tlsmgr unix - - - 1000? 1 tlsmgr
  36. rewrite unix - - - - - trivial-rewrite
  37. bounce unix - - - - 0 bounce
  38. defer unix - - - - 0 bounce
  39. trace unix - - - - 0 bounce
  40. verify unix - - - - 1 verify
  41. flush unix n - - 1000? 0 flush
  42. proxymap unix - - n - - proxymap
  43. proxywrite unix - - n - 1 proxymap
  44. smtp unix - - - - - smtp
  45. relay unix - - - - - smtp
  46. showq unix n - - - - showq
  47. error unix - - - - - error
  48. retry unix - - - - - error
  49. discard unix - - - - - discard
  50. local unix - n n - - local
  51. virtual unix - n n - - virtual
  52. lmtp unix - - - - - lmtp
  53. anvil unix - - - - 1 anvil
  54. scache unix - - - - 1 scache
  55. maildrop unix - n n - - pipe
  56. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  57. uucp unix - n n - - pipe
  58. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
  59. ($recipient)
  60. ifmail unix - n n - - pipe
  61. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  62. bsmtp unix - n n - - pipe
  63. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender
  64. $recipient
  65. scalemail-backend unix - n n - 2 pipe
  66. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
  67. ${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}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement