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.

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 ...
Sean W.'s user avatar
  • 361
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 ...
user10709800's user avatar
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 ...
Iswor Lal Shrestha's user avatar
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 ...
keljix's user avatar
  • 21
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 ...
bdrun33's user avatar
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 ...
Eric Uldall's user avatar
-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 ...
Mobious1's user avatar
-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 ...
Yogesh Patel's user avatar
1 vote
1 answer
40 views

Postfix connection timeout to all servers

I have Postfix on an Ubuntu server. postconf mail_version mail_version = 3.6.4 Every email i send to any recipient ( tried gmail , hotmail and yahoo ) , is stuck in the queue (connect to alt2.aspmx.l....
HelloWorld's user avatar
1 vote
2 answers
97 views

Abuse of Abuse reporting system / Feedback loop by spfbl.net

We are getting below abuse emails from Abuse reporting system / Feedback loop by spfbl.net Can someone explain how are these even valid Abuse emails in any sense at all, because they are clearly being ...
Abhi S.'s user avatar
  • 19
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'...
Armen Michaeli's user avatar
1 vote
2 answers
120 views

How can I mitigate a flood of inbound emails that look legitimate to filters?

I have a mail server - postfix, amavis, dovecot. Currently one of my inboxes is being flooded with random email from all over the globe. It's like someone signed me up to 10,000 newsletters all at ...
Nick Wiltshire's user avatar
0 votes
1 answer
49 views

wordpress + wp mail smtp = email not sending with php mailer

I have a docker wordpress website with WP mail SMTP plugin. I selected the default PHP Emails are not sending. sending test email gives a 504 timeout error php sendmail is installed Dockerfile for ...
jotyhista's user avatar
0 votes
0 answers
31 views

Postfix replace in body by adding CR

I'm trying to configure Postfix body_checks function in order to add a CRLF when an end of attachment is detected using this: /(.+)--$/ REPLACE $1--\r\n The regex is correctly applied but the \r\n is ...
user1089937's user avatar
0 votes
0 answers
23 views

How to change the sender address using mailutils and postfix?

May 27 14:19:33 localhost postfix/qmgr[21793]: 87FD870AD12: from=user@localhost, size=398, nrcpt=2 (queue active) May 27 14:20:03 localhost postfix/smtp[22591]: connect to mail.rungel.net[95.168.160....
OnionTest5's user avatar
0 votes
2 answers
300 views

554 5.7.1 Relay access denied - cant send mails

I tried to upgrade debian from 10 to 11 and the everything got messed up. Im trying to fix postfix. I can receive emails but cant send. I get the error "554 5.7.1 Relay access denied" My ...
Anarkie's user avatar
  • 11
0 votes
0 answers
53 views

How to add your own private keys to postfix configuration for DKIM without opendkim or the likes of it?

I have generated the keys locally through openssl added key.pub to the DKIM DNS txt Record but how to add it to postfix withouth any other tool.Is there any connfiguration parameter where the file ...
Abu Shahrin's user avatar
0 votes
0 answers
43 views

Cant restrict SMTP connection by IP in Amazon SES

I use Amazon SES to send transactional emails (using SMTP connection) from my app and I wanna improve the credentials security by restricting access from specific IPs. I've created an IAM Policy for ...
Arivan Bastos's user avatar
0 votes
2 answers
151 views

Even though I got full score in mail-tester, gmail still gives an error of IP address not being authorized when using sendmail

I'm using sendmail and I passed the DMARC, SPF and DKIM but when I send an email to [email protected], I get this below error: 50-5.7.1 The IP you're using to send mail is not 550-5.7.1 authorized to ...
John Sall's user avatar
  • 123
0 votes
1 answer
214 views

SMTP Server: Postfix w/ Dovecot - how to configure the allowed username + password?

I seek a Linux-based SMTP server. I've read tutorials and specs regarding Postfix SASL with Dovecot, though I can't find how to configure the list of username and password which are allowed to send ...
Dor's user avatar
  • 175
1 vote
0 answers
95 views

How can I make MIAB automatically copy all mail sent via SMTP into the sent folder of the sender's account?

I run Mail-In-A-Box on my mail server and one of my clients is using a specialized application to send messages via SMTP from their account on my server. When they used their own Gmail account to send ...
Del tree's user avatar
0 votes
0 answers
101 views

All containers on a server fail to send SMTP requests, the rest works fine

We have a VPS with several services in Docker containers, on top of which, another Docker container runs a Traefik reverse proxy. Last Monday morning, all the services running on that server failed to ...
Arpenn Sardin's user avatar
0 votes
3 answers
273 views

Postfix sending duplicate emails under different userid's, how to fix?

I can't find a reason for it in the postfix settings, but duplicate emails are being sent, under different uid's. Looking at the email headers, they have unique ids, and each with a different Postfix, ...
jamminjames's user avatar
1 vote
1 answer
128 views

Postfix - can't limit active queue

One of the destinations I send email to has unusual performance characteristics. The active queue can fill up with messages for this domain, blocking sending to other domains. I want to limit the ...
symcbean's user avatar
  • 23k
1 vote
2 answers
59 views

Cannot get Exim to verify DANE for remote smtp

I am trying to configure Exim to try DANE before deciding to deliver unencrypted mail to remote hosts. My general Exim configuration has: dns_dnssec_ok = 1. For the dnslookup router: ...
triatic's user avatar
  • 75
0 votes
0 answers
36 views

authenticate users in smtp relay server exim4

I'm configuring relay SMTP server for sending email alerts from my local network. I need to send emails alerts from services witch run on my servers. And I need to authenticate it: each service should ...
mirolz's user avatar
  • 1
0 votes
0 answers
65 views

postfix MTA seemingly benign I/O Error : postqueue fatal: output write error: Input/output error

I am getting the following message in my syslog exactly every 30 seconds. Everything is working but words like "Fatal" and "Input/output error" cause me an inordinate amount of ...
Paul Lemmons's user avatar
0 votes
1 answer
259 views

VM behind nat on Proxmox cannot reach port from internal network

The issue is that I am able to reach port 25 from outside (public internet) to the specific machine in the local network behind NAT, but cannot reach to port 25 on public machine e.g. hotmail-com.olc....
EAK TEAM's user avatar
  • 103
0 votes
1 answer
248 views

How to install sendmail client only, without the MTA?

Is there any way to install the sendmail client, only, without installing the sendmail MTA at all? What I mean by this is the sendmail -t command that is frequently used by processes such as cron to ...
InterLinked's user avatar
0 votes
0 answers
132 views

Email Sender Identities / Single Sender Verification

I have a self-hosted web service and one of its features is allowing customers to send emails to their customers. Currently we send these emails on behalf of our customers by setting: from: mailer@...
mwarble's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
107