Advertisement
Guest User

Untitled

a guest
May 28th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. root@smtp:~# cat /etc/postfix/main.cf
  2. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  3.  
  4.  
  5. # Debian specific: Specifying a file name will cause the first
  6. # line of that file to be used as the name. The Debian default
  7. # is /etc/mailname.
  8. #myorigin = /etc/mailname
  9.  
  10. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  11. biff = no
  12.  
  13. # appending .domain is the MUA's job.
  14. append_dot_mydomain = no
  15.  
  16. # Uncomment the next line to generate "delayed mail" warnings
  17. #delay_warning_time = 4h
  18.  
  19. readme_directory = no
  20.  
  21. # TLS parameters
  22. #smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
  23. #smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
  24. #smtpd_use_tls=yes
  25. #smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  26. #smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  27.  
  28. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  29. # information on enabling SSL in the smtp client.
  30.  
  31. myhostname = smtp.beetechnology.vpn
  32. alias_maps = hash:/etc/aliases
  33. alias_database = hash:/etc/aliases
  34. mydestination = smtp.beetechnology.vpn, smtp, localhost.beetechnology.vpn, localhost
  35.  
  36. # uncomment to enable final relay
  37. #relayhost = [xterra.websitewelcome.com]
  38. #smtp_sasl_auth_enable=yes
  39. #smtp_sasl_password_maps=hash:/etc/postfix/sasl-passwords
  40. #smtp_sasl_mechanism_filter = digest-md5
  41. #smtp_sasl_mechanism_filter =
  42. #smtp_sasl_security_options=
  43.  
  44. # temporary
  45. #relayhost = [fedex.andrexen.com]
  46. relayhost = 85.118.47.202
  47. #relayhost = 192.185.164.248
  48. #relayhost = mail.beetechnology.fr
  49. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 172.16.171.0/24
  50. mailbox_size_limit = 0
  51. recipient_delimiter = +
  52. inet_interfaces = all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement