ispCP - Board - Support
Postfix empfängt keine mails - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Postfix empfängt keine mails (/thread-10452.html)

Pages: 1 2


Postfix empfängt keine mails - kev1904 - 04-19-2010 12:02 AM

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



RE: Postfix empfängt keine mails - rbtux - 04-19-2010 12:41 AM

myhostname = XXX.de

ist das problem... Kontrollier deine Weblogs und schau in die Troubleshooting section der Dokumentation...


RE: Postfix empfängt keine mails - kev1904 - 04-19-2010 12:58 AM

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



RE: Postfix empfängt keine mails - rbtux - 04-19-2010 02:41 AM

ok dann schreib nächstes mal bitte "mail.XXX.de"...

mach mal hostname -f
http://www.isp-control.net/documentation/de:debugging_e-mail_problems

gelesen??


RE: Postfix empfängt keine mails - kev1904 - 04-19-2010 02:53 AM

Code:
# hostname -f
xxx.de



RE: Postfix empfängt keine mails - rbtux - 04-19-2010 02:54 AM

poste mal alle infos wie angefordert im link... + /etc/hosts


RE: Postfix empfängt keine mails - kev1904 - 04-19-2010 03:15 AM

-------


RE: Postfix empfängt keine mails - rbtux - 04-19-2010 03:18 AM

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...


RE: Postfix empfängt keine mails - kev1904 - 04-19-2010 03:28 AM

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


RE: Postfix empfängt keine mails - rbtux - 04-19-2010 03:29 AM

gar nicht...

Es reicht wenn postfix an einer IP lauscht...