575 questions
0
votes
0
answers
38
views
How to Retrieve MimeMessage via Message-ID in Apache James
I'm using James + JPA and would like to create a Mailet which modifies another mail.
I must retrieve the other mail via its mime-message-id. Any advice how this can be done?
It seems mails can only be ...
0
votes
0
answers
72
views
Not Receiving Mail From Some Domains
Thank you ahead of time for taking the time to read this!
I am experiencing a strange issue with only incoming messages on my email server (outgoing messages to the same addresses work fine) that we ...
1
vote
0
answers
255
views
How to Configure a Postfix Email Server to Send Emails Securely via Port 465 Instead of Port 25
My Linux server cannot open port 25 due to a restrictive policy. I have been advised to send emails using port 465. I configured Postfix accordingly, including TLS settings and relayhost configuration,...
1
vote
0
answers
67
views
Why my own mail server not sending mails to another domain?
I am configuring my own mail server using iRedMail on a self-hosted setup. The server works fine for sending emails to local domains, but I am unable to send messages to external domains such as Gmail....
0
votes
1
answer
76
views
How to send an email if the same data is inserted into PostgreSQL for 1 hour continuously?
I'm developing a backend application using Spring Boot, and my application uses PostgreSQL as the database. Sensor data is being inserted into the database every second.
I want to monitor the data and ...
0
votes
0
answers
33
views
Production issue on mail server sending in springboot project
root@api:~# tail -f /opt/tomcat/logs/catalina.out
at javax.mail.Service.connect(Service.java:342) ~[jakarta.mail-1.6.7.jar:1.6.7]
at org.springframework.mail.javamail....
1
vote
1
answer
502
views
What's the point of SPF if an attacker spoofs the "From" address?
Based on my current understanding, SPF is only concerned about validating that the sending email server IP is listed in the SPF records for the domain of the "envelope from" (Return-Path/...
0
votes
0
answers
505
views
Why am I getting authentication error when trying to run PowerShell script from task scheduler?
$pass = Get-StoredCredential -Target 'domain.in'
Send-MailMessage -UseSsl -Credential $pass -From 'sender mail` -To 'receiver mail' -Subject 'test1' -Body 'tst' -Attachments 'C:\Users\V-Connect-Akash\...
0
votes
1
answer
443
views
SPF + DMARC pass anf DKIM fails
I have a problem when sending a message via mail.mydomain.com, it sends the message to spam emails, and I don’t know why I used tools to check the DNS, such as mxtoolbox, and the SPF, DKIM, and DMARC ...
-4
votes
1
answer
72
views
I have created my own smtp server for sending email, But email is going in spam. KIndly guide me [closed]
I have created my own smtp server for sending email using postfix. But all emails going in spam. How can i fix this. I have already added Dkim record, all other record and My ip is also not bocked
I ...
0
votes
2
answers
3k
views
How do I configure a mail server with SSL behind an Nginx Proxy Manager server?
I have an Nginx Proxy Manager server in front of my various web-facing servers and my mail server (modoboa). The issue I'm facing is that my mail server wants the ssl_certificate for the nginx ...
0
votes
0
answers
41
views
Wordpress Plugin for Public to Create Domain Email Address?
Q: Is there a way to connect the mail server to the front end using Cpanel and Wordpress?
A: Of Course There Is!!!!
Q: Does anyone know of a way to do it? Particularly something easy I can portal into ...
0
votes
0
answers
300
views
Failed to load class GuzzleHttp\Client from github.com/guzzle/guzzle
I had a problem when I was going to configure roundcube webmail, where I had problems with GuzzleHttp\Client not loading (aka NOT OK) which prevented me from going to the next step
One way that I have ...
1
vote
1
answer
848
views
What configuration is needed to remove attachments from mails in Dovecot Sieve?
How can I remove specific attachments from mails in dovecot sieve mail server ?
I have tried several configurations but the attachments were not removed.
But it did not know keyword "replace"...
0
votes
1
answer
409
views
nodemailer my dkim key doesn't. work anymore
im sending otp email verification code to my users from my custom domain email with nodemailer package. I set dkim signature and it was working 3 months ago and my email was falling to incomebox. But ...
1
vote
1
answer
660
views
How to reconfigure *many* Thunderbird accounts to reference new mail server
I have been using a web host for more than a decade, but their service keeps getting worse and their prices keep getting higher. So, I'm switching to a different web host.
I have, uh, let's go with &...
0
votes
1
answer
1k
views
How to create a mail server locally that can receive mail from Gmail?
I want to host a local mail server, which can receive mail from gmail or other well known mail provider. Which mail server software should I use ? Free if possible. How do I configure it ?
Also can ...
0
votes
1
answer
567
views
Cant connect to Apache James mailserver in Docker container with Tunderbird
I want to set up an Apache James mailserver in a Docker container and connect this to Thunderbird.
I generated the keystore with the following command in the powershell:
keytool -genkeypair -alias ...
3
votes
1
answer
4k
views
how to send mail in strapi cms while submit form from frontend
using strapi version4, tried this for send mail, but did not work for me.
https://strapi.io/blog/how-to-create-and-use-sms-and-email-services-in-strapi-1
could you please explain me on how to override ...
-1
votes
1
answer
277
views
I want to create mail service like mailchimp in nodejs
I want to create mail service like mailchimp, but via google mail services I am able to send the mail with one email Id only but my purpose is to create bulk email service with the individuals email ...
0
votes
1
answer
161
views
How to save a file when a button is clicked on email in java
I send a user email using Java spring boot with a approve and decline button. If the approve button is clicked a certain file must be saved and the time log should be noted and if declined the file ...
0
votes
1
answer
89
views
setup email server for self-register email confirmation
I have a problem setup email server for self-register confirmation step.
my email settings :
from_address= "[email protected]"
username= "[email protected]"
password= "...
0
votes
0
answers
174
views
Ruby application fails to connect to IMAP server on port 993
I have a mail server to which I'm connecting from a ruby application using protocol IMAP.
But I get an error in rails console:
Loading dev environment (Rails 7.0.4)
irb(main):001:0> @connection = ...
-1
votes
1
answer
623
views
Unable to issue letsencrypt ssl certificate to website or mail server, shows success message in cyberpanel but https not opening and mails not going [closed]
I am unable to issue letsencrypt ssl certificate to website (domain.com) and mail server (mail.domain.com), shows success message in cyberpanel ("ssl manager" in left menu) but https is ...
3
votes
1
answer
6k
views
Error while running Docker Mailserver via docker-compose up: You need at least one mail account to start Dovecot [closed]
I have tried to create an own mailserver with Docker Mailserver but it seems that it won't work.
I have created the docker-compose.yml
version: '3.8'
services:
mailserver:
image: docker.io/...
1
vote
0
answers
643
views
How to limit network ranges in Dovecot
I want to specify some netrange to access dovecot on my mail server.
I adjusted the
login_trusted_networks =
parameter in dovecot.conf but it didn't work, I still can access dovecot in some others ...
0
votes
0
answers
172
views
POP3 server not Connect with client. Is there any way to Connect using c#?
While am trying connect, the client is not connecting, the password and username are correct.
We have using this same code for a long and it's works.
Is there any security update from Outlook.
(POP3 ...
0
votes
1
answer
478
views
Required services that are not installed "jboss.naming.context.java.jboss.mail.GmailSES",
"jboss.deployment.unit.\"EmployeeAttendenceAPI.war\component.CommonMailTemplateWebService.START",
"jboss.deployment.unit.\"EmployeeAttendenceAPI.war\component....
-2
votes
2
answers
1k
views
How can I point my domain from Godaddy to another web server without using @ and losing email services?
I have access to a Godaddy account where the company has all their domains. One of those I need to point to another web server running Apache. The person that used to work here before me solved this ...
0
votes
2
answers
873
views
AWS SES(Simple Email Service) logging sent email recipients address
I have deployed an SES solution on my project, a web form, clients have to put their email and they will get an email afterwards. I am being asked to get the list of email addresses, the content of ...
1
vote
0
answers
608
views
Exim: How to rewrite the domain addresses to match the sender domain
I am trying to rewrite the envelope from address domain. I would like it to match the sender address domain.
I have tried to do it using the following configuration.
begin rewrite
*@$primary_hostname $...
0
votes
0
answers
83
views
Mailwizz Need to update pepipost API Code
I have checked mailwizz delivery (pepipost API ) server code. Need to update the API code. Pepipost API changed the API Url and request parameters.
0
votes
1
answer
3k
views
Snappy Mail/Rainloop Authentication failed
I Installed the fresh cyberpanel installation when I created a email with the domain and tried to login with the same it shows
Authentication failed
Server message: AUTHENTICATIONFAILED ...
2
votes
0
answers
444
views
How to setup correctly Post.io + python
I have setup a post.io mail server on a server and configured it towards a domain I own.
By running the first example in their documentation
docker run \
-p 25:25 \
-p 80:80 \
-p 443:...
0
votes
0
answers
454
views
Docker mailserver
I have a webserver running my application in docker containers. Actually, the structure is:
container with app
container with MySQL
container with Nginx
The app and MySQL container are connected to ...
1
vote
0
answers
24
views
outlook does not forward gmail-domained email
I have my email [email protected] on outlook. I have made rules to forward ALL messages to [email protected].
If I send an email from [email protected] to [email protected] it will end up to [email protected]. ...
0
votes
1
answer
896
views
How to test smpt with automated telnet from bash script?
I want to make a bash script that calls automatically smtp port 25 and sends email then I assert that email is queued
I have this much code now
https://github.com/kristijorgji/docker-mailserver/blob/...
2
votes
2
answers
2k
views
Why am I unable to send more than 10 Emails using my SMTP server (OUTLOOK)
I have written an SMTP application in python, It is supposed to send at least 100+ emails as per the outlook limit but it gets the account banned after 10 mails. Can anyone explain to me what's wrong ...
0
votes
1
answer
988
views
How Can I Send An Email Directly From An MX Server?
I am aware there are many questions similar to this. However, being that certain standards and security protocols are constantly evolving, the solutions to this question that were valid just a year ...
0
votes
1
answer
410
views
Host mail server and web application on same server
I've a web application which i've hosted on my VPS server. I've also successfully hosted my mail server (mailcow) on that same server. But the problem is my mail server is replacing my web application....
1
vote
1
answer
4k
views
SMTP ERROR using Nodemailer to send email
i am building a web app and i want to send emails to registered users that forgot their password. But I am having problem with sending the mail through Node mail. I keep getting a 421 response error ...
0
votes
0
answers
4k
views
Telent: connection to address 127.0.0.1: Connection refused
I use Rocky Linux.
When I do telnet localhost 110,
terminal response is
Trying ::1... telnet: connection to address ::1: Connection refused Trying 127.0.0.1... telnet: connection to address 127.0.0....
0
votes
1
answer
2k
views
Can we use Same domain for a mail server and a website
I bought a domain name from google domains i.e abc.com
I want to create a new google workspace with a mail server which has all emails as [email protected], for creating this google is asking for a domain ...
1
vote
1
answer
936
views
How to get failed response from SMTP mail server?
I am working on Laravel and I am trying to send an email with PHPMailer and my mail server is Zoho.
Here is my Code:
$mail = new PHPMailer(true);
$mail->isSMTP();
$mail->Host = 'smtp.zoho.com';
...
1
vote
1
answer
4k
views
Troubles with Dovecot 2.3.3 - mkdir permission denied due to +w perm: /var, dir owned by 0:0 mode=0755)
I have installed postfix mail server on ubuntu 20.04 server and I am getting the following errors on dovecot when I run command:
sudo journalctl -eu dovecot
Jan 30 13:44:54 mail.wokforge.com dovecot[...
2
votes
1
answer
2k
views
Open JDK latest Javax mail not sent
Upgraded to JDK 11.0.16 and the emails server is failing to send emails.
before that on JDK 11.0.6, emails were working fine.
I checked my config 100 times, but getting to know JDK from 11.0.11 ...
0
votes
1
answer
3k
views
Mail client wouldn't connect with my Docker mail server
I've build a Docker based "Perfect server" clone of this tutorial, but more up-to-date and I succeeded at sending and receiving emails locally via the Roundcube webmail application towards ...
0
votes
1
answer
3k
views
How To Resolve Google's "Invalid Format of DKIM Record" Error Message?
Environment: Personal Mail Server (ie, private machine at my personal business)
Environment: Public DNS Server (ie, I use my registrar's interface)
Configuration Part 1: Created a DKIM Record from my ...
1
vote
1
answer
2k
views
Unable to send or recieve emails from python aiosmtpd SMTP server, stuck at 250 ok [duplicate]
I had "successfully" made an SMTP server. The code works fine connecting to SMTP clients. But it is neither able to recieve emails nor send it. I tried with various test servers and also the ...
0
votes
2
answers
193
views
Emails being marked as spam [closed]
I setup my website for one of my subdomains e.g. app.mydomain.com
From my website, I'm trying to send emails using [email protected].
I don't have much experience in setting DNS records. I'm trying ...