Skip to main content

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.

1 vote
3 answers
651 views

Windows Server SMTP feature installation implications

I have 50 SQL Servers and need to set up maintenance plans and alerts. To get the full benefit, I need to configure Database Mail to send email when jobs fail, alert conditions occur, etc. This ...
7 votes
1 answer
903 views

Why do certificate CNs not match the hostnames provided in MX records?

I'm the author of checkdmarc, an open source CLI tool for checking DMARC and other email security standards. One of those checks involves testing if the mail servers listed in a domain's MX records ...
0 votes
2 answers
117 views

Set custom ingress port on google cloud run

I'm trying to deploy an SMTP Server on google cloud run and so far I haven't been able to figure out how to attach a TCP/UDP Load Balancer to the back end. Is there a way for my Cloud Run application ...
0 votes
2 answers
779 views

mailpit / kubernetes: SMTP sendmail cannot connect - telnet works fine

kuberntes setup: mailpit service + deployment (ingress works, I can connect to the UI) --- apiVersion: v1 kind: Service metadata: name: desideria-crm-mailpit namespace: desideria-crm labels: ...
0 votes
0 answers
74 views

How to interface with Postfix `non_smpt_milter`?

After many hours attempting to configure OpenDKIM with Postfix and having no luck, I have come to the conclusions that: I cannot get OpenDKIM to work I am not able to find a suitable out-of-the box ...
0 votes
0 answers
15 views

send email using multiple domain emails using main domain postfix smtp server

I have a domain with postfix for SMTP server, eg EM-NAME.DOMAINNAME.COM We are sending emails in bulk from domain email [email protected] I am trying to send emails on behalf of my ...
1 vote
2 answers
3k views

SMTP port open - but not open

As some of you might know, I am setting up an exchange server. Now I ran into another problem: I cannot connect to the SMTP service from outside the server! The ports are opened in the gateway ...
2 votes
0 answers
53 views

SMTP Port 25 Issue on Nginx Mail Proxy

I set up an Nginx mail proxy server and configured it to distribute to several mail servers as a front-end server. However, I need to open port 25 in the configuration; otherwise, I cannot receive ...
2 votes
1 answer
6k views

Configure Citadel to be Used For sending email using smtp

Sorry for this foolish question, but I have less knowldge about servers. So bear with me! I have configured Citadel as directed in linode documentation and can login using the front-end for accessing ...
0 votes
2 answers
154 views

How to configure sendmail to forward all mail to another host?

I have an Ubuntu host with a public DNS A record on example.com. The sendmail program is installed on the host with the sendmail package. The MX records are set up to use Google Workspace, per Google'...
1 vote
2 answers
11k views

How to add allowed relay IPs for Windows SMTP using command line or script

I have a long list of IP addresses I need to add as allowed relays to the built-in SMTP service on Windows Server 2008 R2 (IIS 7.5, but SMTP uses the old IIS 6.0 manager) I know how to add allowed ...
0 votes
1 answer
61 views

SMTP - How to send mail as @example.com when example.com cannot be used as source server/IP

I have run into a bit of an issue when attempting to set up a mail system where the parent domain, example.com, already has A records and a web server as well as many clients utilizing the parent ...
7 votes
2 answers
42k views

Sending mail from inside docker container

I am completely new do Docker, and a total n00b to linux, so apologies if this sounds silly. I have gotten a docker system up and running on Digital Ocean, and its working nicely. I am using a pre-...
-1 votes
0 answers
40 views

Attempting to set up an exim4 SMTP only server that can send out messages from two domains

I am attempting to set a STMP server that can send out messages from two different domains Adding this line to the the config file (update-exim4.conf.conf) PRIMARY_HOSTNAME = $sender_address_domain ...
-3 votes
1 answer
66 views

Gitlab SMTP Configuration

I am new to Gitlab. I configure SMTP in Gitlab that looks like, {:authentication=>:login, :user_name=>"My Email", :password=>"Email ...

15 30 50 per page
1
2 3 4 5
213