Link to home
Start Free TrialLog in
Avatar of ITMiami
ITMiami

asked on

BIND recursion no; (Can't send mail out with this option)

I set

recursion no;

On my mail server, but we started to have problems no mail would go out, how can I set that and still keep recursion on for all users that are listed on the sendmail "access" (Spam control) file?

I'm running  Sendmail version 8.13.4, config V10/Berkeley & BIND version 9.3.1
Avatar of PsiCop
PsiCop
Flag of United States of America image

Use a View to allow recursion for local hosts, and deny it elsewhere.
Avatar of ITMiami
ITMiami

ASKER

Hello PsiCop

Do you have a sample named.conf with that option?
ASKER CERTIFIED SOLUTION
Avatar of PsiCop
PsiCop
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ITMiami

ASKER

Can I list multiple ip addresses like that
acl "ourhosts" {  192.168.1.154; 192.168.1.222;};

Thanks PsiCop
Yes, you *can* construct your ACL statement as you've described.
Note that "match-clients" needs to be the *first* statement in any "view" block.
Avatar of ITMiami

ASKER

Thanks PsiCop

It worked great...