yum install openldap-servers
cd /usr/share/openldap/migration
run the migration scripts
RHCA Study Notes
These are my RHCA study notes, feel free to use them but do not expect them to be 100% accurate!
Thursday 13 September 2012
Wednesday 12 September 2012
encrypt documents
To encrypt you will need to have the persons public key available to you so you can import it
#gpg --import public-key.gpg
Encrypt a document
#gpg --output document.gpg --encrypt --recipient username@example.com document
Tuesday 11 September 2012
use the Real-time Blackhole List (RBL) via DNS
Sendmail
Edit /etc/mail/sendmail.mc and add
FEATURE(`dnsbl', `dnsbl.example.com', `you have been rejected mofo')dnl
#make -C /etc/mail
#service sendmail restart
Postfix
#postconf -e "smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, reject_rbl_client dnsbl.example.com"
#service postfix restart
Edit /etc/mail/sendmail.mc and add
FEATURE(`dnsbl', `dnsbl.example.com', `you have been rejected mofo')dnl
#make -C /etc/mail
#service sendmail restart
Postfix
#postconf -e "smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, reject_rbl_client dnsbl.example.com"
#service postfix restart
Subscribe to:
Posts (Atom)