Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- smtpd_banner = $myhostname
- biff = no
- inet_interfaces = all
- queue_run_delay = 100
- maximal_queue_lifetime = 1
- minimal_backoff_time = 10
- maximal_backoff_time = 100
- append_dot_mydomain = yes
- delay_warning_time = 4h
- myhostname = mail.(МойДомен).com
- alias_maps = hash:/etc/aliases
- alias_database = hash:/etc/aliases
- masquerade_domains = (МойДомен).com, (МойДомен).by
- myorigin = /etc/mailname
- mydestination = (МойДомен).com, mail.(МойДомен).com, localhost, localhost.localdomain, (МойДомен).by, mail.(МойДомен).by
- virtual_maps = hash:/etc/postfix/maps/virtual
- transport_maps = hash:/etc/postfix/maps/transport
- mynetworks = 127.0.0.0/8, 192.168.90.0/24 , 192.168.0.0/16
- relay_domains = 192.168.90.124
- home_mailbox = Maildir/
- mailbox_command =
- mailbox_size_limit = 0
- recipient_delimiter = +
- smtpd_recipient_limit = 128
- disable_vrfy_command = yes
- strict_rfc821_envelopes = yes
- invalid_hostname_reject_code = 554
- maps_rbl_reject_code = 554
- multi_recipient_bounce_reject_code = 554
- non_fqdn_reject_code = 554
- relay_domains_reject_code = 554
- unknown_address_reject_code = 554
- unknown_client_reject_code = 554
- unknown_hostname_reject_code = 554
- unknown_local_recipient_reject_code = 554
- unknown_relay_recipient_reject_code = 554
- unknown_sender_reject_code = 554
- unknown_virtual_alias_reject_code = 554
- unknown_virtual_mailbox_reject_code = 554
- unverified_recipient_reject_code = 554
- unverified_sender_reject_code = 554
- smtpd_sender_restrictions =
- check_sender_access hash:/etc/postfix/whitelist,
- permit_sasl_authenticated,
- permit_mynetworks,
- reject_non_fqdn_sender,
- reject_unknown_sender_domain,
- permit
- smtpd_recipient_restrictions =
- permit_mynetworks,
- reject_unauth_destination,
- reject_non_fqdn_hostname,
- reject_non_fqdn_sender,
- reject_non_fqdn_recipient,
- reject_unauth_destination,
- reject_unauth_pipelining,
- reject_invalid_hostname,
- #amavis
- content_filter = amavis:[127.0.0.1]:10024
- receive_override_options = no_address_mappings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement