Catch-all or multipdrop box is configured as follows.
First sendmail a/c for user vivek tom jerry and rakhi for example.
You need to add code as follows to fetchmailrc file:
Code:
poll pop3.vsnl.net user POP3USERNAME with pass POP3PASSWORD to vivek tom jerry 'rani'='rakhi' here
Now,
email send to
vivek@domain.com will go to local sendmail a/c vivek
email send to
tom@domain.com will go to local tom a/c
email send to
jerry@domain.com will go to local jerry a/c
email send to
rani@domain.com will go to local rakhi a/c
pop3.vsnl.net -> catch-all to
POP3USERNAME@domain.com -> fetchmail -> send to a/c as per rule
Let me know if you need any further help