Advertisement
Guest User

Untitled

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