Hi Jon,

> DEBUG: saved fd: numi = 0, connfd = 4
> connection from: 127.0.0.1 port: 59581 slots: 0 of 4096 used

                    ^^^^^^^^^

> DEBUG: fd: 4 select(): fd 4 is ready for read
> DEBUG: fd: 4 connection got an EOF, data_read = 0
> DEBUG: fd: 4 shutting down fd 4
> Problem is im not seeing anything when a client connects to the smtpd on 
> 25 (so postfix isnt connecting to policyd)
>  
> Here's my test box's main.cf
>  
> smtpd_sasl_auth_enable = yes
> broken_sasl_auth_clients = yes
>  
> smtpd_recipient_restrictions = permit_mynetworks,

Your problem is probably ->      ^^^^^^^^^^^^^^^^^^
>                                reject_unlisted_recipient,
>                                reject_unauth_destination,
>                                check_policy_service inet:127.0.0.1:10031
>                                permit_sasl_authenticated


smtpd_recipient_restrictions =
   check_policy_service inet:127.0.0.1:10031
   permit_sasl_authenticated
   permit_mynetworks
   reject_unlisted_recipient
   reject_unauth_destination

Regards,
Cami


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to