>I have a couple of questions. >1. Do I just need to do a "postfix stop" to change my RBLs and then >issue a "postfix start"?
"postfix reload" will re-read main.cf >2. My mail administrator no longer wants to receive the messages >regarding bounces and such. What are the consequences of turning this >off in main.cf? well, somebody should watch the pflogsumm and spam-stats reports. >Should I just comment out those lines with a "#"? you can reduce the values in # postconf | grep notify notify_classes = resource,software and also send one of more of these to devnull: # postconf -d | grep notice_recipient 2bounce_notice_recipient = postmaster bounce_notice_recipient = postmaster delay_notice_recipient = postmaster error_notice_recipient = postmaster Running your mailserver with nobody monitoring anything is not recommended. Len
