Questions tagged [exim4]
96 questions
1
vote
2 answers
A ruby mail object turns itself into a String before being sent to exim
Running ubuntu 14.04
ruby 2.0
Rails 4
Mail gem 2.5.4
In the rails console
mail = Mail.new do
*> from 'me@test.com'
*> to 'mbennon@gmail.com'
*> subject 'Here is the image you wanted'
*> body 'this is a test'
*>end
>…

dukha
- 69
- 5
1
vote
1 answer
How to save and redirect mail with exim 4
I have working redirecting configuration for exim4 on my server with the help of tutorial. It works with virtual hosts, I followed the following tutorial - the last part
vdom_aliases:
driver = redirect
allow_defer
allow_fail
domains =…

Rikudou_Sennin
- 1,357
- 10
- 27
1
vote
1 answer
Block emails with large number of recipients of same domain
I have a mailserver with exim4 and spamassassin installed.
We have a problem of (internal) spam to a large number of mailinglists, coming from a few users (which we cannot just educate or block for multiple reasons)
Is there a way to block emails…

dtech
- 13,741
- 11
- 48
- 73
1
vote
0 answers
Exilog MYSQL ERROR 1064
I'm trying to install exilog ( ) using 5.5.32 MYSQL. The instalation dump file has old syntax and I cant find error. Can you help me.
Here is the dump.
MySQL says:
ERROR 1064 (42000) at line 16: You have an error in your SQL syntax;
check the…

user3327321
- 11
- 1
1
vote
1 answer
Debian Exim4 SMTP-AUTH stopped working
I have a strange problem that recently popped on my Debian Squeeze server.
I've had Exim4 configured to use SMTP-AUTH with encryption setup and running on this box for a long time, but now it doesn't work.
At first I thought it was maybe my…

Halfstop
- 1,710
- 17
- 34
1
vote
2 answers
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
server_prompts = :
.ifndef…

Krystle
- 11
- 1
- 2
1
vote
1 answer
error: [Errno 111] Connection refused error when sending email in Plone
I really have a serious problem on my site and i fixed some of those.
Recently i encountered this error
We’re sorry, but there seems to be an error…
Here is the full error message:
Display traceback as text
Traceback (innermost last):
Module…

jake
- 167
- 2
- 14
1
vote
1 answer
Configuring exim's outgoing e-mail address
I forgot how I set it. I have two websites and I send the e-mail through my second site. Here's my /etc/exim4/passwd.client file:
*.google.com:noreplyn@firstsite.com:password
*.google.com:noreply@secondsite.com:password
I'm sending mail through…

Jürgen Paul
- 14,299
- 26
- 93
- 133
0
votes
2 answers
Sending 200+ mails to hotmail/gmail
I have a website that notifies members for upcoming events by email. I've recently grown to 200 subscribed members and problems are occuring with the mails.
I have a cronjob that handles the mailing so that I can throttle the amount of emails sent.…

FinalFrag
- 136
- 8
0
votes
0 answers
How to fix exim error : SMTP timeout after initial connection: Operation timed out
Hi am trying to send notification using exim docker image and am getting below error
am trying to send mail from mailid@domain.com to username.gmail.com
2023-07-27 05:36:21 1qOtfh-00000C-0E <= mailid@domain.com H=(b0264265d64d) [192.168.0.3]…

subinksoman
- 426
- 4
- 20
0
votes
0 answers
configure exim4 to send email von docker containers
I configured exim4 using dpkg-reconfigure exim4-config.
I can execute mail -s 'Test Message' adress@domain.com by different users.
I need sendmail to accept Emails from docker containers, which is not working.
Namely I am trying to configure…
0
votes
0 answers
Choosing a smarthost based on From: address (sender's address) in Exim4 on Debian
This question is about the use of regular expressions with Exim, so
while it is a bit exotic, I believe it is on topic here. If the consensus is that this is not the case, I would appreciate suggestions about where to post it.
I am using Exim…

Faheem Mitha
- 6,096
- 7
- 48
- 83
0
votes
0 answers
exim4: OR condition fails in acl_check_rcpt
I try to make exim4 work with multiple interfaces, I have the following config:
IFVIP = 192.0.0.6
IFEXT = 192.0.0.9
IFLOCAL = 10.0.0.9
in my acl_check_rcpt i have the following snippet:
# localdomains
accept domains = +local_domains
…

fsp
- 515
- 6
- 21
0
votes
0 answers
Can't receive emails in google Cloud VPS. VestaCP + Exim4 + SendGrid
i created a vps in gcp. I use it mainly as a webserver and installed VestaCP. But i wanted it to work as a mailserver too. I can send but can't receive emails.
I investigated and GCP bloks outbound traffic from port 25 and reccomends using a…

Walter Polo
- 1
- 1
0
votes
0 answers
How upgrade Exim 4.90 to 9.95?
As you know, Exim version 4.90_1 #2 has critical vulnerabilities, and I am concerned about upgrading it since I run a very important mail server on it.
How can it be upgraded without any problems?
Would you be able to recommend the best method for…

Ali Talebi
- 11
- 2