- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- configuring catch all in sendmail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 07:11 PM
04-19-2005 07:11 PM
configuring catch all in sendmail
first of all, I need a fair advice from you all, is using catch-all account worth now a days? I believe it's not, due to heavy loads of spam coming inside through it.
one of my customer have it's email services hosted by an MSP/ISP, and have a linux server on it's own premises to regularly download incoming mails from hosting server to local server by using fetchmail in daemon mode, on every 2 minutes. now, because for every bunch of new pop IDs to be added to it's domain by MSP, it has to pay an amount to MSP.the customer don't want to pay extra amount now, but wants to use catch-all account for new users, means, he will have some local e-mail IDs which do not have any pop ID on MSP's hosting server, and any mail sent to those IDs from outside will be caught by catch-all account. now, the trouble for me is, how I can configure the local server's sendmail daemon to distribute the incoming mails on catch-all account to the appropriate local user's ID? is this possible or not?
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 03:34 AM
04-20-2005 03:34 AM
Re: configuring catch all in sendmail
How good are you with perl/python?
You might even be able to use procmail on the incoming messages to split them out to individual users.
Thats a lot of work considering you all ready have a mail server setup. Wouldn't it be easier and cheaper to just reconfigure sendmail change your MX record to your inhouse server and then pay for a backup mail service?
I have used quite a few backup mail services from different vendors, I recommend lanechange.net ( they are canadian and they use qmail which makes them good choices in my books, plus they have been really reliable in the past )
It may save you the headache of lost mail, or strange side effects of a home made solution.
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 04:32 AM
04-20-2005 04:32 AM
Re: configuring catch all in sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 02:44 PM
04-20-2005 02:44 PM
Re: configuring catch all in sendmail
this is the better way to go because it gets bad addressed dropped from spam lists.
Critical files:
/etc/mail/access # database of bad addresses
/etc/mail/virtusertable # address database.
/etc/mail/genericstable # address database.
Set this up and run the buildmail script on http://www.hpux.ws
That script builds the sendmail database and teaches you how to use this database to accomplish more.
More info at http://www.sendmail.org
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2005 05:53 PM
05-16-2005 05:53 PM
Re: configuring catch all in sendmail
thanks for reply ( infact, I'm returning to this thread from a long time). BUt I'm not very clear about the process you told me. can anybody tell me in a simpler language how I can distribute the mails recieved on catch-all account to appropriate local user's mailboxes?
thanks in advance.