ispCP - Board - Support
[ERLEDIGT keine RÜCKMELDUNG]Probleme beim E-Mail Empfang - 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)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [ERLEDIGT keine RÜCKMELDUNG]Probleme beim E-Mail Empfang (/thread-8548.html)

Pages: 1 2


[ERLEDIGT keine RÜCKMELDUNG]Probleme beim E-Mail Empfang - Freakathome - 11-24-2009 10:33 PM

Hallo liebe Community.
Ich habe folgendes Problem:

Ich habe vor ein paar Wochen ISPCP 1.0.3 installiert, auf m einem Debian Lenny, 64 Bit (Hetzner.de EQ4), nun will ISPCP die E-Mails nicht empfangen.

Senden der E-Mails ist weiterhin möglich, nur die email kommt nicht an...

Das bekommt man wenn man eine E-mail sendet, vom Server zurück:
Quote: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"

Er beschreibt ja, das der user "info" unbekannt ist, wie kann ich das Berichtigen?
Neu starten der E-Mail Software bewirkt keinen Effekt.

Bitte dringend um Hilfe,
Freakathome


RE: Probleme beim E-Mail Empfang - gOOvER - 11-24-2009 10:39 PM

Was sagen die Logs genau?


RE: Probleme beim E-Mail Empfang - Freakathome - 11-24-2009 11:02 PM

Wenn du mir sagst wo ich die genau finde, bin heute ein wenig neben der Spur


RE: Probleme beim E-Mail Empfang - gOOvER - 11-24-2009 11:08 PM

Ähm, ja. /var/logs


RE: Probleme beim E-Mail Empfang - Freakathome - 11-24-2009 11:16 PM

{Eintrag Nachträglich Entfernt}


RE: Probleme beim E-Mail Empfang - BeNe - 11-24-2009 11:39 PM

Der erste Quote mit Postgrey ist völlig in Ordnung.
Postgrey macht genau das was es soll und es sind auch keine Fehler zu sehen.

Bei dem zweiten Quote:
Code:
warning: do not list domain xxxxx.de in BOTH mydestination and virtual_mailbox_domains
Poste mal deine Postfix Config
Code:
postconf -n

Greez BeNe


RE: Probleme beim E-Mail Empfang - Freakathome - 11-24-2009 11:44 PM

Alles klar, wie gewünscht, bittesehr ;D

Quote:alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
inet_interfaces = all
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
local_transport = local
mail_spool_directory = /var/mail
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
message_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = xxxxxxxxx.de
myhostname = xxxxxxxxx.de
mynetworks_style = host
myorigin = $myhostname
recipient_delimiter = +
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0.2 OMEGA Managed
smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname
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_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, permit_mynetworks, permit_sasl_authenticated
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 1001
virtual_transport = virtual
virtual_uid_maps = static:1001



RE: Probleme beim E-Mail Empfang - BeNe - 11-24-2009 11:50 PM

Quote:mydomain = xxxxxxxxx.de
myhostname = xxxxxxxxx.de
Ist deine Domain = dem hostname des Server ?
wenn dann sollte es ja "domain.tld" und "hostname.domain.tld" sein.

Wegen der "info" Adresse, existiert diese auch ? Ist das ein Alias ?
Was hat die Mail mit "orig_to=<root>" am Hut ?

Greez BeNe


RE: Probleme beim E-Mail Empfang - Freakathome - 11-24-2009 11:53 PM

hostname ist = domain bei mir.


Wegen der "info" Adresse, existiert diese auch ? Ist das ein Alias ?
=> diese Info adresse ist im ISPCP bei der Domain eingetragen, ist info@xxxxx.de

Was hat die Mail mit "orig_to=<root>" am Hut ?
=> Keine Ahnung.


RE: Probleme beim E-Mail Empfang - gOOvER - 11-25-2009 12:50 AM

Mail-error.log?