Hi all,
 
[EMAIL PROTECTED] wrote:
> Hello,
554 <[EMAIL PROTECTED]>: Relay access denied;
from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]>

You have in your main.cf:
smtpd_recipient_restrictions = reject_unauth_destination,[..]

 From postfix documentation:
  reject_unauth_destination
     Reject the request unless one of the following is true:
         * the resolved destination address matches $relay_domains or a
subdomain thereof, and the address contains no sender-specified routing
([EMAIL PROTECTED]@domain),
         * Postfix is the final destination: any destination that matches
$mydestination, $inet_interfaces, $virtual_alias_domains, or
$virtual_mailbox_domains.
     The relay_domains_reject_code parameter specifies the response code for
rejected requests (default: 554).

First condition isn't true because you have no relay_domains in main.cf
Second condition isn't true because you your postfix isn't MX for
hotmail.com domain i gues.

Please read this http://www.postfix.org/uce.html

rgds,
Lukasz

Should be the permit_sasl_autenticated at the top of the list?
Then if he is authenticated whithin pam_mysql he can relay mails.

Greets Marcel

_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to