Exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet.

learn more… | top users | synonyms

0
votes
1answer
47 views

Why can't my server send outgoing email?

I've been having a lot of trouble trying to configure my server so I can send emails through PHP. I've read all the tutorials I can find but nothing seems very clear and it all assumes you have ...
0
votes
0answers
23 views

Cpanel Exim relay spam filtering

I am using the code below to forward my domains mail to different ip address's and that's working but I would also like to be able to use spam filtering on the domains. Is there a piece of code out ...
-1
votes
1answer
14 views

Godaddy's IP showing up in mail headers from my VPS [closed]

I have a CentOS VPS hosted by godaddy, and although I'm running my own Exim mailserver, the IP address of the actual server changes frequently when I send mail (as viewed in headers). These are ...
-1
votes
1answer
28 views

Signing Exim mail with DKIM [closed]

I have enabled DKIM on the domain I want to sign messages with. I did this in WHM by going to Modify an Account the Enable DKIM on this account When I check the mail headers there is no DKIM ...
1
vote
2answers
28 views

Exim filters and lookahead assertions with quotes

I am attempting to create some rules to help deal with the outbound spam we've seen lately from our customers being compromised. To do this I'm using an Exim filter and checking the subject or ...
0
votes
0answers
28 views

PHPLIST 2.10.19 not sending emails

We are using Exim 4.77, PHPLIST 2.10.19, CentOS release 6.3 (Final) We want to use SMTP (using Exim) so in the config.php we have set: define("PHPMAILER",1); define("PHPMAILERHOST",'localhost'); ...
0
votes
0answers
68 views

Directadmin warning: 1000 emails have just been sent by username [closed]

I use direct admin on my centos server and yesterday I've recieved this message. Did I hacked? The myusername account has just finished sending 1000 emails. There could be a spammer, the account ...
4
votes
1answer
173 views

sendgrid cpanel exim failure

I was following instructions at the below websites http://sendgrid.com/docs/Integrate/Mail_Servers/exim.html ...
0
votes
0answers
171 views

Perl MIME::Lite send emails from a remote server

I am using the following code to send emails using MIME::Lite use MIME::Lite; use Net::SMTP; ### Adjust sender, recipient and your SMTP mailhost my $from_address = 'martin dot zahn at akadia dot ...
2
votes
1answer
179 views

SMTP authentication failure while using SendGrid/Gmail

I am getting SMTP Authentication Failure on the server and the mail is getting send via the server SMTP only... It appears to be a server configuration or related problem, but I am not sure. This ...
0
votes
0answers
215 views

SMTP Error <<: 503 AUTH command used when not advertised

I am facing this error in Webmail Lite. I have Exim installed. Here is a snippet of the auth block: PLAIN: driver = plaintext server_set_id = $auth2 ...
0
votes
0answers
22 views

Processing email sent to our server

There is a site on our server. I want to post a comment to our site when we receive a email to a certain address. Currently our server runs Exim MTA. The question: How to process (run certain ...
0
votes
2answers
72 views

viewing email logs from last 24 hours only

I am in the process of writing a ssh command to process certain email log entries with awk into a nice readable format. This script is to be run only on entries to /var/log/exim_mainlog that are from ...
0
votes
0answers
186 views

exim redirect mail to a script

I am looking to set up a mail relay so that any mail sent to for example @example.com gets parsed be a PHP script. I know to do this for indervidual address I could do some thing like (from the ...
0
votes
1answer
130 views

having problems with exim greylist on cpanel

I'm getting some weird errors in /var/log/exim_mainlog when someone is trying to send an email. The problem is I can't solve this so i'll try here. 2012-10-29 00:35:54 DBD::SQLite::db prepare ...
-3
votes
1answer
58 views

Emails received by wrong address [closed]

I have 2 email accounts on my server which are kind of mixed up. us-support@mydomain.com ca-support@mydomain.com Whenever an email is sent to ca-support@mydomain.com, it's being received by ...
1
vote
1answer
101 views

How to handle incoming mails?

We are developing a Client Support System. So we need to handle every mail once we get it. How to configure Exim? When the mail is received. It has to be handle (in php). For example it has to be ...
0
votes
1answer
242 views

Exim spam centos, how can i detect the source

i have a lot of message like this 2012-10-03 06:53:36 1TJGxf-0006kG-F0 ** *@yahoo.com.tw F=<*@*.*> R=enforce_mail_permissions: Domain .* has exceeded the max emails per hour (250/200 (125%)) ...
0
votes
0answers
150 views

Send output of cron runs to an external e-mail address from EC2 instance

What I want to do is pretty simple - I want the output from cron on an EC2 instance to go to an external e-mail address. I've clearly done some wrong things, though, and am confused. I've ...
-1
votes
1answer
74 views

Exim+Dovecot+Sendmail: Messages are not arriving to their destination [closed]

I'm experiencing some troubles with my email service. It was doing well until yesterday, but today, after an electricity failure my clients started calling me to let me know that some of them were not ...
0
votes
1answer
508 views

How to cleanly remove Exim4 mail server on Ubuntu

After successfully using Postfix on my Ubuntu machines, I decided to try Exim on a new server, based on some people commenting it's easier to set up and use. Well I ran into issues with my Rails app ...
0
votes
0answers
97 views

cpanel account filters and spamassassin

I have a hosting account which uses linux/cpanel for hosting. The MTA being used is Exim. I have created account filters for my domain using the CPANEL interface. I am assuming that CPANEL compiles ...
0
votes
1answer
143 views

Exim not seding out mail, getting errors

I dont know for how long, but just today I realized that exim is not sending out any mail. I tried restarting exim, nothing. Then i restarted the box, and still getting errors. I do not know why it is ...
0
votes
0answers
167 views

Exim response code

Here is the main log of exim: 2012-06-29 00:42:56 [31866] 1SkTyp-0008Hx-S6 ** abxyyaakkznmzzzz@yahoo.com F= P= R=lookuphost T=remote_smtp: SMTP error from remote mail server after end of ...
0
votes
4answers
90 views

Emailing content to a php script

I am about to start a project that requires an email to be somehow ran through a PHP script. I have full control of the server that the email will be sent to and wondered if people could give me some ...
0
votes
1answer
192 views

Exim: save mail to unique file

The short version: I need to save mail from Exim to a networked directory, but ideally I want to save these as unqiue files rather than appended to a mailbox. The long version: I have a PHP script ...
1
vote
2answers
632 views

Interspire Emailmarketer poor performance: 5 emails per 2 seconds - PMTA/EXIM

Can anyone tell me what is holding us back. I tried every different php script in front end to send emails. Interspire, Oempro, PHP list, PHPknode. But we are only able to send 5 emails every 2 ...
0
votes
1answer
167 views

Is it possible to get Exim's msgid for a mail sent through PHP?

I'm sending emails with PHPMailer and saving the mail details to a database. I would like to use Exim stats' logs to see if there was a problem with delivery. Exim stats has a mysql database ...
0
votes
0answers
252 views

More messages then “smtp_accept_queue_per_connection” in one connection

I want to send many messages to one domain, so I have “queue_only”. When is queue filled, I execute exim –q. In this case exim send only one message per connection. On other hand, when I use exim ...
0
votes
0answers
109 views

Can exim delay emails after a defined limit is reached? [closed]

In a vps I am limited by a certain number of sent emails per minute, I could use a relay server but I don't want! Probably I will never reach the limit, but just in case, can I define a limit to ...
0
votes
0answers
49 views

self addressed emails

On exim4 I'm trying to write an acl to reject messages where the envelope "rcpt to" appears in the headers From field: such as: Received: from xxx.com ([xxx.xxx.xxx.xxx]) [...snip...] by ...
1
vote
0answers
137 views

trying to make a PHP interface to monitor outgoing emails using EXIM

I work as an IT guy in a law firm. I am recently asked to make a system wherein all the outgoing emails coming from our server to our clients will be put on hold first and wait for approval before it ...
2
votes
1answer
114 views

Messed up Exim queue - messages with header file but no data

My Exim mail queue was full of spam so I ran a custom grep command to search out spooled messages that contained the spam terms. Problem is, I didn't know that Exim breaks messages up into multiple ...
-2
votes
2answers
2k views

How to stop Exim or mail server permanently in CentOS? [closed]

I cannot stop the Exim or mail server in my CentOS. The mail server is automatically restarted every time I (as a root user) stopped it: # service exim status exim (pid 18611) is running... # ...
0
votes
1answer
268 views

Mass Email From dedicated IP and Server

We have a dedicated server and we are sending emails from a dedicated IP. We are using PHP mailer Script and Exim to send out emails. The problem I am facing is we are sending very low volume emails ...
0
votes
0answers
295 views

PHP Mail function not working - tried all answers on here etc [closed]

I have tested the script on another server and it works fine. When I check exim logs there are lots of rows like this, User 0 set for local_delivery transport is on the never_users list lots ...
0
votes
1answer
209 views

Exim - Limit sent mail bounce to the user

Exist some way of to limit sent mail bounce to the user with system filter of Exim MTA? I need set the header from of the mail bounces in a file, but not know like read it content. Thanks
0
votes
2answers
902 views

exim mail queue is full of spam

I want to know which script of my server has a hole, and it's adding to the queue 4000 mails / hour. This is my mail queue screenshot: http://www.diigo.com/item/image/1i66c/8mav And this is a single ...
0
votes
1answer
47 views

Identifying where a message was forwarded to

This is one of those hard to explain questions. I've tried my best below, hopefully it is clear what I mean. Emails are coming in to an address (foo@example.com), and are being forwarded to another ...
1
vote
1answer
364 views

Exim: Forward Based on Recipient in bcc

Currently I am filtering incoming mails by a .forward in the following way: if $header_to: matches "(office|info)@domain.com" then save Maildir/.office/ endif if $header_to: matches ...
0
votes
1answer
187 views

Cleaning bounce mail

I'm wondering whether cleaning the bounce mail is done by parsing the returned message text and creating rules (if contains bla bla bla) or by extracting a certain error code number. Please clarify.
1
vote
0answers
310 views

Can't relay mail server to SendGrid

I've gone through the SendGrid integration instructions for Exim (http://docs.sendgrid.com/documentation/get-started/integrate/examples/exim/) However, any email I send now is not being sent. Its all ...
0
votes
1answer
165 views

Debian - invoke external script from exim on receipt of emails

I am looking fopointers on the best approach to process incoming emails to a certain vhost and to call an external script with the email data as parameters - basically to allow email to be sent to a ...
0
votes
1answer
203 views

Problems with Exim hosts_require_tls config

I'm trying to enforce TLS for out going mail to a single host. I'm no exim expert, in fact I've never even used it, it was all set up by the previous developer. I just assumed inserting ...
0
votes
1answer
513 views

PHPMailer mails getting rejected by exim after upgrade to WHM/cPanel 11.30

After updating to WHM/cPanel 11.30.0, PHPMailer mails are now being rejected by exim. This is my code: $mail = new PHPMailer(); $mail->IsSMTP(); $mail->SMTPAuth = true; $mail->Password = ...
0
votes
1answer
160 views

Mail attachment killfile - how to blacklist signature attachments by filename

How can one best implement a minimal serverside mail filtering system which does one thing: remove signature attachments by name. Some colleagues' every email contains an inline embedded ...
1
vote
4answers
2k views

perl regexp for mail address

ive got some trouble with writting regex for this lines in exim log 1. 2011-05-12 11:30:26 1QKRHt-0001aD-Vd => mail <mail@mail.example.com> F=<root@example.com> bla bla 2. ...
13
votes
3answers
8k views

Set email headers so bounced emails go to a specific address

From our rails app we send out some system-generated emails with the 'from' address set to noreply@ourdomain.com. If these bounce they get sent back to this address by our mail server. However, what ...
0
votes
2answers
1k views

SSL connect to mail server. Trusted ssl certificate rejected by mail client

I've godaddy's 2048bit certificate for domain and 4 subdomains. [www.site.com, mail.site.com, e.t.c.] Standard Multiple Domain (UCC) SSL Up to 5 Domains - 1 year (annual) That certificate works ...
1
vote
1answer
316 views

Rails and Exim for Mailer with external mail provider?

we have our mail outsourced. so everything is on an external server. in my rails app i want to send email with exim, but it doesn't work, because the sender address is on another server. Any advice on ...

1 2