hab schon alles hier im forum versucht, nur leider funzt nix so richtig bei mir...
Code: Select all
Aug 13 20:39:53 helios postfix/smtpd[31258]: connect from pD9518C00.dip.t-dialin.net[217.81.140.00]
Aug 13 20:39:53 helios postfix/smtpd[31258]: B464A288174: client=pD9518C00.dip.t-dialin.net[217.81.140.00]
Aug 13 20:39:53 helios postfix/smtpd[31258]: B464A288174: reject: RCPT from pD9518C00.dip.t-dialin.net[217.81.140.00]: 554 <Neo@domain1.de>: Relay access denied; from=<neo@domain2.de> to=<Neo@domain1.de> proto=ESMTP helo=<neo>
Aug 13 20:39:57 helios postfix/smtpd[31258]: disconnect from pD9518C00.dip.t-dialin.net[217.81.140.00]
Auch Outlook liefert mir das:
Code: Select all
'Neo@domain1.de' am 13.08.2003 20:40
554 <Neo@domain1.de>: Relay access denied
Code: Select all
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
setgid_group = postdrop
mydomain = helios.domain1.de
myhostname = helios.domain1.de
myorigin = $mydomain
mydestination = $myhostname, $mydomain, domain2.de, mysql:/etc/postfix/mysql-mydestination.cf
unknown_local_recipient_reject_code = 450
mynetworks = 127.0.0.0/8
relay_domains = $mynetworks
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mailbox_transport = cyrus
fast_flush_domains = $relay_domains
debug_peer_level = 5
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
virtual_maps = mysql:/etc/postfix/mysql-virtual.cf
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
#smtpd_sasl_auth_enable = yes
#smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
#smtpd_sasl_security_options = noanonymous
#smtpd_sasl_local_domain = localhost
#broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
SMTP-AUTH brauch ich nicht wirklich, will das es erstmal ohne geht...
Mails empfangen kann ich, an lokal versenden auch nur nich nach aussen...[/code]
