Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Questions:

What is SMTP?

What is the client configuration for SMTP?

Answer:

While this document does not describe the SMTP service offered by Office 365 (O365), the O365 SMTP service should be evaluated for use cases that also consider smtp.wsu.edu as it may provide a more robust solution.

...

When using email clients such as Outlook, smtp.wsu.edu should not be considered. This service is not appropriate for normal email.

Services

  1. submission (port 587), available globally. This service requires STARTTLS and requires an authenticated user to send mail. This is the recommended service for most use cases.
  2. smtps (port 465), available globally. This service requires SSL, and requires an authenticated user to send mail. This service should only be used when a client requires access to smtp.wsu.edu, but cannot use the 'submission' service.
    1. Note: Many clients will actually implement STARTTLS but indicate they are using SSL. Clients that claim to support SSL should use port 587, and fallback to port 465 only when port 587 fails to work.
  3. smtp (port 25), available from WSU-owned IPs associated with campuses and VPN networks. This service is anonymous, and encryption is not required or allowed. While this service is available, it is strongly recommended that all use of smtp.wsu.edu use the submission or smtps service instead. Authentication is not supported on this port.

Recommended Client Configuration

  • Use smtp.wsu.edu as the SMTP server. Do not use an IP address.
  • Use the submission service. Configure your client to use port 587 and STARTTLS
  • Use a service account with a unique password.
  • Configure SMTP-AUTH using LOGIN or PLAIN methods (if configurable).


Availability

smtp.wsu.edu is a HA service and is expected to be available 24/7/365. Systems are updated on a regular basis.


Authenticated Users

smtp.wsu.edu does not allow all WSU affiliated accounts to authenticate. To use this service, the account must be a NID or departmental service account.

...

Submit requests for a service account and an MFA exception to the Crimson Service Desk (crimsonservicedesk@wsu.edu); please include the account name and the reason an exception is needed. 


Rate Limiting

By default, individual senders are rate limited.

...

Off-campus senders have the same message limits and additional connection limits: 3 to 6 simultaneous connections and 10 to 20 new connections per minute. Exact limits depend on service behavior at the time of the connection.


Routing

smtp.wsu.edu sends all mail via Proofpoint. If Proofpoint is unavailable or rejects email submissions, smtp.wsu.edu will hold mail and retry approximately 45 minutes later. smtp.wsu.edu will hold queued mail up to 5 days, and will attempt to notify the sender after 1 day.

...