Questions tagged [exim]

Exim4 is a Message Transfer Agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. Exim can be installed in place of sendmail, although the configuration of exim is quite different to that of sendmail. Use the exim4 tag for questions about setting up, using and debugging Exim4 installations on Ubuntu.

Exim is a mail transfer agent for *nix systems.

15 questions
13
votes
4 answers

Disable ipv6 in Exim4

Exim4 has an option disable_ipv6=true. As great in many ways as Debian/Ubuntu's split configuration files for Exim4 may be, it makes it difficult sometimes to know where to put configuration options. Where do I add the line disable_ipv6=true?
2
votes
2 answers

Exim not able to listen on port 465 or 587 for TLS connection

I am configuring Exim on a Ubuntu server to send and receive mails via TLS. Followed many guides which shows on how to configure Exim with TLS but still my Exim doesn't listen on 465 or 587 Exim only listen's on port 25 and I am able to send an…
Sachin
  • 21
2
votes
1 answer

Ubuntu 14.04 Exim 4.82 how to make tls_sni variable expanded in tls_certifcate?

I can't figure out how to make exim 4.82 recognise variable ${tls_sni} in tls_certificate section. I'm trying to make exim use per-domain certificates, but I'm getting an error expansion of tls_certificate failed: unknown variable in…
Aleksey
  • 21
1
vote
1 answer

Reconfigure root and postmaster mail recipient in Exim

I installed Exim and mailutils (For receiving) for sending mails through PHP in Ubuntu. After I installed it, I ran the command dpkg-reconfigure exim4-config, I was asked to set the mail recipient for root and postmaster (I was in a rush). I entered…
Example person
  • 287
  • 6
  • 20
1
vote
0 answers

Problems installing or removing apps under terminal in Ubuntu 16.04.5 LTS

I'm reaching for your help because I tried everything I knew and cannot fix my issue. If I'am trying to use "apt-get install / apt-get update / apt-get purge" I am getting the following error: Reading package lists... Done Building dependency…
DooMFeaR
  • 43
  • 9
1
vote
0 answers

Exim: use /etc/hosts to resolve domain names

I have just installed exim4, and my /etc/hosts file looks like this: 127.0.0.1 localhost 127.0.1.1 mycomputer 192.168.100.5 rpi.mydomain.com However, when I run exim -bt john@rpi.mydomain.com to test deliverability, it says: R: dnslookup…
Flux
  • 565
  • 1
  • 5
  • 20
0
votes
1 answer

Does email queue affect speed of email traffic for other users on shared server?

I have a guy on the server who hit the mailbox storage limit, so the inbound emails got stuck in the email queue. How urgently do I need to act on this problem and does he threaten the performance for other users? Thank you in advance for your help.
Andrew
  • 3
0
votes
0 answers

What's the purpose of systemd's exim4-base.timer?

The content of /usr/lib/systemd/system/exim4-base.timer is [Unit] Description=Daily exim4-base…
0
votes
0 answers

How to have exim4 listen to port instead of exim

So I was adding ports for exim4 to listen to through the following command /usr/sbin/exim -bd -oX and accidentally made it so that exim would listen to ports 465, 587, 2525. I tried running /usr/sbin/exim4 -bd -oX but after checking with netstat…
0
votes
1 answer

Updates to Exim4 on 18.04LTS

Currently, the latest version of Exim available on 18.04LTS is 4.90. However, several exploits have been found, requiring upgrade to 4.92.3. My understanding is that 18.04LTS is still within the maintenance life cycle. Are there plans to update Exim…
Jason
  • 1
0
votes
1 answer

exim4 no email delivery

in ubuntu disco 'm not able to recieve any mails over exim4. Normaly I got emails from aptlist-cachnges, that way. 2019-11-05 17:42:24 1iS0af-0001oH-B2 Message is frozen 2019-11-05 17:42:24 1iS1Je-0002HV-Lj == alex@guilmon R=local_user T=mail_spool…
nobody
  • 5,792
0
votes
1 answer

apt-listchanges crasht. How can I get the E-Mail?

I made an apt full-upgrade it updates thermald. Normally, I get an E-Mail from apt-listchanges over exim4 to localhost. For 2 days it was working. Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 thermald i386 1.7.0-5ubuntu5 [203…
nobody
  • 5,792
0
votes
2 answers

How to move spam to user's spam folder with sa-exim and exim4?

I have installed and successfully configured exim4 and sa-exim on my Ubuntu LTS installation. Spam Emails are successfully flagged: X-SA-Exim-Connect-IP: 89.238.139.198 X-SA-Exim-Mail-From: hertaqcrqsaa@xxx Subject:…
Arne
  • 123
0
votes
1 answer

How to deny authentication on port 25 in Exim mail server

I have the following config in exim.cnf daemon_smtp_ports = 25:465 ######################## Exim TLS tls_advertise_hosts = * tls_on_connect_ports = 465 tls_certificate=/opt/ssl/certs/server.crt …
Artex
  • 163
0
votes
1 answer

why exim4-daemon-heavy is removed when i remove mysql 8.0 / mysql 5.7

When I remove mysql 8.0/mysql 5.7 using this command: apt-get --purge -y remove mysql* it also removes exim4-daemon-heavy package. As far as I know exim is not dependent on mysql. So why does it removes exim? I get the following log on mysql…