1. Login onto the Qmail server.
2. Create a catchall mailbox like catchall@
3. Find out the domain directory with the command below-
[root@mail ~]# ~vpopmail/bin/vdominfo
4. Edit the .qmail-default file as below:
[root@mail ~]# vi /home/vpopmail/domains/
===================================================================================
Replace the line-
| /home/vpopmail/bin/vdelivermail ” bounce-no-mailbox
With this line-
| /home/vpopmail/bin/vdelivermail ” delete
===================================================================================
5. Restart the qmail services
[root@mail ~]# /etc/init.d/qmaild restart
]]>