0
votes
1answer
35 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
2answers
57 views
mailbox can not be reached, mail address can not relay
I use asp.net's smtpClient to send email, but recently I found it can only send the email to the same domain as the smtp server, if i try to send the email out of that , it will have such error:
…
0
votes
1answer
133 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
vote
4answers
437 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 …
0
votes
1answer
75 views
Looking for smtp service with reporting features
Hello,
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 …
1
vote
2answers
546 views
How to design and implement a simple WCF service relay?
We are in the process of designing a simple service-oriented architecture using WCF as the implementation framework. There are a handful of services that a few applications use. These services are …
