About 75,700 results
Open links in new tab
  1. Simple local smtp server - minimal setup ubuntu - Super User

    What is the absolute, bare minimum, no-hassle, hopefully idiot-proof way of setting up a local smtp server? If you're going to say postfix, what are these alledgedly bare minimum, idiot proof step...

  2. smtp - How to setup an internal email server? - Super User

    Aug 6, 2024 · 0 As Microsoft will be retiring basic auth for SMTP I thought I would try to setup an internal e-mail server (on Docker) to basically allow applications in my home lab to send emails using an …

  3. Implementing a SMTP server on a personal computer (windows)

    Apr 20, 2010 · It's likely that even if you setup a local smtp server you won't be able to send mail to any outside email servers. (only local delivery). Outside servers will probably reject your smtp server …

  4. Sending an email from Python using local Python SMTP server

    Feb 6, 2018 · This means that to send and receive email on port 25, I have to pass normal outgoing mail (what your script is attempting) to smtp.isp.com to forward it to the recipient on port 25 while using a …

  5. Setting up SMTP server in Windows 10 - Super User

    Setting up SMTP server in Windows 10 Ask Question Asked 9 years, 2 months ago Modified 7 years, 9 months ago

  6. sending an email via multiple mail servers? - Super User

    Aug 5, 2020 · Local MTA (smarthost) Sometimes – mainly on servers running Linux or BSD – mail is first submitted to the computer's internal MTA (mail server) running on localhost, which is then configured …

  7. Is sendmail an smtp server? Is there any difference between MTA and ...

    And it's on the local domain. It would run SMTP. It'd be an SMTP server. (possibly there are other protocols it could run as alternatives to SMTP). MTA is an MTA at the destination domain. MDA Is a …

  8. Why mail clients do not use directly the SMTP server of recipient

    The DNS will answer with the address of the mail exchanger SMTP server of the recipient's mail provider, and your SMTP server will forward your mail to it. My question is: why this is not done …

  9. linux - Does mailx send mail using an SMTP relay or does it directly ...

    Suppose i send a mail using the following the following command: mailx [email protected] then does mailx first try to find out the SMTP server of my ISP for relaying the mail or does it connect directly.

  10. smtp - ISP mail server blocking me? - Super User

    At some point later I'm able to send again from the client and the process starts over. Is it possible that my ISP's mail server is detecting me and temporarily blocking me? And if that is the case, why are …