Guest User

Untitled

a guest
Jan 3rd, 2011
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ALL : ALL : allow
  2. ALL : 192.168.2.5 : deny
  3. ALL : PARANOID : RFC931 20 : deny
  4. ALL : localhost 127.0.0.1 : allow
  5. ALL : [::1] : allow
  6.  
  7. sendmail : localhost : allow
  8. sendmail : ALL : allow
  9. exim : localhost : allow
  10. exim : ALL : allow
  11. rpcbind : ALL : deny
  12.  
  13. ypserv : localhost : allow
  14. ypserv : ALL : deny
  15. ftpd : localhost : allow
  16. ftpd : ALL : allow
  17.  
  18. fingerd : ALL \
  19. : spawn (echo Finger. | \
  20. /usr/bin/mail -s "tcpd\: %u@%h[%a] fingered me!" root) & \
  21. : deny
  22.  
  23. ALL : ALL \
  24. : severity auth.info \
  25. : twist /bin/echo "You are not welcome to use %d from %h."
Advertisement
Add Comment
Please, Sign In to add comment