Hi all, I'm very new to postfix but was able to have a small working postfix configuration on my Conceptronic NAS with a Debian etch OS.
In main.cf I have: smtpd_client_restrictions = permit_mynetworks, reject_rbl_client zen.spamhaus.org=127.0.0.10, reject_rbl_client zen.spamhaus.org=127.0.0.11, reject_rbl_client zen.spamhaus.org Now everything is working just fine but when I want to send mail through my mobile connection it is blocked by ZEN: Log shows: Aug 2 23:20:19 mail postfix/smtpd[29483]: NOQUEUE: reject: RCPT from unknown[62.140.137.157]: 554 5.7.1 Service unavailable; Client host [62.140.137.157] blocked using zen.spamhaus.org=127.0.0.11; IP Address Lookup (http://www.spamhaus.org/query/bl?ip=62.140.137.157) 62.140.137.157 is listed in the SBL, in the following records:* SBL74101 62.140.137.157 is listed in the PBL, in the following records:* PBL266985 62.140.137.157 is listed in the XBL, because it appears in:* CBL I know it is blocked for a very good reason but now I (and other users) can't send mail with the mobilephone. Can I: smtpd_client_restrictions = permit_mynetworks, permit_62.140.137.157 reject_rbl_client zen.spamhaus.org=127.0.0.10, reject_rbl_client zen.spamhaus.org=127.0.0.11, reject_rbl_client zen.spamhaus.org or something like that in my main.cf ? And how should I put it there to work or is it indeed unwise to permit it and should I walk other ways to make it work ... Thanks for your time and answer, Edwin Minneboo