Guest User

Untitled

a guest
Jul 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  2. # Debian specific: Specifying a file name will cause the first
  3. # line of that file to be used as the name. The Debian default
  4. # is /etc/mailname.
  5. #myorigin = /etc/mailname
  6. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  7. biff = no
  8. # appending .domain is the MUA's job.
  9. append_dot_mydomain = no
  10. # Uncomment the next line to generate "delayed mail" warnings
  11. #delay_warning_time = 4h
  12. readme_directory = no
  13. # TLS parameters
  14. #smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
  15. #smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
  16. #smtpd_use_tls=yes
  17. #smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  18. #smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  19. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  20. # information on enabling SSL in the smtp client.
  21. myhostname = tux24.bancada2.netlab.fe.up.pt
  22. alias_maps = hash:/etc/aliases
  23. alias_database = hash:/etc/aliases
  24. myorigin = /etc/mailname
  25. mydestination = bancada2.netlab.fe.up.pt localhost
  26. relayhost =
  27. mynetworks = 127.0.0.0/8 172.16.1.0/24 172.16.10.0/24
  28. #mydomain=bancada2.netlab.fe.up.pt
  29. mailbox_size_limit = 0
  30. recipient_delimiter = +
  31. inet_interfaces = all
  32. home_mailbox = Maildir/
  33. mailbox_command =
Add Comment
Please, Sign In to add comment