Questions tagged [exim]

Exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. It is freely available under the terms of the GNU General Public Licence.

Exim is a highly configurable message transfer agent (MTA) for Unix system. It excels at providing possible solutions for almost any mail configuration. Among others it has an internal filter scripting language and a built-in Perl interpreter. Using it's string expansion system one can write database lookups, call external scripts or create custom rulesets of almost any kind.

The official documentation is almost unrivaled in the open source world. Unlike Postfix, it is monolithic by design, and has therefore been criticized by security experts. The security record of Exim however is fairly clean, only a handful of serious security issues have emerged along the years.

64 questions
9
votes
1 answer

How to find out who (what process) is starting another process?

So no matter how many times I kill exim4 it immediately comes back to life. I have stopped the service and everything but something is bringing it back to life and using it for spamming. How do I find who is the culprit, in other words, who is…
8
votes
2 answers

Exim: How to send email (with headers) from command line?

I can use echo "My Mail content" | exim my@email.com to send an email, but it does not contain a subject for the message How can I send an email with subject, "From" and "Reply-To" Headers from the command-line in exim?
Robby75
  • 443
  • 2
  • 5
  • 7
6
votes
2 answers

Prevent email to root@domain

I'm running Ubuntu Server 12.04 as a web server and use Exim4 for sending confirmation emails and such. Is there a way to set a system-wide email address for the root user? In other words, I'd like ALL email to go to a different address rather than…
user157635
5
votes
2 answers

Starting MTA: without network takes a long time?

Whenever I start up my netbook without an internet connection, I might as well be using windows because it takes forever to start up waiting for "Starting MTA:" which eventually times out and continues my boot process. I'm using exim4, and I don't…
Rob
  • 2,422
5
votes
2 answers

Bounce mail spam in masses. What to do?

When I got up this morning I found more than 300 emails in my mailbox with numbers growing by the minute. All those mails were bounce mails coming from Russia. Looking at the attached original mails I noticed that the “From”-Header is set to an…
yankee
  • 693
3
votes
2 answers

AjentiV Mail Server Setup

AjentiV recently added support for mail server/ mail forward. I have been trying to get mail working on my domain but I have never set up courier or exim. I was wondering if anyone has instructions on Ajenti V mail setup.
user314295
  • 31
  • 1
  • 2
3
votes
1 answer

exim4 on Debian: Forward all local mail

My goal is to forward all local mail on my servers to a specific mail address. I have set up Exim4 in a satellite configuration on Debian Wheezy, however, exim4 ignores wildcards in /etc/aliases: *: mydestination@foobar.com This wildcard is…
3
votes
0 answers

Exim4 only sending to certain email addresses

I've recently set up a development server at my job to test out certain features. I am setting up exim4 to be the MTA for the server. However, when I test and send emails to my account on the server, even though I have multiple entries in…
josh
  • 153
2
votes
0 answers

Enable DKIM header in sent emails Exim or CPanel

I have enabled DKIM in WHM/CPanel/exim. DNS has valid DKIM keys for "default" selector. Everything seems ok. I downloaded email from gmail and looked in header and it misses DKIM header. /var/cpanel/domain_keys/private has valid key for that…
Max
  • 259
2
votes
2 answers

How to find out what port is Exim 4 using for SMTP?

I'm trying to debug a problem with email sending on my home machine, possibly a router related problem. This is on Debian squeeze with Exim 4.72-6+squeeze3 (the default Exim 4 Debian package for this release). I'm getting a Relaying denied. Proper…
2
votes
1 answer

Configure exim in debian 6

I am trying to configure exim with gmail in my debian 6 system as per this tutorial http://www.manu-j.com/blog/wordpress-exim4-ubuntu-gmail-smtp/75/.After configuring, When i run update-exim4.conf i am getting this message, Exim configuration…
blakcaps
  • 185
2
votes
0 answers

Telling exim that "no recipients found" isn't panic-worthy

I manage several Debian servers which all use exim4 as their MTA and, for the most part, everything is happy. However, one of them has a web application on it which sends out notices, and some of the potential recipients are not set up…
2
votes
0 answers

Prioritised outgoing emails using Exim

Our outgoing email queue uses Exim (on Centos) and is used both for sending bulk batches of email to clients and sending authentication keys, eg as part of the forgotten password routine. On some occasions there are already many bulk emails queued…
2
votes
1 answer

How to upgrade the Exim to version “4.92” on Ubuntu 18.04 server?

A critical vulnerability (CVE-2019-10149) was found in Exim mail server. It allows to execute some code on victim's server with root privileges. This vulnerability affects versions from 4.87 to 4.91. I have an Ubuntu 18.04 server with Exim version…
2
votes
4 answers

exim4 says "Warning: purging the environment" even though add/keep_environment are set

Recent versions of exim4 added add_environment and keep_environment to the config. If those are missing, exim4 sends a warning to STDERR. In my configuration, both of those variables are set to blank: add_environment = keep_environment = This is a…
Ian Ling
  • 161
1
2 3 4 5