Mein System:
Suse 9.0
postfix 2.1.4
courier
mysql
sasl2
Ich habe den Mailserver analog zu dem woody-Howto von http://workaround.org/articles/ispmail-sarge/ eingerichtet. Die Quellen habe ich selber kompiliert.
courier läuft auch einwandfrei (also das Abholen der Mails mit Outlook), dementsprechend kann ich auch Mails empfangen.
Wenn ich aber nun mit meinem MUA eine email verschicken möchte, bekomme ich eine Fehlermeldung 554 relay access denied
Mein mail-log:
Code: Select all
Sep 12 20:44:36 h2778 postfix/smtpd[1924]: connect from pxxxxxx.dip0.t-ipconnect.de[xxx.xxx.xxx.xxx]
Sep 12 20:44:36 h2778 postfix/smtpd[1924]: NOQUEUE: reject: RCPT from pxxxxxxx.dip0.t-ipconnect.de[xxx.xxx.xxx.xxx]: 554 <rcpt@somedomain.de>: Relay access denied; from=<from@thisdomain.de> to=<rcpt@somedomain.de> proto=ESMTP helo=<mycomputer>
Sep 12 20:44:36 h2778 postfix/smtpd[1924]: disconnect from pxxxxxxxx.dip0.t-ipconnect.de[xxx.xxx.xxx.xxx]
Code: Select all
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = mx.meineDomain.de
mydestination = meineDomain.de
mydomain = meineDomain.de
myorigin = $mydomain
unknown_local_recipient_reject_code = 550
mynetworks = 127.0.0.1
smtpd_banner = $myhostname ESMTP
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
>$config_directory/$process_name.$process_id.log & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
alias_maps = $alias_database
relay_domains = $mydestination, mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf mysql:/etc/postfix/mysql-virtual_email2email.cf
#virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /home/postfix/
virtual_gid_maps = static:1000
virtual_uid_maps = static:505
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_sender, reject_unauth_destination
Liebe grüße, Graf Zahl
