> Is there anyway to stop Postfix from sending an e-mail to root everytime it > rejects a message? I have it in cron to just remove that directory every > night because of the mass e-mail that goes there.
In /etc/mail/aliases root: [EMAIL PROTECTED] Then it will send the notifications to you. Back this up with this change to main.cf #notify_classes = resource, software, bounce, delay, policy, protocol notify_classes = resource, software --Eric
