Re: [exim] about installing and running exim

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Emmanuel Salinas
日付:  
To: exim-users
題目: Re: [exim] about installing and running exim
first: I wrote wrong
is have to be BIN_DIRECTORY= /usr/exim/bim

so i do this
./usr/exim/bin/exim -bV

and the result is:

Exim version 4.68 #1 built 03-Oct-2007 09:56:32
Copyright (c) University of Cambridge 2006
Berkeley DB: Sleepycat Software: Berkeley DB 4.4.20: (January 10, 2006)
Support for: iconv() Content_Scanning
Lookups: lsearch wildlsearch nwildlsearch iplsearch dbm dbmnz
Authenticators:
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile autoreply pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /etc/exim/exim.conf

Theres is no error during de make-process :D

I think that my exim is installed, now I have to configure /etc/exim/exim.conf

so.. how can I create a script reference to exim on  /etc/rc.d? From wbh@??? Wed Oct 03 16:27:17 2007
Envelope-to: exim-users@???
Received: from conducive.net ([203.194.153.81]:62798 helo/nducive.org)
    by tahini.csx.cam.ac.uk with esmtp (Exim 4.67)
    (envelope-from <wbh@???>) id 1Id67z-0004fR-BJ
    for exim-users@???; Wed, 03 Oct 2007 16:27:17 +0100
Received: from cm218-253-81-177.hkcable.com.hk ([218.253.81.177]:65241
    helo?.local) by conducive.net with esmtpsa (TLSv1:AES256-SHA:256)
    (Exim 4.63 (FreeBSD)) (envelope-from <wbh@???>)
    id 1Id67r-000CUq-Hy
    for exim-users@???; Wed, 03 Oct 2007 15:27:03 +0000
Message-ID: <4703B4C7.60601@???>
Date: Wed, 03 Oct 2007 11:27:03 -0400
From: W B Hacker <wbh@???>
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
    rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1
MIME-Version: 1.0
To: exim users <exim-users@???>
References: <002801c805cc$73d957b0$9f01a8c0@BackupGIS>
In-Reply-To: <002801c805cc$73d957b0$9f01a8c0@BackupGIS>
Content-Type: text/plain; charsetãO-8859-1; format\owed
Content-Transfer-Encoding: 7bit
X-Spam-Score: -1.9 (-)
X-Spam-Status: No, scoreÑ.9 required~0 tests÷LÐ.507, BAYES_00Ñ.5,
    FORGED_RCVD_HELO.135 autolearnO version^1.8
Subject: Re: [exim] about installing and running exim
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?subjectŽlp>
List-Subscribe: <http://lists.exim.org/mailman/listinfo/exim-users>,
    <mailto:exim-users-request@exim.org?subject¥bscribe>
X-List-Received-Date: Wed, 03 Oct 2007 15:27:17 -0000


Emmanuel Salinas wrote:
> first: I wrote wrong
> is have to be BIN_DIRECTORY/usr/exim/bim
>
> so i do this
> ./usr/exim/bin/exim -bV
>
> and the result is:
>
> Exim version 4.68 #1 built 03-Oct-2007 09:56:32
> Copyright (c) University of Cambridge 2006
> Berkeley DB: Sleepycat Software: Berkeley DB 4.4.20: (January 10, 2006)
> Support for: iconv() Content_Scanning
> Lookups: lsearch wildlsearch nwildlsearch iplsearch dbm dbmnz
> Authenticators:
> Routers: accept dnslookup ipliteral manualroute queryprogram redirect
> Transports: appendfile autoreply pipe smtp
> Fixed never_users: 0
> Size of off_t: 8
> Configuration file is /etc/exim/exim.conf
>
> Theres is no error during de make-process :D
>
> I think that my exim is installed, now I have to configure /etc/exim/exim.conf
>
> so.. how can I create a script reference to exim on /etc/rc.d?


From where things are installed, it sounds like you built from the 'universal'
tarball onto a FreeBSD box without using the port or appropriate editing to the
local Makefile.

Easily fixed. Guidance if you need it...

IF NOT FreeBSD or DragonFly, ignore this....

Bill