PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Postfix DynDNS



Pasulke
24.09.02, 22:16
Hallo, ich schaff's nicht über DynDNS Mail zu empfangen. Im Mail-Log steht:

Sep 24 21:13:14 linux postfix/smtpd[4790]: reject: RCPT from mx0.gmx.net[213.165.64.100]: 554 <admin@aureal.ath.cx>: Recipient address rejected: Relay access denied; from=<meinname@gmx.de> to=<admin@aureal.ath.cx>

Schaut so aus, als ob mein Rechner die Mail nicht annimmt. Hab schon diverse Einstellungen in Postfix versucht, leider ohne Erfolg. Nun sei Ihr meine letzte Hoffnung!

Die DynDNS-Domain lautet: aureal.ath.cx
Der Rechner: linux
Die Domain: local.de
System: SuSE 8

Die main.cf:

#soft_bounce = no

queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix

mail_owner = postfix

#default_privs = nobody

myhostname = linux.local.de
#myhostname = virtual.domain.name
mydomain = local.de
#myorigin = $myhostname
#myorigin = $mydomain

inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost

mydestination = $myhostname, localhost.$mydomain, linux.local.de, aureal.ath.cx
#mydestination = $myhostname, localhost.$mydomain $mydomain
#mydestination = $myhostname, localhost.$mydomain, $mydomain,
# mail.$mydomain, www.$mydomain, ftp.$mydomain

#mynetworks_style = class
#mynetworks_style = subnet
#mynetworks_style = host

#mynetworks = 168.100.189.0/28, 127.0.0.0/8
#mynetworks = $config_directory/mynetworks
#mynetworks = hash:/etc/postfix/network_table

relay_domains = $mydestination

#relayhost = $mydomain
#relayhost = gateway.my.domain
#relayhost = uucphost
#relayhost = [an.ip.add.ress]

#local_recipient_maps = $alias_maps unix:passwd.byname

#in_flow_delay = 1s

#alias_maps = dbm:/etc/aliases
alias_maps = hash:/etc/aliases
#alias_maps = hash:/etc/aliases, nis:mail.aliases
#alias_maps = netinfo:/aliases

#alias_database = dbm:/etc/aliases
#alias_database = dbm:/etc/mail/aliases
alias_database = hash:/etc/aliases
#alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases

#recipient_delimiter = +

#home_mailbox = Mailbox
#home_mailbox = Maildir/

#mail_spool_directory = /var/mail
#mail_spool_directory = /var/spool/mail

#mailbox_command = /some/where/procmail
#mailbox_command = /some/where/procmail -a "$EXTENSION"

#mailbox_transport = lmtp:unix:/file/name
#mailbox_transport = cyrus

#fallback_transport = lmtp:unix:/file/name
#fallback_transport = cyrus
#fallback_transport =

#luser_relay = $user@other.host
#luser_relay = $local@other.host
#luser_relay = admin+$local

#header_checks = regexp:/etc/postfix/header_checks

#fast_flush_domains = $relay_domains
#fast_flush_domains =

smtpd_banner = $myhostname ESMTP $mail_name
#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)

#local_destination_concurrency_limit = 2
#default_destination_concurrency_limit = 10

debug_peer_level = 2

#debug_peer_list = 127.0.0.1
#debug_peer_list = some.domain

debugger_command =
PATH=/usr/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5

sendmail_path = /usr/sbin/sendmail

newaliases_path = /usr/sbin/sendmail

mailq_path = /usr/bin/mailq

setgid_group = maildrop

manpage_directory = /usr/share/man

sample_directory = /etc/postfix

readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
mail_name = Postfix on SuSE Linux 8.0 (i386)
sender_canonical_maps = hash:/etc/postfix/sender_canonical
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
smtpd_sender_restrictions = hash:/etc/postfix/access
transport_maps = hash:/etc/postfix/transport
masquerade_exceptions = root
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter = vscan:

[LF]maro
24.09.02, 22:49
Hi,

kann Dir da zwar nicht viel weiterhelfen aber ist den local.de Deine Domain

Domaindaten
Domainname: local.de
Domaininhaber: Multimedia Service GmbH
Nameserver: ns1.bitpoint.de
Nameserver: ns2.bitpoint.de
Status: konnektiert
Letzte Aktualisierung: Montag, 25. Februar 2002
Stand Datenbank: Dienstag, 24. September 2002


Versuch es mal mit einer nicht Internet spezifischen Domain z.b. local-net oder so

gruß
maro

Pasulke
24.09.02, 22:58
Nein, das ist nicht meine Domain, meine private Domain heisst nur genauso. Werde den Namen mal ändern, obwohl ich glaube das isses nicht, da die Mail ja bis zu mir durchkommt und nur nicht angenommen wird.

Vielen Dank für die schnelle Antwort

bom
25.09.02, 13:03
poste bitte mal einen # postconf -n

Jasper
25.09.02, 13:37
Original geschrieben von bom
poste bitte mal einen # postconf -n

yep. es macht keinen spass sich duch unnütze kommentare durchzuwühlen.

zum problem:

du definierst mydestination zweimal:

mydestination = $myhostname, localhost.$mydomain, linux.local.de, aureal.ath.cx
mydestination = $myhostname, localhost.$mydomain

das letze ist gültig. damit wird keine mail an aureal.ath.cx lokal angenommen.

relay_domains = $mydestination

damit wird die mail auch nicht relayed, ergo wird sie rejected.

du solltest deine config logisch aufbauen, das vermeidet solche fehler. und es sollte klar sein, welche mail lokal zugestellt und welche relayed wird. postfix ist da sehr flexibel, aber zur fehlervermeidung sollte man seine config eindeutig gestalten.

-j

Pasulke
25.09.02, 19:38
Es läuft !!!
Vielen Dank

Der zweite Eintrag mit 'mydestination', woher kommt der denn ? Evtl. Yast2 ?