Questions tagged [smtp]

SMTP is the Simple Mail Transfer Protocol, the most recent standard of which is defined in RFC 5321. It's the Internet standard for sending and receiving email.

Some characteristics of SMTP (Simple Mail Transfer Protocol):

  • The default port is TCP port 25 and new submissions (MSA) is port 587.
  • Although depreciated, some services still use port 465 (SMTPS) to support legacy applications.
  • It is used to transmit outbound mail, and mail servers (which listens on port 25) receives mail on port 25.
  • It should not be confused with POP3 / IMAP which is an actual store for the e-mail. SMTP messages are received by the receiving server and then an MTA moves it to the POP3 / IMAP mailbox where it is normally retrieved using a POP3 / IMAP client.

See Also:

RFC5321

3133 questions
1
vote
2 answers

Simplest Way to Setup Email for Various Domains

I'm beginning to use Mandrill to send out transactional emails from my various domains. Now what I'd like is a way to receive these emails simply w/out setting up a mail server on my linux boxes. I'm wondering if there is a service like this? I use…
David Mackey
  • 697
  • 2
  • 15
  • 30
1
vote
1 answer

EXIM - 550 Cannot receive from specified address - Sendgrid

We're having some intermediate issues with exim where some emails go through and then others get the 550 Cannot receive from specified address Error. This is the guide we used to setup…
user232423
1
vote
2 answers

Exchange 2003 SMTP does not receive RCPT from sender

I am mainly asking this to check whether I should be investigating further on my end, or if I should tell the sender they should talk to their own IT department for further assistance. I am not sure if this is on my end or theirs. From one external…
gregthegeek
  • 155
  • 1
  • 10
1
vote
1 answer

SecAst: Configuring Email Alerts for Google Apps Account

Requesting assistance with configuring SecAst email alerts to work with Google Apps hosted account (posting here as per request by Generation D)... We have SecAst installed on a system with a new installation of Ubuntu 12.04.4 Server x86_64 LTS and…
Elyod
  • 25
  • 4
1
vote
1 answer

What are some useful email reports to monitor in an SMTP/email environment?

It's possible to generate dozens of email reports in a given SMTP environment, and I'm interested in learning what reports are common in large installations and how they are used. Examples: Messages sent/received per user /day (Check for spam,…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
0 answers

Exchange 2010 – Multiple Smart Hosts

A client has Exchange 2010 which, up to now, had a single internet connection. They were sending email via a smart host run by their ISP. It was working OK. We have put in a second internet connection and added a second smart host on the default…
1
vote
1 answer

Exchange 2010 HELO header change

I couldn't find any appropriate step by step guide for changing HELO header values in Exchange 2010. The problem is that the server doesn't allow changing the Default FQDN in: EMC -> Server configuration -> Hub transport -> Receive Connectors ->…
networkpro
  • 61
  • 2
  • 10
1
vote
2 answers

Improving IIS SMTP performance

Currently IIS is sending about 60k emails an hour. Is this a good number? How fast can IIS send? Are there any good ways to increase speed? Are there good alternatives for running on Windows?
horatio
  • 31
  • 2
  • 7
1
vote
1 answer

Two servers, severals domains, reverse DNS and blacklist

I will try to explain the context. 2 VPS with PLESK 11.5 The first (named vps67877.ovh.net - we call it v67) is a mail server (ip 37.187.33.38) The second (named vps68789.ovh.net - we call it v68) is an hosting server. (ip 92.222.8.114) When I have…
PandaJedi
  • 11
  • 2
1
vote
1 answer

How can I force users to send mail using submission port (587) with Exim?

I would like to force users of a system to send email only using a submission port (such as 587) and then disable authentication on port 25 so I don't have users trying to authenticate using plain text. What configuration changes would I need to…
Dave Forgac
  • 3,546
  • 7
  • 37
  • 48
1
vote
1 answer

SMTP Server setting on Windows 2008 R2

I am very very new to this and just trying to configure SMTP virtual server. I have followed a few threads to get it all running, but the mails are not being delivered. What I have done so far - 1) Install SMTP server. 2) SMTP server…
user223298
  • 13
  • 1
  • 3
1
vote
1 answer

Windows 2008 RC2 IIS6 SMTP Virtual Servers - Limited to 4

In line with this post: http://www.hugheserblog.com/2012/05/22/error-creating-iis-smtp-virtual-servers/ I am receiving the same issues: When we tried to add more than 4 IIS SMTP virtual servers, we got the error within IIS, “The system cannot find…
webnoob
  • 465
  • 2
  • 16
  • 35
1
vote
0 answers

How Do I Configure Nginx To Communicate with SMTP Server?

I'm an application developer and have little knowledge on sysadmin / server configuration tasks. I have an nginx server communicating to a Flask web application through uWSGI on a VPS. I'm trying to connect to Google SMTP to send mail to my…
weasel
  • 11
  • 1
  • 3
1
vote
1 answer

Password error when trying to use sendmail as smtp out server

I´m trying to setup a sendmail server to receive and sent messages using it. The first part is done, but now I will want to use it to send (setting it as smtp in thunderbird for example), but when I try to send one, it asks me for the smtp…
Simon
  • 875
  • 2
  • 12
  • 22
1
vote
1 answer

Exchange 2010: Send emails via STMP with custom From address to outside the domain

The requirement(s): (1) Connect to Exchange via STMP and (2) basic authentication and send emails with a (3) custom From address to (4) recipients outside the domain. I was able to get (1) - (3) working. I created a dedicated receive connector for…
marsze
  • 467
  • 2
  • 6
  • 15