Postfix Problem

  • Thread starter Thread starter [GSP]TwixX
  • Start date Start date

G

[GSP]TwixX

Guest
Hallo,

ich habe folgendes Problem:

mail an mich meine mail adresse:
(bekomme von postfix ne mail zurück)

echnical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table (state 14).


weiß jemand Rat ?:rolleyes:
 
[email protected] ist meine mail Adresse, die habe ich zensiert.

Code:
GSP-Herkules:~# postconf -n
alias_maps = $alias_database
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
mydestination = $mydomain localhost localhost.$mydomain
mydomain = localhost
myhostname = GSP-Herkules
mynetworks = 127.0.0.0/8
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
virtual_alias_domains =
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_alias_maps.cf
virtual_gid_maps = static:2000
virtual_mailbox_base = /var/kunden/mail/
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_mailbox_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailbox_maps.cf
virtual_uid_maps = static:2000

Achja nutze noch SysCP

lg Felix
 
Dass der Name zensiert ist, war schon klar. Postfix kennt ihn trotzdem nicht. Schau in den angegebenen Datenbanken nach, ob die Domain dort korrekt eingetragen ist und ob der Benutzer "info" vorhanden ist.

PS: myhostname muss ein FQDN sein.
 

Back
Top