Questions tagged [exim4]
96 questions
0
votes
1 answer
Is exim has ability to send notification with http postback?
I'm working on a service that gathers statistics for sending mail. Is there a way when Exim does notify external service that he successfully (or failed) send mail and target smtp service confirmed receiving the message using http postback?
Or may…

Nick Bondarenko
- 6,211
- 4
- 35
- 56
0
votes
2 answers
Mail stopped working with exim error
I'm using the mail library with Sinatra. It was working before; I'm not exactly sure what change may have caused this error, but now when I look at mail.err, I see this:
Mar 6 07:35:01 App exim4: ALERT: exim paniclog /var/log/exim4/paniclog has…

Cenoc
- 11,172
- 21
- 58
- 92
0
votes
1 answer
exim forward possible alliass error or duplicate?
I don't know how to formulate this more clear..
Sorry for that.
The forwarding works like a charm. Except in the following scenario:
I want to forward info@domain1.nl to info@domain1.com
(domain names are the same except they each have another…

Bram Hammer
- 363
- 4
- 21
0
votes
1 answer
use string expansion in exim4's authenticator
I need to extract a valid email address like a@example.com in exim4's authenticator, here is what I did:
gmail_login:
driver = plaintext
public_name = LOGIN
hide client_send = : ${reduce{${addresses:$h_from:}}{}{${if…

AngeloC
- 3,213
- 10
- 31
- 51
0
votes
1 answer
Please advice simple module for sending plain-text emails on nodejs using exim
I have vitual machine, with exim4 installed, and I want to send plain-text emails from my project, working under node.js.
I have googled around and found very nice solution - Nodemailer, but it is too heavy for me. I really do not want anything…

avasin
- 9,186
- 18
- 80
- 127
0
votes
1 answer
Sending mail from PHP gives Unrouteable address
I have a Debian server running PHP and Exim4 (among other things of course).
The PHP application is sending 1000s of emails every day all of which work fine, however I now have a new customer and my PHP/Exim4 has trouble sending to this account.
PS…

muz the axe
- 418
- 2
- 17
0
votes
1 answer
How to configure exim to send mails to LAN without DNS
I am trying to configure exim to send mails directly over LAN without DNS, but I have no luck doing it...
On both ends there is a server with one Internet-facing interface and one local interface. I need to use the local interface.
When I telnet to…

Drasha
- 37
- 4
0
votes
1 answer
Ubuntu exim4 - Config setup and spam filters
I've recently setup my Ubuntu web server with exim4 so my PHP website applications can send email such as "thank you" and "confirmation" notices.
I've got it setup and working such that I can send email to gmail, Yahoo! and my work address. …

jmbertucci
- 8,194
- 4
- 50
- 46
0
votes
2 answers
Exim Mail Transfer Agent can't deliver mail
I have problem with exim MTA, it can not send any mail.
I have followed a simple and straight forward guide in how to setup the MTA : https://library.linode.com/email/exim/send-only-mta-ubuntu-12.04-precise-pangolin
But when I test the configuration…

John Master
- 309
- 1
- 4
- 18
0
votes
0 answers
PHP class to parse and send emails
I have Exim4 that pipes incoming emails to my PHP script.
This PHP script should parse it, modify some headers and probably add some info like:
This email was sent by example.com service.
(both plain and html versions).
What I'm looking is a PHP…

Serge Kuharev
- 1,052
- 6
- 16
0
votes
1 answer
Adding headers to mail coming via exim4
I've got a Debian Etch system running Exim4-daemon-heavy.
The system is open to the internet, but the intention is that it will only receive legitimate mail coming from a spam-filtering service, which runs as a proxy ahead of it. (I can't just…
user14038
0
votes
3 answers
My web app server sends emails. I also use Google Apps to host my emails. I can't send messages to my own users?
Please excuse the horrible title. I've been banging my head against this issue all afternoon, only to realize that I was on a wild goose chase.
In short:
Set up Google Apps to handle incoming emails for my domain (foobar.org)
Set up exim4 on my…

Julian H. Lam
- 25,501
- 13
- 46
- 73
-1
votes
1 answer
How to set up mailx and exim4?
I have an air-gapped collection of local networks that are acting as mini-ISPs (connected to other LANs, but not the internet) for understand networking concepts like EBGP, policies, DNS, etc.
In my ISP, I have one laptop running DNS (bind9), one…

Federico Pettinella
- 1,471
- 1
- 11
- 19
-1
votes
1 answer
Why is EXIM not able to verify sender?
Puzzling problem sending emails from one server to another.
Sending from Server-01 pr@example.camp TO Server-02 eman@example.edu.au
Server 02 bounces with sender verify fail for : Unrouteable address
On Server-02 running dig MX…

Emmanuel
- 4,933
- 5
- 46
- 71
-1
votes
1 answer
How to Send Email from PHP With and Without Mail()
Is there anyway to improve a PHP mail() call like the following to lower the risk of having it being classified as spam by providers like Gmail?
$to = "alice@somewhere.com";
$subject = "One Last Step to Get Started";
$message = "To get going…

Laef
- 1,086
- 2
- 11
- 27