Advertisement
Guest User

Untitled

a guest
Feb 19th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. ]# postconf -n
  2. alias_database = $alias_maps
  3. alias_maps = hash:/etc/postfix/aliases
  4. broken_sasl_auth_clients = yes
  5. command_directory = /usr/sbin
  6. config_directory = /etc/postfix
  7. daemon_directory = /usr/lib/postfix
  8. data_directory = /var/lib/postfix
  9. debug_peer_level = 2
  10. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
  11. html_directory = no
  12. inet_interfaces = all
  13. inet_protocols = ipv4
  14. mail_owner = postfix
  15. mailq_path = /usr/bin/mailq
  16. manpage_directory = /usr/share/man
  17. mydestination = $myhostname, localhost.$mydomain, localhost
  18. mydomain = luckey.se
  19. myhostname = mail.luckey.se
  20. mynetworks = 127.0.0.0/8
  21. mynetworks_style = host
  22. myorigin = $mydomain
  23. newaliases_path = /usr/bin/newaliases
  24. queue_directory = /var/spool/postfix
  25. readme_directory = no
  26. relay_domains = $mydestination
  27. relayhost = mail.alltele.net
  28. sample_directory = /etc/postfix/sample
  29. sendmail_path = /usr/sbin/sendmail
  30. setgid_group = postdrop
  31. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
  32. smtpd_sasl_auth_enable = yes
  33. smtpd_sasl_local_domain = $mydomain
  34. smtpd_sasl_path = private/auth
  35. smtpd_sasl_security_options = noanonymous
  36. smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
  37. smtpd_sasl_type = dovecot
  38. smtpd_tls_auth_only = yes
  39. smtpd_tls_cert_file = /etc/ssl/certs/server.crt
  40. smtpd_tls_key_file = /etc/ssl/private/server.key
  41. smtpd_tls_loglevel = 1
  42. unknown_local_recipient_reject_code = 550
  43. virtual_alias_domains = $mydomain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement