SHARE
TWEET

Untitled

a guest May 26th, 2012 16 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [root@www postfix]# postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. broken_sasl_auth_clients = yes
  5. command_directory = /usr/sbin
  6. config_directory = /etc/postfix
  7. daemon_directory = /usr/libexec/postfix
  8. debug_peer_level = 2
  9. disable_vrfy_command = yes
  10. html_directory = no
  11. mailq_path = /usr/bin/mailq.postfix
  12. manpage_directory = /usr/share/man
  13. mydestination = $myhostname, localhost.$mydomain, localhost
  14. mydomain = os-velten.de
  15. myhostname = www.os-velten.de
  16. myorigin = $mydomain
  17. newaliases_path = /usr/bin/newaliases.postfix
  18. readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  19. recipient_delimiter = +
  20. relay_domains = $mydestination
  21. sample_directory = /usr/share/doc/postfix-2.3.3/samples
  22. sendmail_path = /usr/sbin/sendmail.postfix
  23. setgid_group = postdrop
  24. smtp_tls_loglevel = 1
  25. smtp_use_tls = yes
  26. smtpd_banner = $myhostname ESMTP $mail_name
  27. smtpd_recipient_restrictions = permit_mynetworks check_relay_domains permit_inet_interfaces reject_unauth_destination
  28. smtpd_sasl_auth_enable = yes
  29. smtpd_sasl_local_domain = $myhostname
  30. smtpd_tls_CAfile = /etc/pki/postfix/certs/CAcert.pem
  31. smtpd_tls_cert_file = /etc/pki/postfix/certs/cert.pem
  32. smtpd_tls_key_file = /etc/pki/postfix/private/key.pem
  33. smtpd_tls_received_header = yes
  34. smtpd_use_tls = yes
  35. unknown_local_recipient_reject_code = 550
  36. virtual_alias_maps = hash:/etc/aliases, ldap:/etc/postfix/ldapdistlist.cf
  37. virtual_mailbox_domains = os-velten.de, schueler.os-velten.de, extern.os-velten.de
  38. virtual_mailbox_maps = ldap:/etc/postfix/ldapvirtual.cf
  39. virtual_transport = lmtp:127.0.0.1:2003
  40. [root@www postfix]#
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