nerdexam
Red_Hat

RH302 · Question #151

20: Configure to allow the pop3 and imap connection from your domain example.com and my133t.org domain.

Answers: 1. vi /etc/hosts.deny dovecot:ALL EXCEPT .example.com, .my133t.org We can secure the services using tcp_wrappers. There are main two files, /etc/hosts.allow and /etc/hosts.deny. There will be three stage access checking

Security

Question

20: Configure to allow the pop3 and imap connection from your domain example.com and my133t.org domain.

Explanation

Answers:

  1. vi /etc/hosts.deny dovecot:ALL EXCEPT .example.com, .my133t.org We can secure the services using tcp_wrappers. There are main two files, /etc/hosts.allow and /etc/hosts.deny. There will be three stage access checking

Topics

#POP3#IMAP#TCP wrappers#mail access control

Community Discussion

No community discussion yet for this question.

Full RH302 Practice