exim4 - Maildir, multiple domain, spamassassin, clamav

This is a discussion on exim4 - Maildir, multiple domain, spamassassin, clamav within the alt.comp.mail.exim forums, part of the Mail Servers and Related category; Can anyone point me to some online references for setting up exim4 (multiple file config) to handle Maildir format mailboxes, ...


Go Back   Usenet Forums > Mail Servers and Related > alt.comp.mail.exim

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-21-2004
Justin Koivisto
 
Posts: n/a
Default exim4 - Maildir, multiple domain, spamassassin, clamav

Can anyone point me to some online references for setting up exim4
(multiple file config) to handle Maildir format mailboxes, multiple
domains - each with separate alias files, spamassassin and ClamAV? I
have to make a new debian box, and I figured that I may as well jump to
the exim4 package.

TIA

--
Justin Koivisto - spam@koivi.com
http://www.koivi.com
Reply With Quote
  #2 (permalink)  
Old 09-21-2004
Patrick Holthuizen
 
Posts: n/a
Default Re: exim4 - Maildir, multiple domain, spamassassin, clamav

Justin Koivisto wrote:
> Can anyone point me to some online references for setting up exim4
> (multiple file config) to handle Maildir format mailboxes, multiple
> domains - each with separate alias files, spamassassin and ClamAV? I
> have to make a new debian box, and I figured that I may as well jump to
> the exim4 package.
>
> TIA
>


Dear Justin,

Try http://sysadmin.oreilly.com/news/exim_0701.html
Point number 4 helped me out setting up virtual hosts.

At least one of your problems may be addressed by this page.

Sincerely,
Patrick Holthuizen
Reply With Quote
  #3 (permalink)  
Old 09-21-2004
Justin Koivisto
 
Posts: n/a
Default Re: exim4 - Maildir, multiple domain, spamassassin, clamav

Patrick Holthuizen wrote:

> Justin Koivisto wrote:
>
>> Can anyone point me to some online references for setting up exim4
>> (multiple file config) to handle Maildir format mailboxes, multiple
>> domains - each with separate alias files, spamassassin and ClamAV? I
>> have to make a new debian box, and I figured that I may as well jump
>> to the exim4 package.

>
> Dear Justin,
>
> Try http://sysadmin.oreilly.com/news/exim_0701.html
> Point number 4 helped me out setting up virtual hosts.
>
> At least one of your problems may be addressed by this page.


Thanks. I was actually thinking of trying out this method since I like
the alias file layout:

http://blog.f12.no/wp/2004/05/24/exim-config-zen

I *think* I have the rest already taken care of now, but I'm not sure
about the clamav part since my debian install of the clamav package
doesn't have a "/var/run/clamav/clamd.ctl" I'll have to wait and see if
that is working correctly until it is online I guess.

Once I have my system up and running the way I want it, I am going to
publish the steps I took to get it there, but first I have to find out
what the problem is with the system not resolving hosts...

--
Justin Koivisto - spam@koivi.com
http://www.koivi.com
Reply With Quote
  #4 (permalink)  
Old 09-24-2004
Paolo Pustorino
 
Posts: n/a
Default Re: exim4 - Maildir, multiple domain, spamassassin, clamav

Justin Koivisto wrote:
> Patrick Holthuizen wrote:
>
>> Justin Koivisto wrote:
>>
>>> Can anyone point me to some online references for setting up exim4
>>> (multiple file config) to handle Maildir format mailboxes, multiple
>>> domains - each with separate alias files, spamassassin and ClamAV? I
>>> have to make a new debian box, and I figured that I may as well jump
>>> to the exim4 package.

>>
>>
>> Dear Justin,
>>
>> Try http://sysadmin.oreilly.com/news/exim_0701.html
>> Point number 4 helped me out setting up virtual hosts.
>>
>> At least one of your problems may be addressed by this page.

>
>
> Thanks. I was actually thinking of trying out this method since I like
> the alias file layout:
>
> http://blog.f12.no/wp/2004/05/24/exim-config-zen
>
> I *think* I have the rest already taken care of now, but I'm not sure
> about the clamav part since my debian install of the clamav package
> doesn't have a "/var/run/clamav/clamd.ctl" I'll have to wait and see if
> that is working correctly until it is online I guess.
>
> Once I have my system up and running the way I want it, I am going to
> publish the steps I took to get it there, but first I have to find out
> what the problem is with the system not resolving hosts...
>


Hi there, Patrick.

I carried out clamav+spamassassin configuration referring to this
wonderful mini how-to:
http://www.timj.co.uk/linux/Exim-Spa...usScanning.pdf

it's a very quick one but it's clear and covers well whys and hows!

I hope you could find something good in it!

Bye bye.

Paolo
Reply With Quote
  #5 (permalink)  
Old 09-24-2004
Justin Koivisto
 
Posts: n/a
Default Re: exim4 - Maildir, multiple domain, spamassassin, clamav

Paolo Pustorino wrote:
> I carried out clamav+spamassassin configuration referring to this
> wonderful mini how-to:
> http://www.timj.co.uk/linux/Exim-Spa...usScanning.pdf
>
> it's a very quick one but it's clear and covers well whys and hows!
>
> I hope you could find something good in it!


My biggest problem right now is some messed up DNS thing going on... I
can't resolve any of the debian mirrors to install my packages!

Anyway, I did manage to get almost all of the configuration done (just
need to add clamav in there), and I wrote the steps as I did them (so I
didn't forget any small details). Once I can get the darn clamav-daemon
package installed, I'll only need to figure out why my stupid exim
filters in .forward files aren't working.

--
Justin Koivisto - spam@koivi.com
http://www.koivi.com
Reply With Quote
  #6 (permalink)  
Old 05-18-2005
Steven Wayne
 
Posts: n/a
Default Re: exim4 - Maildir, multiple domain, spamassassin, clamav

On Fri, 24 Sep 2004 17:05:41 GMT, Justin Koivisto
<spam@koivi.com> wrote:
> Paolo Pustorino wrote:
>> I carried out clamav+spamassassin configuration referring to this
>> wonderful mini how-to:
>> http://www.timj.co.uk/linux/Exim-Spa...usScanning.pdf
>>
>> it's a very quick one but it's clear and covers well whys and hows!
>>
>> I hope you could find something good in it!

>
> My biggest problem right now is some messed up DNS thing going on... I
> can't resolve any of the debian mirrors to install my packages!
>
> Anyway, I did manage to get almost all of the configuration done (just
> need to add clamav in there), and I wrote the steps as I did them (so I
> didn't forget any small details). Once I can get the darn clamav-daemon
> package installed, I'll only need to figure out why my stupid exim
> filters in .forward files aren't working.



Obvious one, but do your .forward files have:

# Exim filter

as the first line?

Steven
--
.''`.
: :' :
`. `'`
`-
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:45 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0