Hallo
folgendes. Bisher kamen E-Mails von Twago an. Seit paar Wochen nicht mehr. Hatte nie drauf geachtet, aber nun ist es mir aufgefallen ... ich versteh nur nicht wieso
Also klar - "Client host rejected: cannot find your hostname", sagt mir schon welcher Fehler da ist.
Hier der Log:
Hoffe mir kann da einer Helfen, warum die Mails jetzt nicht mehr ankommen
Postfix main.cf
Danke für die Hilfe
folgendes. Bisher kamen E-Mails von Twago an. Seit paar Wochen nicht mehr. Hatte nie drauf geachtet, aber nun ist es mir aufgefallen ... ich versteh nur nicht wieso
Also klar - "Client host rejected: cannot find your hostname", sagt mir schon welcher Fehler da ist.
Hier der Log:
Code:
Jul 29 15:10:52 eug01 postfix/smtpd[19668]: NOQUEUE: reject: RCPT from unknown[208.117.48.206]: 450 4.7.1 Client host rejected: cannot find your hostname, [208.117.48.206]; from=<bounces+63969-2875-info=meinedomain.tld@smtp.twago.de> to=<info@meinedomain.tld> proto=SMTP helo=<o1.smtp.twagos.com>
Jul 29 15:10:52 eug01 postfix/smtpd[19668]: lost connection after RCPT from unknown[208.117.48.206]
Jul 29 15:10:52 eug01 postfix/smtpd[19668]: disconnect from unknown[208.117.48.206]
Hoffe mir kann da einer Helfen, warum die Mails jetzt nicht mehr ankommen
Postfix main.cf
Code:
# Postfix programs paths settings
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
sendmail_path = /usr/sbin/sendmail
mydomain = eug01
myhostname = eug01
mydestination = $myhostname,
$mydomain,
localhost.$myhostname,
localhost.$mydomain,
localhost
mynetworks = 127.0.0.0/8
inet_interfaces = all
append_dot_mydomain = no
biff = no
# Postfix performance settings
default_destination_concurrency_limit = 20
local_destination_concurrency_limit = 2
# SMTPD Settings
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
check_client_access hash:/etc/postfix/whitelist
reject_unauth_destination,
reject_unauth_pipelining,
reject_non_fqdn_recipient,
smtpd_sender_restrictions = permit_mynetworks,
reject_sender_login_mismatch,
permit_sasl_authenticated,
reject_unknown_helo_hostname,
reject_unknown_recipient_domain,
reject_unknown_sender_domain
smtpd_client_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unknown_client_hostname
# Maximum size of Message in bytes (50MB)
message_size_limit = 52428800
## SASL Auth Settings
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
# Virtual delivery settings
virtual_mailbox_base = /var/customers/mail/
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailbox_maps.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_mailbox_domains.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_alias_maps.cf
smtpd_sender_login_maps = mysql:/etc/postfix/mysql-virtual_sender_permissions.cf
virtual_uid_maps = static:2000
virtual_gid_maps = static:2000
# Local delivery settings
local_transport = local
alias_database = hash:/etc/aliases
alias_maps = $alias_database
# Default Mailbox size, is set to 0 which means unlimited!
mailbox_size_limit = 0
virtual_mailbox_limit = 0
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
relayhost =
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
ddd $daemon_directory/$process_name $process_id & sleep 5
Danke für die Hilfe