Current time: 05-17-2024, 09:29 AM Hello There, Guest! (LoginRegister)


Post Reply 
Postfix empfängt keine mails
Author Message
kev1904 Offline
Banned

Posts: 25
Joined: Dec 2009
Post: #1
Postfix empfängt keine mails
bekomme den fehler wenn ich von meiner gmx email eine an mein server schicke

Code:
This is the mail system at host XXX.de.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<info@XXX.de>: unknown user: "info"

hir meine 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                   = XXX.de
mydomain                     = XXX.de.local
myorigin                     = $myhostname

smtpd_banner                 = $myhostname ESMTP ispCP 1.0.5 OMEGA Managed
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/postfix/ispcp/aliases
alias_database               = hash:/etc/postfix/ispcp/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         = proxy:unix:passwd.byname $alias_maps

# 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          = 1000
virtual_uid_maps             = static:1000
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
(This post was last modified: 04-19-2010 12:03 AM by kev1904.)
04-19-2010 12:02 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #2
RE: Postfix empfängt keine mails
myhostname = XXX.de

ist das problem... Kontrollier deine Weblogs und schau in die Troubleshooting section der Dokumentation...
04-19-2010 12:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kev1904 Offline
Banned

Posts: 25
Joined: Dec 2009
Post: #3
RE: Postfix empfängt keine mails
das XXX.de habe ich nur gemacht weil ich die richtige domain nicht zeigen möchte

es ist in wirklichkeit so
Code:
myhostname                   = mail.xxx.de
mydomain                       = mail.xxx.de.local
myorigin                         = $myhostname

update in der mail.err steht

Code:
Apr 18 17:11:48 17883 postfix/virtual[2950]: fatal: unable to use my own hostname
(This post was last modified: 04-25-2010 05:00 AM by kev1904.)
04-19-2010 12:58 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #4
RE: Postfix empfängt keine mails
ok dann schreib nächstes mal bitte "mail.XXX.de"...

mach mal hostname -f
http://www.isp-control.net/documentation...l_problems

gelesen??
(This post was last modified: 04-19-2010 02:42 AM by rbtux.)
04-19-2010 02:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kev1904 Offline
Banned

Posts: 25
Joined: Dec 2009
Post: #5
RE: Postfix empfängt keine mails
Code:
# hostname -f
xxx.de
(This post was last modified: 04-25-2010 05:01 AM by kev1904.)
04-19-2010 02:53 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #6
RE: Postfix empfängt keine mails
poste mal alle infos wie angefordert im link... + /etc/hosts
04-19-2010 02:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kev1904 Offline
Banned

Posts: 25
Joined: Dec 2009
Post: #7
RE: Postfix empfängt keine mails
-------
(This post was last modified: 04-25-2010 05:01 AM by kev1904.)
04-19-2010 03:15 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #8
RE: Postfix empfängt keine mails
mach mal folgendes:

Code:
mv /etc/hosts /etc/hosts.backup
cat > /etc/hosts << EOF
127.0.0.1       localhost.localdomain localhost
EOF
/etc/init.d/postfix restart

falls das nicht hilft: logs, postconf -n wie schon zweimal gefragt...
04-19-2010 03:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kev1904 Offline
Banned

Posts: 25
Joined: Dec 2009
Post: #9
RE: Postfix empfängt keine mails
mir fällt gerade ein das ich zwei ips besitze und einige der seiten über die zweite laufen wie füge ich den eine zweite ip beim postfix ein ??

Code:
# The primary network interface
auto eth0
iface eth0 inet static
address XX.XX.XX.XXX
netmask 255.255.255.0
gateway 84.38.74.1

auto eth0:0
iface eth0:0 inet static
address XX.XX.XX.XXX
netmask 255.255.255.0
gateway 84.38.74.1

---->seite2
(This post was last modified: 04-25-2010 05:02 AM by kev1904.)
04-19-2010 03:28 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #10
RE: Postfix empfängt keine mails
gar nicht...

Es reicht wenn postfix an einer IP lauscht...
04-19-2010 03:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)