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
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 ...
0
votes
1answer
239 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 ...