Intercept QMail SMTP emails [closed] - email

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Here is the situation, we have a linux web server that runs Plesk and I need a way to intercept emails sent to and from the server. Plesk uses qmail to send and receive emails.
We have sorted the receiving emails problem by adding a mailgroup to each email address that includes an "archive#" address. Then we use a PHP script to read the "archive#" mailbox and puts the emails into a MySQL database.
My problem at the moment is how to capture the messages sent from the server. Has anyone had any experience in doing this?
Thanks
Peter

this can be done via QUEUE_EXTRA (http://www.google.com/search?q=queue_extra), for which you need to recompile qmail. some hints on doing this on plesk here (http://translate.google.com/translate?hl=en&sl=pt&u=http://www.maglione.com.br/artigos/artigostecnicos/pleskqextrahowto).

Related

How to properly set up DKIM [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
I've successfully set up a mail server using iRedMail on Ubuntu 20.04. While testing my server, https://www.mail-tester.com/ reported only one problem - Your message is not signed with DKIM.
The fact is I've already set the DKIM entry in my DNS settings, but still I get the same error, thus my emails end up in the spam folder.
What am I doing wrong?
DKIM check screenshot
DKIM public key from server

Setting up SSRS 2016 to use office 365 SMTP server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 months ago.
Improve this question
Within the configuration screens for SSRS 2016 you are now able to specify a username and password to allow connection to a secure smtp server.
I've been trying to configure it to use smtp.office365.com with basic authentication selected and secure connection checked. I've set up an email subscription within SSRS which when executed results in the following error:
Failure sending mail: Command not implemented. The server response
was: 5.3.3 Command not implementedMail will not be resent.
But if I change the configuration to utilise smtp.mail.yahoo.com with the same settings, the email is sent without issue. Does anyone have any suggestions as to what might be causing the problem?
Setting the port number to 587 within the rsreportserver.config file has resolved the issue

redirect all incoming e-mail on domain to one specific e-mail address [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
redirect all incoming e-mail on domain to one specific e-mail address
I have a domain: example.com
and one e-mail: info#example.com
i would like to receive all e-mail what it got in my domain:
example#example.com
nospam#example.com
asdasdasd#example.com
[any random character]#example.com
I don`t want to create these e-mails one by one.
I`am using gmail (apps.google.com)
btw: my main goal to have different e-mail for different website and example+slug#example.com trick is not working because lots of website filter + letter.
This may work for you. Don't create the accounts, just set the catchall
https://support.google.com/a/answer/33962?hl=en

Postfix rewrites my return-path [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I have been changing my mailing addresses from "example.com" to sub domains - say "mail.example.com" to configure no-reply addresses there. I use "sendmail -f noreply#mail.example.com" to send emails making sur ethe Return-Path is correct. My mail delivery chain looks as follows:
SENDING SERVER --> relay_server --> gateway out
For unknown to me reason when my email reaches the gateway that sends out, I see that the "from" address is already altered in the postfix log file to "noreply#example.com". This is also what I see in the detailed message log when it reaches its destination.
I have seen similar topics over here, but I made a step ahead and checked that I use the "-f" sendmail switch.
Any clues?
After the entire weekend of troubleshooting this I eventually found the reason:
http://www.postfix.org/postconf.5.html#masquerade_domains
plus restart of all postfix-related deamons (postfix, dkim and all that) helped.

Receive mails on openshift with custom domain [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I’m setting up a server on openshift. I’m on the Bronze Plan and have a pretty common setup, I assume. Tomcat 7 with a MySQL database, scalable cartridge, so nothing fancy. I’ve been able to setup the custom domain and I am aware of the missing SSL certificate. That stuff is pretty well documented.
But I could not figure out how to get mails working. I’m not talking about sending mails from the application itself, I’ve seen questions covering that topic. I mean mail in general, all mails from and to the domain (I’m more concerned with to the domain for now). I for example need a working info#speedapp.io mail address.
Sorry if that is bluntly obvious to anyone else. But I’m coming from a shared Tomcat hosting provider, where the web frontend for mails was already configure.
You need to sign up for email services at a third party host, you can not use OpenShift to host your email.