Tagged Questions
1
vote
0answers
67 views
Exchange 2007 relay from sendmail, message “Undelivered”. Possible reasons?
I seem to have posted to the wrong StackExchange. Here's my ServerFault re-post on this topic: ...
1
vote
1answer
372 views
IIS SMTP - The server response was: 5.7.1 Unable to relay for outgoing address, Still not working
I saw
Mailbox unavailable. The server response was: 5.7.1 Unable to relay for abc@xyz.com
and all of the answers, and I have added my ip on
IIS-->Default SMTP Virtual ...
1
vote
4answers
1k views
How can I delay mail delivery through an SMTP relay, possibly sendmail
I have a requirement to delay mail delivery through an SMTP Relay.
i.e.
Mail message is successfully recieved at time T.
Forward Message to destination at time T+4hours.
Is this possible in ...
1
vote
2answers
498 views
Looking for smtp service with reporting features
Because the IP of the SMTP server that is being used by my Gridserver account at Mediatemple is blacklisted I'm looking for an off site SMTP service to send mails from my PHP application to ...
0
votes
0answers
119 views
ISS 6.0 Config SMTP Server not sending to all email address
I have a server Windows 2008 R2 Server Web Edition 64 bits . I installed IIS 6.0, I configured the SMTP server. I can send emails to domains like yahoo, hotmail, gmail. But when I want to send a email ...
0
votes
3answers
61 views
How do you send messages from a different address using Gmail and Java?
I'm using Java to send messages from Gmail with Apache Commons Email, but it seems like it doesn't allow me to send messages from an address different from the one that I use to authenticate.
How do ...
0
votes
1answer
238 views
Advantages of using smtp relay over using a programing language's smtp library functions
I would like to know of any advantages/disadvantages of using an smtp relay (with sendmail/postfix/qmail) over using a programming language's built-in smtp api.
We have always run a mail server off ...
0
votes
1answer
526 views
Are SMTP relay requirements for System.Net.Mail different than System.Web.Mail
I deployed my web app to our production IIS 6.0 server and everything is working except when my code attempts to send email to an address that is NOT in the domain of our email server. I've seen ...
0
votes
1answer
167 views
exim4 nonstandard ports
I am trying to use exim4 on debian to relay mail, nothing more. I have a stage mail server and a production mail server (both written custom in python to do weird stuff). I also have all these ...
0
votes
1answer
701 views
How to create a netcat relay on OS X?
I'm trying to troubleshoot my postfix so I decided to route its traffic to my isp smtp relay trough a netcat relay:
nc -l <someport> 0<backpipe | nc <isp-smtp> 26 | tee backpipe
And ...
-1
votes
1answer
156 views
Sending mail with Indy without using external server
My apps send emails using the Indy TiDSMTP client component. In some situations however, the customers are not able or willing to set up SMTP servers and ports, usernames, etc, so I would like to ...