戻る

version.m4

# cat linux.m4
divert(-1)
#
# Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
#       All rights reserved.
# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
# Copyright (c) 1988, 1993
#       The Regents of the University of California.  All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
#

divert(0)
VERSIONID(`$Id: linux.m4,v 8.13 2000/09/17 17:30:00 gshapiro Exp $')
define(`confEBINDIR', `/usr/sbin')
ifdef(`PROCMAIL_MAILER_PATH',,
        define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail'))
FEATURE(local_procmail)

つまり

VERSIONID(`$Id: linux.m4,v 8.13 2000/09/17 17:30:00 gshapiro Exp $')
define(`confEBINDIR', `/usr/sbin')
ifdef(`PROCMAIL_MAILER_PATH',,
        define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail'))
FEATURE(local_procmail)

ということです 参考に

# ls -l /usr/bin/ | grep procmail
-rwsr-sr-x    1 root     mail        62996 Mar 22  2000 procmail*

/*   confEBINDIR :          */

# ls -l /usr/sbin/ | grep sendmail
-r-xr-sr-x    1 root     smmsp      574091 Sep  2  2004 sendmail*

戻る

にゃんたろう 拝!
2006年12月 7日 (木) 22:56:27 JST 作成

Copyright © 2004.-2007. nyantarou All Rights Reserved.