Exim is a sendmail-compatible Mail Transfer Agent, licensed under the GPL, designed for Unix-like operating systems.

learn more… | top users | synonyms (1)

0
votes
0answers
31 views

What does “domain or user is in the queue only list. Message queued” mean?

Emails to my domain are periodically being delayed. I see in Exim's log file /var/log/exim_mainlog messages like the following: 2013-05-16 18:58:18 1Ud77q-0002ns-Rd <= email@my.host.name ...
0
votes
0answers
16 views

Setup Exim on cPanel to only send FROM authorized addresses for php

I run a cPanel host for my web clients, It has exim set as it's mail server. I have many clients running CMS'(mostly old joomla 1.5 which is nolonger maintained for security) that keep getting hacked ...
0
votes
1answer
57 views

Gmail marks email from my server as spam [duplicate]

I'm configuring a new mail server, but have trouble with the e-mail: gmail marks it as spam. I've checked all the obvious things (SPF, DKIM, Reverse DNS, IP adress blacklisted or known spammer). OS is ...
0
votes
1answer
43 views

exim virtual domains vs main domain - rewriting rules

I currently have two servers first.mydomain.com (ip:A.B.C.28) and second.mydomain.com (ip:A.B.C.30) Both servers have DNS and reverse dns entries, e.g. A.B.C.30 -> second.mydomain.com The ...
3
votes
2answers
48 views

Intermediate SMTP server (exim), how to handle backscatter?

I have a dedicated Ubuntu Lucid box at a hosting provider that is my backup MX (running exim4 4.71-3ubuntu1.4) for domains that I have configured on an Exchange 2007 server on my LAN. So my Exim ...
1
vote
1answer
30 views

How can I use Puppet/Augeas to manage exim dc_local_interfaces configuration?

I need to set the value for "dc_local_interfaces" to "127.0.0.1;::1", but the semi-colon prevents this. This is my definition in Puppet: augeas { "/etc/exim4/update-exim4.conf.conf": lens => ...
0
votes
0answers
47 views

EXIM4 sent mail sometimes rejected, always put in spam. DKIM and SPF pass + reverse DNS

Recently I've been seeing some instances of Your access to this mail system has been rejected due to the sending MTA's poor reputation. in my maillog and have noticed that my emails have been getting ...
0
votes
1answer
31 views

Send email from Debian Sqeeze via Microsoft Exchange

I am currently in the final stages of building a website which is going to use PHP to send out emails. The domain for the company the site is for, is already using the domain's MX record to point to ...
0
votes
1answer
33 views

Linux: How to list all messages sent from sendmail

I am getting occasional claims that people are not receiving some automated emails from the Apache server, which uses sendmail as the MTA. How do I see a list of activity? /var/log/maillog is empty. ...
0
votes
0answers
38 views

Pipe All Email @sub.doma.in to PHP script [closed]

I've looked through a lot of the topics on here on this subject but none seem to do anything for me. What I'd like to do is pipe ALL mail directed at a subdomain to a PHP script. So, ...
0
votes
1answer
58 views

Exim can't send emails out of my server, but can receive

I installed cpanel on a new server, so exim is included. As my provider blocks port 25, I added port 587 (according to the ISP recomendation), to the "Allow exim to listen on port " setting. I can ...
0
votes
1answer
27 views

Exim: forward mail for subdomains to main domain MX

I've got a domain (example.com) registered with Google Apps, and have their mailservers registered as the MX record for my domain. I also have a site with a central mailserver (Exim4 on Ubuntu), and a ...
2
votes
2answers
36 views

Deliver mail originating from machine/processes to outside machine

I'm running a Ubuntu 12.04lts server with denyhosts, logwatch, apticron etc daemons which send emails to a user on the machine when something happens. Since I don't use the root account; I aliassed ...
1
vote
1answer
70 views

Exim cannot receive any email but can send

I had defect on exim that i could not send any email! I'm using Redstation's servers and they told me put these lines to exim.conf : smarthost: driver = manualroute domains = * transport = ...
0
votes
1answer
73 views

WHM, default Exim config - sent mail not being delivered to Microsoft Exchange

I'm having a huge headache with email over the past week and i'm ready to take a lump hammer to the server! We have a dedicated server with WHM installed and currently using the default exim ...
1
vote
1answer
53 views

How can I defer delivery of an email message with exim?

I have previously used sendmail from the command line to send a large number of messages and used the -odd flag to defer delivery so that the program puts the emails into the queue quickly and returns ...
0
votes
1answer
27 views

Deliver mail both locally and forwarding the mail

I have a debian server which uses exim4 as mta and courier-imap to allow users to read main. Mail is usually either delivered locally or an aliases file is used to forward mail to another adress. e.g. ...
0
votes
0answers
45 views

Exim 4.71 does not add DKIM signature to outgoing emails

I am trying to add DKIM to my domain, I have created a key, added the following to /etc/exim4/conf.d/transport/30_exim4_config_remote_smtp: dkim_domain = mydomain.com dkim_selector = mail1 ...
0
votes
1answer
119 views

exim is not accepting external connections

Update: It's definitely my ISP blocking port 25. I told Exim to listen on a non-standard port, and then checked from a remote computer to that port, and it went through just fine. So, I guess I have ...
0
votes
1answer
70 views

Why does Exim's “sendmail” apparently do nothing for about 5 seconds before sending any mail?

I'm having a problem where calling "sendmail" results in it just sitting there for about 5 seconds before doing anything. I tried calling it with "-d" and this is the output: # sendmail -d [My email] ...
-1
votes
1answer
76 views

Exim spaming errors to log and doesn't send mail to several domains

I have a server with CentOS 5.6 installed on it. It has working mail server of exim + dovecot + mysql + roundcube. My log file /var/log/exim/main.log is already of 3 Gb and continues to grow. It ...
1
vote
1answer
74 views

(EXIM) ACL for only allowing internal domain to send to internal group alias

I'm trying to create an ACL rule that will only allow internal users/white listed users to send to particular group aliases such as all@ or office2@ I know I need something similar to: deny ...
0
votes
2answers
123 views

How to find emails sent,deferred, bounced with logs on exim mail server?

I am new to exim mail server. Now i need to findout the number of sent, deferred , bounced emails through logs. Since in postfix I will do things through grepping. Is there any way to find in exim ...
1
vote
2answers
116 views

Exim 4.69 denying outbound mail due to syntactically invalid EHLO (bizarre pseudo-MAC FQDN)

Since yesterday (new router, which I suspect is the root cause) a client's been having trouble sending email. Receiving is fine, just the outbound is constantly failing. Tailing Exim's mainlog, this ...
0
votes
1answer
58 views

DKIM body hash fail

We're sending out e-mails with EXIM 4.71 from a PHP application. DKIM is enabled and is working properly, unless when sending a specific type of mails, which results in dkim=neutral (body hash did not ...
-1
votes
1answer
50 views

Hiding/Editing e-mail headers

from 1.2.3.4-rDNS ([1.2.3.4]:57306 helo=[127.0.0.1]) by SERVERHOSTNAME with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from <MYEMAIL>) id 1ZGFeS-0023uH-H1 for MYEMAIL; ...
1
vote
4answers
757 views

How to find which script on my server is sending spam emails? [duplicate]

My server is sending the spam email and I am not able to find out which script is sending them. The emails were all from nobody@myhost so disabled from the cpanel that nobody should not be allowed ...
0
votes
0answers
39 views

Configure exim to send mail to different server

I have a web server on a domain eg example.com On this webserver is an exim server whose only job is to send email to one particular user eg user1@example.com However the pop mail server is hosted ...
0
votes
1answer
243 views

Some servers do not accept mail from my server: Domain not found (in reply to RCPT TO command)

I have the following problem. I use Gmail mail services for my domain name mydomain.com. My server with hostname server.my-datacenter.net sends messages to the users of my website with "from" and ...
0
votes
0answers
67 views

postfix/Exim - Mail “Scrubbing” component/filter?

I have currently a SMTP server (MTA) which handles outgoing mails from my domain. The server is DKIM & DomainKeys signing every authorized outgoing mail. Have tried with both postfix and Exim4, ...
0
votes
1answer
294 views

e-mail ratelimit exim

Server1 sending to Server2: Connecting to domain.com [1.1.1.1]:25 ... connected SMTP<< 451 Temporary local problem - please try later SMTP>> QUIT LOG: MAIN SMTP error from remote ...
0
votes
1answer
233 views

Email Forwarding to Gmail using Exim4

I'm trying to host my own email forwarding for my domain on a small VPS but am having some odd problems getting forwarding to work. I am using exim4 on Ubuntu 12.04.1 LTS and all of my packages are ...
0
votes
2answers
171 views

Is forwarding mail from my domain to my gmail account a bad idea? [closed]

I just configured my exim mail server to forward *@mydomain.com to my gmail account. But then I found some forums mentioning this is a bad idea. Google could eventually blacklist mydomain.com. ...
0
votes
1answer
52 views

Require STARTTLS for sending email in exim

I have configured exim to work with dovecot (might be useful to point out) in both IMAP and SMTP auth. I need to make exim require STARTTLS + CRAM-MD5 when a client authenticates to send an email ...
1
vote
2answers
106 views

Exim4 not sending to all email addresses in /etc/aliases

(I posted this on Superuser but I realized that it was probably better handled here) I've recently set up a development server at my job to test out certain features. I am setting up exim4 to be the ...
0
votes
1answer
122 views

Exim: Unauthenticated SMTP, server sending spam

I'm experiencing problems with my web server where someone is using it to send spam. It appears that it's accepting emails without authentication. How can I block my web server from accepting emails ...
1
vote
0answers
79 views

dovecot / exim setup to capture mail internally into mail boxes and allow me to browse through a mail client

I am attempting to duplicate a live oscommerce site onto a local virtual machine. I am running ubuntu 12.10 server (through virtualbox). Can someone point me towards any article, or provide me some ...
0
votes
2answers
83 views

Exim4 uses remote SMTP to deliver to @mydomain.com even though mydomain.com is in /etc/mailname

As described in the title. If mydomain.com is THE local domain, why would exim attempt delivering mail by contacting it, rather than just storing it in a local mbox? I.e. when I do echo hello | mail ...
4
votes
6answers
333 views

Prevent outgoing spam

What are some ways to prevent spam from leaving your servers should a hosting account get compromised? Have a bunch of clients on a server with cpanel but wondering if there was a way to just ...
2
votes
3answers
122 views

Email won't send

2013-01-18 10:33:04 cwd=/home/USER/public_html/clients 3 args: /usr/sbin/sendmail -t -i 2013-01-18 10:33:04 1TwDwG-00023y-Ks <= USER@host.mydomain.com U=USER P=local S=3993 ...
-1
votes
1answer
110 views

EMail is not sending

I'm running exim with a CPanel setup. However, I am checking var/log/exim_rejectlog and am not seeing a single issue going to this hotmail account. its just not listed. but the email is not going in. ...
-1
votes
1answer
64 views

exim or dovecot plugin or filter to put body preview to header [closed]

Is there any filter which would allow me to have the plain or html text body synopsis (preview) in the mail header as well? Like SpamAssassin does for spam emails (it inserts X-Spam-Report header with ...
1
vote
2answers
118 views

How do I get a SMTP session log in Exim?

Sometimes when debugging SMTP issues the standard maillog is not enough and I need to see the full SMTP session. In postfix I add the problematic IP to "debug_peer_list" which will enable the session ...
0
votes
1answer
61 views

Setting up existing exim emails on new server without domain

We've had a hard disk failure, and have a backup of emails. The MTA on the server was Exim. We need to setup the mails on another server to give the admin access to these emails on desktop client such ...
1
vote
1answer
119 views

Exim filters, header variables and MIME encoding

I write exim filters to forward e-mail (like maillist). In filter condition I use header variables. And I faced with some difficultes with $h_subject encoding. Try to explain with example. New e-mail ...
1
vote
1answer
39 views

exim, variable string expansion

How can I get the list of local domains from a forward file? An example of /etc/exim4/forwards: a@test.com: a@lala.com # ignore this line b@test.com: a@example.com b@hugo.com: hugo@example.com ...
0
votes
1answer
141 views

limitation of sent messages in exim

I want limit the messages which sent through exim per user or per domain. (for now interesting only message sent through php mail). mails send from apache user (mod_php) so as I understand limit ...
0
votes
0answers
76 views

Configuring Exim to relay mail from authenticated users

I have multiple CentOS servers with cPanel installed, with Exim as the MTA. The goal is to: Relay mail from authenticated senders via another SMTP server Send mail from mailnull user (sendmail, PHP ...
0
votes
0answers
88 views

Deny sending email from a specified local user using Exim's sendmail command

How can I prevent a certain user running its Apache server instances through SuExec by using the sendmail command from Exim. Does listening the envelope address (username@fq.domain.tld) in the ...
0
votes
1answer
311 views

Exim Prevent Mail Sent by Relay

Currently it appears that somehow someone is using my server to send spam as I'm seeing 100's of rejection emails from other email services (such as gmail) saying the message could not be delivered ...

1 2 3 4 5 9