Postifx, alle ~10 Sekunden Log Eintrag

fragger1991

New Member
Hallo,

ich habe eben mal wieder meine Logs geprüft, da diese eben gerade rotiert wurden, sind mir diese Meldungen doch ziemlich ins Auge gesprungen da die Logs eigentlich nur aus diesen bestehen.

mail.log
Code:
Mar 13 17:42:51 hostname postfix/smtpd[24560]: warning: meine.ip.adr.esse: address not listed for hostname tld.de
Mar 13 17:42:51 hostname postfix/smtpd[24560]: connect from unknown[meine.ip.adr.esse]
Mar 13 17:42:51 hostname postfix/smtpd[24560]: lost connection after CONNECT from unknown[meine.ip.adr.esse]
Mar 13 17:42:51 hostname postfix/smtpd[24560]: disconnect from unknown[meine.ip.adr.esse]

main.cf
Code:
# Postfix directory settings; These are critical for normal Postfix MTA functionallity
command_directory            = /usr/sbin
daemon_directory             = /usr/lib/postfix

# Some common configuration parameters
inet_interfaces              = all
mynetworks_style             = host

myhostname                   = mail.andere-tld-als-bei-mail_log.de
mydomain                     = andere-tld-als-bei-mail_log.de.local
myorigin                     = $myhostname

smtpd_banner                 = $myhostname
setgid_group                 = postdrop

# Receiving messages parameters
mydestination                = $myhostname, $mydomain
append_dot_mydomain          = no
append_at_myorigin           = yes
local_transport              = local
virtual_transport            = virtual
transport_maps               = hash:/etc/postfix/ispcp/transport
alias_maps                   = hash:/etc/aliases
alias_database               = hash:/etc/aliases

# Delivering local messages parameters
mail_spool_directory         = /var/mail

# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit           = 0
mailbox_command              = procmail -a "$EXTENSION"

# Message size limit
# => 0 for unlimited
# => 104857600 for 100 MB
message_size_limit           = 0

biff                         = no
recipient_delimiter          = +

local_destination_recipient_limit = 1
local_recipient_maps         = unix:passwd.byname $alias_database

# ispCP Autoresponder parameters
ispcp-arpl_destination_recipient_limit = 1

# Delivering virtual messages parameters
virtual_mailbox_base         = /var/mail/virtual
virtual_mailbox_limit        = 0

virtual_mailbox_domains      = hash:/etc/postfix/ispcp/domains
virtual_mailbox_maps         = hash:/etc/postfix/ispcp/mailboxes

virtual_alias_maps           = hash:/etc/postfix/ispcp/aliases

virtual_minimum_uid          = 1001
virtual_uid_maps             = static:1001
virtual_gid_maps             = static:8

# SASL paramters
smtpd_sasl_auth_enable       = yes
smtpd_sasl_security_options  = noanonymous
smtpd_sasl_local_domain      =
broken_sasl_auth_clients     = yes

smtpd_helo_required          = yes

smtpd_helo_restrictions      = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_invalid_helo_hostname,
                               reject_non_fqdn_helo_hostname

smtpd_sender_restrictions    = reject_non_fqdn_sender,
                               reject_unknown_sender_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated

smtpd_recipient_restrictions = reject_non_fqdn_recipient,
                               reject_unknown_recipient_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination,
                               reject_unlisted_recipient,
                               check_policy_service inet:127.0.0.1:12525,
                               check_policy_service inet:127.0.0.1:60000,
                               permit

smtpd_data_restrictions      = reject_multi_recipient_bounce,
                               reject_unauth_pipelining

# TLS parameters; activate, if avaible/used
#smtpd_tls_security_level    = may
#smtpd_tls_loglevel          = 2
#smtpd_tls_cert_file         = /etc/postfix/cert.pem
#smtpd_tls_key_file          = /etc/postfix/privkey.pem
#smtpd_tls_auth_only         = no
#smtpd_tls_received_header   = yes

# AMaViS parameters; activate, if available/used
#content_filter               = amavis:[127.0.0.1]:10024

# Quota support; activate, if available/used
#virtual_create_maildirsize     = yes
#virtual_mailbox_extended       = yes
#virtual_mailbox_limit_maps     = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
#virtual_mailbox_limit_override = yes
#virtual_maildir_limit_message  = "The user you're trying to reach is over mailbox quota."
#virtual_overquota_bounce       = yes

hosts
Code:
# 'hosts' file configuration.

127.0.0.1	andere-tld-als-bei-mail_log.de	localhost
meine.ip.adr.esse	andere-tld-als-bei-mail_log.de	andere-tld-als-bei-mail_log.de
::ffff:meine.ip.adr.esse	andere-tld-als-bei-mail_log.de	andere-tld-als-bei-mail_log.de
meine.2.ipadr.esse	andere-tld-als-bei-mail_log.de	andere-tld-als-bei-mail_log.de
::ffff:meine.2.ipadr.esse	andere-tld-als-bei-mail_log.de	andere-tld-als-bei-mail_log.de
::1	ip6-localhost ip6-loopback
fe00::0	ip6-localnet
ff00::0	ip6-mcastprefix
ff02::1	ip6-allnodes
ff02::2	ip6-allrouters
ff02::3	ip6-allhosts

Nun frage ich mich, warum bekomme ich die Meldung alle ~10 Sekunden und wie kann ich das verhindern?!

OS: Debian Lenny
ACP: ispCP 1.0.7

Vielen Dank!
 
Last edited by a moderator:
Es fehlen "localhost" und "localhost.$mydomain" in $mydestination

Hilft leider nicht, einträge erscheinen weiterhin.

Kann es vielleicht an hosts liegen?!

Code:
# 'hosts' file configuration.

127.0.0.1	andere-tld-als-bei-mail_log.de	localhost
meine.ip.adr.esse	andere-tld-als-bei-mail_log.de	andere-tld-als-bei-mail_log.de
::ffff:meine.ip.adr.esse	andere-tld-als-bei-mail_log.de	andere-tld-als-bei-mail_log.de
meine.2.ipadr.esse	andere-tld-als-bei-mail_log.de	andere-tld-als-bei-mail_log.de
::ffff:meine.2.ipadr.esse	andere-tld-als-bei-mail_log.de	andere-tld-als-bei-mail_log.de
::1	ip6-localhost ip6-loopback
fe00::0	ip6-localnet
ff00::0	ip6-mcastprefix
ff02::1	ip6-allnodes
ff02::2	ip6-allrouters
ff02::3	ip6-allhosts
 
Last edited by a moderator:
Oh mann sorry, wir helfen ja wirklich gerne, aber wenn Du uns nur lauter zerstümmelte Logs und Configs bringst gehts halt nicht.

Einfach mal alle IPs und Hostnamen so lassen wie sie sind, dann können wir auch was erkennen. :rolleyes:

Grüsse
 
Was soll das ".local" bei $mydomain? Ist der Mailserver nun öffentlich oder steht er in Deinem LAN?
 
Oh mann sorry, wir helfen ja wirklich gerne, aber wenn Du uns nur lauter zerstümmelte Logs und Configs bringst gehts halt nicht.

Einfach mal alle IPs und Hostnamen so lassen wie sie sind, dann können wir auch was erkennen. :rolleyes:

Grüsse
Ich beziehe mich lediglich auf 2 IPs und 2 Domains.

Domain 1: tld.de
Domain 2: andere-tld-als-bei-mail_log.de
IP 1: meine.ip.adr.esse
IP 2: meine.2.ipadr.esse

Wenn ich Dinge aus dem Zusammenhang reißen kann, tu ich das auch ;)
Es muss ja schließlich nicht jeder wissen um welche Domains bzw. Server es geht, es könnten desweiteren ja auch Kundendaten sein?

Desweiteren geht es ja nicht um die Daten an und für sich im Log File sondern lediglich die Frage warum er das tut, die Daten aus dem Log sind also insoweit irrelevant wie es nicht die Meldungen an und für sich betrifft.

Was soll das ".local" bei $mydomain? Ist der Mailserver nun öffentlich oder steht er in Deinem LAN?
Es handelt sich um einen öffentlichen Dedicated Server mit einer ispCP Installation und deren entsprechenden Konfiguration.

Jedoch fruchtet der Mail Versand und Empfang ja, weshalb das wohl nicht ausschlaggebend ist.
 
Back
Top