Postfix+MYSQL smtpd_recipient_restrictions nicht Funklt.

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
skycrack
Beiträge: 6
Registriert: 02.09.2004 23:59:04

Postfix+MYSQL smtpd_recipient_restrictions nicht Funklt.

Beitrag von skycrack » 06.09.2004 22:37:05

Hallo,

Nachdem der Posfix nun gegen die Mysql Datenbank laeuft, habe ich noch das Problem, dass die restrictions tables irgendwie nicht funktionieren.

in der main.cf steht :
---
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-recipient.cf, reject_unauth_destination, permit

smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-sender.cf
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-client.cf

---
die mysl abfrage kommt lt. log auch bei der datenbamk an.

die table sieht wie folgt aus:
mysql> select * FROM postfix_access;
+----+---------------+--------+-----------+
| id | source | access | type |
+----+---------------+--------+-----------+
| 1 | 192.168.90.10 | OK | client |
| 2 | 192.168.90.10 | OK | sender |
| 3 | 192.168.90.10 | OK | recipient |
+----+---------------+--------+-----------+

trotzdem bekomme ich ein :

reject: RCPT from unknown[192.168.90.10]: 554 <outside@outside.de>: Relay access denied; from=<jens@local> to=<outside@outsidee> proto=ESMTP helo=<hartmann>

trage ich die ip in mynetworks ein, geht es.
Das ganze ist auf 2 systemen mit gleichem resultat

Hat jemand eine Idee? Danke MfG
--
DOS WIN Danja

Antworten