Can you cancel / revert / undo SwiftMailer sent emails in Linux? - email

Is there a way to cancel or revert accidentially sent emails from SwiftMailer in Linux?
Cheers,
GP

Related

How to disable postgrey from a postfix server?

I have postgrey installed on a postfix mail server, but I don't want it anymore. I see no option to disable/enable postgrey in postfix. When I uninstall it, the server stops receiving mail.
Do I need to re-install my entire mail server without postgrey or is there a way to simply turn it off?
I turned it off with this:
in the file: /etc/postfix/main.cf...
on the line starting with: smtpd_recipient_restrictions =
removed check_policy_service inet:127.0.0.1:10023
Yeah! No reinstall!

How to configure Exim4 with Mutt?

Maybe I have a still week understanding of how email flow on the system works, but I want to view an emails received by Exim4 with Mutt agent.
Is it possible?

How to securely send emails in command line?

I would like to be able to send emails in command line and in bash scripts (e.g., to get notifications about running simulations on my computer). There are apparently different options to do that, but all seem to rely on postfix. However, as far as I understand it, postfix is a full email client to send and receive emails. In my case, I am just interested in sending emails.
I am particularly worrying about security issues and I don't want to open any doors on my system by installing one of these programs.
Any advice on how to configure postfix to only allow outgoing emails and to block anything else to avoid any threats? Or any other ideas to send emails securely?
Many thanks for your help!
PS: Running Ubuntu 14.04.01 LTS.

Mails from local server not being delivered properly

I have a local phabricator server which triggers mail for every commit and email is generated through postfix and emails are delivered to Office 365 accounts. I observe that some mails are not being delivered. Only 60% of them are being delivered approximately. How can I fix this issue?

SMTP outbound emails stuck in Queue folder : Windows XP SP3, IIS 5.1

I am using a PHP script for sending emails by IIS 5.1 SMTP.
The emails, go to outbound folder. really path is C:\Inetpub\mailroot\Queue.
after a seconds, it start to send emails properly, but after sending 5 or 6 emails, it stops to send the other ones. SMTP service is still start and it seems there is no problem to SMTP service.
but,If i restart the service, it sends 1 or 2 other emails and then, it stops again.
I mean sending emails stop but service is start.
by the way, emails are stucked in Queue folder.
Also i checked Badmail folder. it is empty
Thanks
are all the emails to the same network? I have seen behaviour like this when the recipient server bans you, yahoo's (xtra) used to do it sometimes to our server in particular. You can check the logs in event viewer for something from the smtp server, you'll find a message from the other server saying something to the effect that you have been temporarily banned, possibly with more detail about why. Trying to connect via telnet also gives you the same message.
When this happens windows will try and send them again later. Restarting the server starts to try sending again and if the ban condition has been lifted messages will flow for a while again until you are rebanned.