To cleanly handle double bounces: 1. Create a dot-qmail file at /var/qmail/mailnames/yourdomain.com/.qmail-doublebounce containing: |exit 0 2. Route double bounces to this file: echo yourdomain.com > /var/qmail/control/doublebouncehost echo doublebounce > /var/qmail/control/doublebounceto Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post [...]
To cleanly handle double bounces:
1. Create a dot-qmail file at /var/qmail/mailnames/yourdomain.com/.qmail-doublebounce containing:
|exit 0
2. Route double bounces to this file:
echo yourdomain.com > /var/qmail/control/doublebouncehost echo doublebounce > /var/qmail/control/doublebounceto