Re: No NDR for unknown user



"Sanford Whiteman" <swhitemanlistens-software@xxxxxxxxxxxxxxxxxxxxx> wrote
in message news:op.tuw8hbw26c17zw@xxxxxxxxxxxxxxxxxxxxxxx
On that note, it is advisable for several reasons to manage
submissions separately from deliveries.

For one, many ISPs do not allow users to submit mail to 3rd-party
servers on port 25, because these submissions look largely the same as
(spam) deliveries. They will allow connections to the standard
submission port 587. Yes, you could bind :25 and :587 on the same
virtual server in IIS, but splitting them across two different
virtuals is just as easy.

Second, having separate queues for different types of mail helps you
distinguish traffic by origin and have different queue retry cycles
for each. For example, if you are gatewaying for a variety of remote
mailbox servers, you may want to guarantee store-and-forward for 24
hours to those domains, while for other remote domains, you can set a
15 minute/4 hours retry cycle.

Third, you can enforce SSL encryption (SMPTS) on your submission
server without affecting the MX, which must by allow unencrypted
sessions. This gives you a good-faith way of offering secure channels
to all of your mobile users.

OK, I implemented a submission server on port 587 per your suggestion.
Everything seems to be fine except for one small problem: I am unable to
send to other users on my own domain. I checked and the message I sent is
sitting in the Drop folder. Did I err by using the same domain name for the
submission virtual server? What domain name should I use for it, or indeed
does it matter? Could I use a subdomain like submit.mydomain.com?


.



Relevant Pages

  • Re: CFAN (was: A small wildcard matching algorithm)
    ... I can get a server and host this. ... submission format could include a decent description per source file ... for a local search engine to be able to localize key words. ...
    (comp.lang.forth)
  • Re: [opensuse] SMTP (Port 25 and Black List)
    ... on it so changing the port is not an option. ... a fee to use their smtp server. ... and only allow mail submission through that port, ... This would force users to authenticate. ...
    (SuSE)
  • Re: AUTH when sending
    ... I changed from a server that ran on port 25 ... port) and did require auth. ... still using the server on port 587. ... When I have the "use submission port" box checked, ...
    (comp.mail.eudora.mac)
  • Re: AUTH when sending
    ... I changed from a server that ran on port 25 ... port) and did require auth. ... still using the server on port 587. ... When I have the "use submission port" box checked, ...
    (comp.mail.eudora.mac)
  • Re: No NDR for unknown user
    ... as opposed to submission servers. ... second virtual server for submissions. ... virtual server in IIS, but splitting them across two different ... hours to those domains, while for other remote domains, you can set a ...
    (microsoft.public.inetserver.iis.smtp_nntp)