Portál AbcLinuxu, 6. května 2025 09:23
Zdravim, mam takovy problem. Mam server na kterem bezi postfix, amavis. Server ma primarni IP pres kterou i odesila. Pokud pridam dalsi IP, napriklad vyhrazenou pro jine ucely tak nastava problem tom, ze pote server zacne odesilat pres vyhrazenou IP misto primarni. Jak docilit toho, aby opet odesilal z primarni IP (obe jsou verejne)? Dekuji za rady.
main.cf:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# omezeni defaultne zakazana
#smtpd_client_message_rate_limit = 10
#smtpd_client_connection_rate_limit = 20
#smtpd_client_event_limit_exceptions =
# lokalni dorucovani zprav je zakazano
#local_transport = error:local mail delivery is disabled
# sender bounce
sender_canonical_maps=hash:/etc/postfix/sender_canonical
smtpd_error_sleep_time = 1s
smtpd_soft_error_limit = 10
smtpd_hard_error_limit = 20
maximal_queue_lifetime = 1d
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = example.cz
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = example.cz
mydestination =example.cz localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = ipv4
#amavis
content_filter = smtp-amavis:[127.0.0.1]:10024
Řešení dotazu:
main.cf: content_filter = smtp-amavis:[1.2.3.4]:10024 smtp_bind_address = 1.2.3.4 mynetworks= 1.2.3.4 inet_interfaces = 1.2.3.4 master.cf: 88.208.119.159:10025 inet n - - - - smtpdmrknout do /etc/init.d/amavis kde je demon /usr/sbin/amavisd-new ve kterem upravit:
$inet_socket_bind @inet_acl @mynetworks $notify_method $forward_method $requeue_methodhotovo..
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.