On Wed, Apr 17, 2002 at 02:28:17PM -0500, John Kerbawy wrote:

> smtpd_recipient_restrictions = check_client_access 
>mysql:/usr/local/etc/postfix/pop3_relay.cf, reject

This is wrong. It must be:
smtpd_recipient_restrictions =
  permit_mynetworks
  check_client_access mysql:/usr/local/etc/postfix/pop3_relay.cf
  reject_unauth_destination
  permit

or
smtpd_recipient_restrictions =
  permit_mynetworks
  check_client_access mysql:/usr/local/etc/postfix/pop3_relay.cf
  check_relay_domains

-- 
Ralf Hildebrandt (Im Auftrag des Referat V A)   [EMAIL PROTECTED]
Charite Campus Virchow-Klinikum                 Tel.  +49 (0)30-450 570-155
Referat V A - Kommunikationsnetze -             Fax.  +49 (0)30-450 570-916
NT: Insert wallet into drive A: and press any key to empty.


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to