Tagged Questions
1
vote
2answers
166 views
How to find out what program is sending emails
I have linux (debian) box which is running fine.
However I have problem I need to find out what program is sending emails when i use "mail" command. Or for that matter when a PHP script is sending ...
0
votes
1answer
75 views
Internal e-mails
We need to send mails from our domain (assume this is example.com) to our self. Now, the 'incoming' mails are handled by another server (from Google). We can send mails through sendmail to external ...
3
votes
2answers
2k views
How to read the “MS ForeFront” antispam report in email header?
I'm trying to diagnose why emails I'm sending out from my server's IIS SMTP Pickup Folder are getting bounced back occasionally.
One tech from a receiving company who couldn't receive the emails ...
0
votes
2answers
166 views
sendmail configuration?
I want to send email from a C++ program.
I want to do it using sendmail.
Well, actually I don't care how, I just found that none of the smtp libaries work...
The way to do this, I found via google, ...