Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
225 views

Exim4 - mysql lookup

I tried exim4 start, but now I get this error: lookup type "mysql" is not available. I installed exim4 with apt-get install exim4. How can I fix this? Regards, Kevin More information: 2011-05-23 ...
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
1answer
3k views

554 SMTP synchronization error with exim4 and my code

I have run headfirst into this reject error from exim4: 2010-02-15 01:46:05 SMTP protocol synchronization error (input sent without waiting for greeting): rejected connection from H=ender ...
1
vote
4answers
1k views

Specify remote port to use for mail via exim4

I've got a stock Debian Etch system, using Exim4. The domains are mostly local but there are some that are remote. To handle the delivery of remote mail I use the Debian configuration file: ...
0
votes
1answer
82 views

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 ...
0
votes
0answers
37 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
0answers
88 views

Use django-mailer with local exim?

I have a django app for sending mails through gmail. Right now I'm using it only for sending mails everytime someone registers for the app, but I expect to give it more use in the future. I've tried ...
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
56 views

Exim4 - Unknown named host list

I got this strange error now: 2011-05-23 17:01:26 unknown named host list "+relay_from_hosts" But it is set (in /etc/exim4/conf.d/main/01_exim4-config-listmacrosdefs): hostlist relay_from_hosts = ...
0
votes
1answer
131 views

perl log parser for exim4 mta

im going to write log parser for exim4 MTA, and i have a couple of questions. (i know that there is an exilog program) Question: 1. what is better way to parse a line? (its abbout 5Gb of such lines ...
0
votes
1answer
358 views

Debian, Exim4 and Multiple smtp servers

I have been googling high and low with no success. I am looking for clear instructions or a tutorial on how to configure exim4 on debian so that it will pick the smtp server based on the from address ...
0
votes
1answer
131 views

exim4 vs gmail FROM field

I've configured exim on my server as MTA to work with gmail. Here is a configuration: gmail_login: driver = plaintext public_name = LOGIN client_send = : myaccount1@gmail.com : ...
0
votes
1answer
233 views

CodeIgniter Mail + Exim4

i've set up Exim4 on my Ubuntu machine. I've started learning CodeIgniter and when sending an e-mail through there email library i get the following if I ask for the debug status. Looks OK i suppose, ...
0
votes
2answers
514 views

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 ...
0
votes
2answers
4k views

Add gmail as smarthost in Debian exim4

I'd like to know how to setup my exim4 on Debian so that it can use gmail as the smarthost, rather than my ISP. It appears to need TLS to be setup, and of course a gmail userid and password. The ...
0
votes
1answer
529 views

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, ...