View Single Post

  #2 (permalink)  
Old 01-04-2007, 01:37 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

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
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote