hi there..
Im trying to install exim , dovecot, spamd, clamav with a virtual domain on Mysql and my Distro is Slackware 11
I read about it at:
http://struction.de/projects/HOWTO_VirtualMail_Exim-MySQL-Spamassassin-ClamAV-Dovecot/
and when I start exim say:
2007-11-06 12:10:55 Exim configuration error in line 879 of /etc/exim/exim.conf:
option "maildir_format" unknown
exim: could not open panic log - aborting: see message(s) above
and this is my exim.conf script:
local_mysql_delivery:
driver = appendfile
directory = /var/mail/${domain}/${local_part}/
maildir_format
delivery_date_add
envelope_to_add
return_path_add
user = mail
group = mail
mode = 0660Any idea of what's wrong???From bryan.rawlins@??? Tue Nov 06 15:32:43 2007
Envelope-to: exim-users@???
Received: from vmail.onlymyemail.com ([216.234.108.232]:39919)
by tahini.csx.cam.ac.uk with esmtp (Exim 4.67)
(envelope-from <bryan.rawlins@???>) id 1IpQPt-0002tM-QB
for exim-users@???; Tue, 06 Nov 2007 15:32:43 +0000
Received: from [172.30.0.192]
by mail.ome-hosting.com with esmtpsa (TLSv1:AES256-SHA:256)
(Exim 4.67) (envelope-from <bryan.rawlins@???>)
id 1IpQPs-0002tr-U2
for exim-users@???; Tue, 06 Nov 2007 10:32:36 -0500
Message-ID: <47308914.6050603@???>
Date: Tue, 06 Nov 2007 10:32:36 -0500
From: Bryan Rawlins <bryan.rawlins@???>
User-Agent: Thunderbird 2.0.0.6 (X11/20071022)
MIME-Version: 1.0
To: exim-users@???
References: <000701c820f5$1f9f7780$9f01a8c0@BackupGIS1>
In-Reply-To: <000701c820f5$1f9f7780$9f01a8c0@BackupGIS1>
Content-Type: text/plain; charsetãO-8859-1; format\owed
Content-Transfer-Encoding: 7bit
X-Spam-Score: -2.1 (--)
X-Spam-Status: No, scoreÒ.1 required~0 tests÷LÐ.633,
BAYES_00Ñ.5 autolearnO version^1.8
Subject: Re: [exim] option "maildir_format" unknown
X-BeenThere: exim-users@???
X-Mailman-Version: 2.1.7
Precedence: list
List-Id: A user list for the exim MTA <exim-users.exim.org>
List-Unsubscribe: <http://lists.exim.org/mailman/listinfo/exim-users>,
<mailto:exim-users-request@exim.org?subject¾subscribe>
List-Archive: <http://lists.exim.org/lurker/list/exim-users.html>
List-Post: <mailto:exim-users@exim.org>
List-Help: <mailto:exim-users-request@exim.org?subjectlp>
List-Subscribe: <http://lists.exim.org/mailman/listinfo/exim-users>,
<mailto:exim-users-request@exim.org?subject¥bscribe>
X-List-Received-Date: Tue, 06 Nov 2007 15:32:43 -0000
Emmanuel Salinas wrote:
> hi there..
>
> Im trying to install exim , dovecot, spamd, clamav with a virtual domain on Mysql and my Distro is Slackware 11
>
> and when I start exim say:
> 2007-11-06 12:10:55 Exim configuration error in line 879 of /etc/exim/exim.conf:
> option "maildir_format" unknown
> exim: could not open panic log - aborting: see message(s) above
>
> Any idea of what's wrong???
>
It appears that your copy of exim was not compiled with maildir support.
You'll have to recompile with that transport enabled in the local Makefile