Tagged Questions

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

7
votes
3answers
1k 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 ...
3
votes
1answer
743 views

exim configuration - accept all mail

I've just set up exim on my ubuntu computer. At the moment it will only accept email for accounts that exist on that computer but I would like it to accept all email (just because I'm interested). ...
2
votes
1answer
488 views

Exim overwrites “from” header when sending MIME email from PHP

I'm using the PHP Pear Mail_Mime library to send email. In my script, I set the "From:" header before sending the message. This all works fine on a server running Mac OS X, (which presumably uses ...
2
votes
4answers
4k views

How do I fix “501 Syntactically invalid HELO argument(s)”?

I'm using exim on both the sending and relay hosts, the sending host seems to offer: HELO foo_bar.example.com Response: 501 Syntactically invalid HELO argument(s)
1
vote
0answers
70 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 ...
1
vote
4answers
183 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. ...
1
vote
1answer
193 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
vote
1answer
391 views

How to understand Exim log file?

Can someone help me understand Exim log file ... and also point me a great documentation about it's log... LINE 1 2010-12-05 17:30:15 1PPKHn-0003mA-5w <= ...
1
vote
5answers
434 views

How to send email from a specific ip address?

I'm running a vps with cPanel/CentOS, And i want to dynamically choose the IP address to send an email from right inside the php code. ( i'm open to any weired ways ) Is there any way to do that? i ...
1
vote
0answers
230 views

Exim piping for forwarding to rails controller

I am using Exim. I am trying to "send" all emails to a rails controller, but unfortunately I have no experience with Piping emails. Any help with the configuration of Exim is welcome. What i want is ...
1
vote
1answer
437 views

Problem with sending multiple mails per SMTP connection with Zend_Mail and Exim

I have exim mailserver on my dedication server. I'm trying to send about 800 mails at once with zend_mail But only about 200 of them sending I have no php errors in error_log I tried to log if it too ...
1
vote
2answers
197 views

What is the proper way to send an email *directly* using the SMTP protocol? (bypass MTA on my end)

I need to send emails DIRECLTY to the recipient's mail-server, bypassing any MTA's on my end. I know there are some great reasons to use MTAs like sendmail, etc, so I don't need advice in that ...
1
vote
4answers
326 views

How can I programmatically verify if a CYGWIN app is installed in a SH script?

Here's the situation : I am writing a SH deployment script that will deploy a website with an RSYNC command in CYGWIN. After the installation, I want to send an e-mail to the development team to say ...
1
vote
1answer
555 views

Exim sender callout verification but only for my domains

I have exim 4 on my backup MX server. I'd like to configure it so that sender callout address verification is done, but only where the domain part of the sender address is listed in local_domains or ...
0
votes
0answers
32 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
13 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
49 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
16 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 ...
0
votes
0answers
38 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
41 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.
0
votes
0answers
15 views

Giving users of a web app their own email address?

Every once in awhile, I stumble upon a company (or web app, or somethingorother) that, in addition to service offering, also give you a brand spankin' new email address on their domain. Some companies ...
0
votes
0answers
47 views

How to Remove Senders information during remote SMTP connection

I am try to send mail using remote SMTP using EXIM, cPanel . I using server 1 to send mail my remote connection of server 2 SMTP but in header ho mail showing information of server 1 who to I remove ...
0
votes
0answers
38 views

locally relay on exim cpanel

I have Cpanel mail server which is exim SMTP My server is relaid from internet to my local virtual domain such as telnet me.myemailserver.com 25 ehelo me.someserver.com mail from: ...
0
votes
1answer
45 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
49 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
0answers
182 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
0answers
70 views

Exim too many processes overloads system

We run a job search site and send a daily job alerts to 250,000 people via a cronned php script. However, exim spawns a multitude of processes that overwhelms the system. "ps aux" gives like 500 exim ...
0
votes
1answer
57 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 ...
0
votes
0answers
61 views

Lightest MDA to forward all mail to script

I need to forward *@domain.com to a script. I know the EXIM way: http://serverfault.com/questions/229964/forward-all-mail-on-a-specified-domain-to-script and the PROCMAIL way: Want procmail to run a ...
0
votes
0answers
58 views

How do you set up an IMAP filter using vfilters

I am trying to set up an IMAP filter using vfilters. As an example, when I add the following filter ALL email is blocked. What am I doing wrong? if $header_from: is "maestrojed@somewhere.com" then ...
0
votes
2answers
471 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 ...
0
votes
0answers
290 views

On CentOS, mail or mutt never sends my emails

Using CentOS 5 and trying to send an email from the command line (for crontab emailing attachments). mail and mutt execute without errors, but I just never receive any emails. I'm running exim as ...
0
votes
0answers
89 views

Why does Exim puts emails on hold if there are frozen messages in the queue? [closed]

Moved Why does Exim puts emails on hold if there are frozen messages in the queue? I've a CentOS with CPanel server working as a SMTP server, which currently uses 20 different hostnames and IP ...
0
votes
0answers
100 views

How can I distribute email deliveries between 2 or more servers? [closed]

We provide Email Marketing service through our online Application. We have about 30 customers. And each one has it's own mailling list (5k to 100k emails each). What we really want is to distribute ...
0
votes
1answer
398 views

How could I stop PHP from returning headers when executed from commandline?

This may be a ridiculous question, but it's been bothering me for a while. I have a mail forwarder piped to a PHP script, it receives perfectly, however I have the following error mailed back to me ...
0
votes
3answers
536 views

Catchall Router on Exim does not work

I have setup a catchall router on exim (used as last router): catchall: driver = redirect domains = +local_domains data = ${lookup{*@$domain}lsearch{/etc/aliases}} retry_use_local_part This ...
0
votes
1answer
385 views

Handling mail forwarding with php

I have a feature in my app that handles and parses incoming emails. The mails come in through the usual method with exim as a .forward file: | /path/to/php /path/to/mail/handler.php This sends ...
0
votes
1answer
167 views

exim4 nonstandard ports

I am trying to use exim4 on debian to relay mail, nothing more. I have a stage mail server and a production mail server (both written custom in python to do weird stuff). I also have all these ...
0
votes
1answer
152 views

exim “emulating” Outlook configuration via CYGWIN?

I would like to send an e-mail using CYGWIN. I have installed exim and want to use the same config as what I have in Outlook at the moment to send the mail (my company SMTP, my own e-mail, etc) ...
0
votes
11answers
3k views

What's a simple method to dump pipe input to a file? (Linux)

I'm looking for a little shell script that will take anything piped into it, and dump it to a file.. for email debugging purposes. Any ideas?