- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: sendmail question.
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
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
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
тАО01-14-2003 10:42 AM
тАО01-14-2003 10:42 AM
sendmail question.
I think I have that right.
How do I make sure its doing reverse lookups to validate the IP address of senders.
I want to screw things down tight.
recommend changes to make sendmail daemon validate that the domain sending the mail actually exists.
So that if schmobagel@aol.com sends me mail its accepted because aol.com exists
But if shmuel@schmobagel.com sends me mail its rejected.
This would be a very effective spam filter.
What I need is as follows:
1) A tested scenario. This means you've actually done it. I'll give points for suggestions, but if you want 10 you need to provide a tested, step by step plan run on either HP-UX or Linux.
2) Details
For example, add following directives to senmail.mc rebuild the hash db(I know how but does everyone else?)
If you don't think this is possible, try sending mail to aol from an unregistered domain name, even if the sending email address is perfectly valid. Do it on the command line and see what response you get.
/usr/sbin/sendmail -v -d8.99 -d38.99 stevenprotter"at"juf.org (hpux mod it for linux) choose a real aol.com email address btw.
I will not follow the rules and say this in a shout.
I WANT MY SERVER TO DO THAT!
Red Hat 7.3
Linux Version number
220 investmenttool.com ESMTP Sendmail 8.11.6/8.11.6; Tue, 14 Jan 2003 10:46:42 -
0600
I'm hopefully looking for TESTED sendmail.mc directives.
Steve
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
тАО01-14-2003 02:42 PM
тАО01-14-2003 02:42 PM
Re: sendmail question.
Short of pumping in SMTP commands to test (which is how we do it, but then again, I like doing things by hand), I'm unsure of the best way to test things.
About the closest thing I can see to testing senders without manually typing in SMTP conversations (two lines to get that far btw), is to use '/usr/lib/sendmail -bt', turn on resovler debugging (type '-d38.20'), then issue '/canon
Other than that, 'telnet
Hope this helps a little.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2003 05:53 AM
тАО01-15-2003 05:53 AM
Re: sendmail question.
Ie usually the box itself is allowed to relay based on its IP address, so your unresolvable domain won't even get checked. To make your test valid, do it from somewhere you are sure you haven't allowed relay based on source address. Ie telnet to port 25 from some external box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2003 05:53 AM
тАО01-15-2003 05:53 AM
Re: sendmail question.
Steve
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
тАО01-15-2003 08:56 PM
тАО01-15-2003 08:56 PM
Re: sendmail question.
tcpdump or ethereal is my choice.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 08:40 PM
тАО01-16-2003 08:40 PM
Re: sendmail question.
To trace DNS lookups run sendmail in this debugmode.
#sendmail -d8.8
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2003 11:37 PM
тАО01-16-2003 11:37 PM
Re: sendmail question.
Run this command
#echo '/map host [202.156.33.23]' | sendmail -bt -d8.8
let 202.156.33.23 be one of the server in domain
you have authorised . So i reverse lookup is working properly then the DNS name of the above IP address will returned by the above command.
regards,
U.SivaKumar