- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- spoofing 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
09-29-2010 12:54 PM
09-29-2010 12:54 PM
spoofing sendmail
sendmail -f dba@domain.com
body
.
but I never receive the email. We are using sendmail 8.13.3
any help would be appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 01:57 PM
09-29-2010 01:57 PM
Re: spoofing sendmail
> sendmail -f dba@domain.com
> body
> .
> but I never receive the email. [...]
Uh, I see whom it's from, but I don't see
whom it's to. (Or are you using some new
intuitive interface to sendmail?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 01:59 PM
09-29-2010 01:59 PM
Re: spoofing sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 06:26 PM
09-29-2010 06:26 PM
Re: spoofing sendmail
To send a message TO WHOM? Who is the
intended recipient? And where did you
specify him/her/it/them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 06:54 PM
09-29-2010 06:54 PM
Re: spoofing sendmail
http://www.sendmail.org/m4/masquerading.html
http://www.brandonhutchinson.com/Sendmail_masquerading.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 01:13 AM
09-30-2010 01:13 AM
Re: spoofing sendmail
The syntax is;
echo test |mailx -s "Subject Part" â r â from addressâ recipient1@domain.com.,recipient2@domain.com.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 05:04 AM
09-30-2010 05:04 AM
Re: spoofing sendmail
> [...]
It should be possible to specify one or more
recipients using sendmail, too. (mailx has
some handy features, but its intuition is
probably not superior to that of sendmail.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 06:12 AM
09-30-2010 06:12 AM
Re: spoofing sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 06:14 AM
09-30-2010 06:14 AM
Re: spoofing sendmail
# /usr/sbin/sendmail -f fido@fido.com me@myaddress.com
test
test
test
.
I received the message and the from said fido@fido.com.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 08:26 AM
09-30-2010 08:26 AM
Re: spoofing sendmail
Have you tried specifying a recipient yet?
I'll stop asking now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 11:45 AM
09-30-2010 11:45 AM
Re: spoofing sendmail
What I am currenly doing is sending the email to myself:
sendmail -f dba@domain.com myself@domain.com
the myself@domain.com will be replaced in the while loop with the appropriate names
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 12:42 PM
09-30-2010 12:42 PM
Re: spoofing sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2010 08:12 AM
10-01-2010 08:12 AM
Re: spoofing sendmail
/var/adm/syslog/mail.log this says that the message has been delivered though not in my email, spam or junk file does it appear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2010 10:58 AM
10-01-2010 10:58 AM
Re: spoofing sendmail
Does "-f dba@domain.com" cause the problem,
or can you simply not send e-mail from this
system to your desired destination?
> Yes, this is in a script. [...]
My psychic powers are too weak to show me
exactly what your script does. Is your
problem with the script or with the command
itself? Have you tried running a simple
command manually (not in the script)?
> [...] the message has been delivered though
> not in my email, spam or junk file does it
> appear
What, exactly, is the system which is
supposed to be receiving this e-mail? Hint:
Using "domain.com" to hide potentially useful
information may not be the best way to get
useful answers.