summaryrefslogtreecommitdiff
path: root/mail/smail/files/freebsd2.0
blob: 6660d13eec4cf305fb879a5f3b6bdc84bbb2bd56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# FreeBSD 2.x

. $ROOT/conf/os/bsd4.4-lite

# OSNAMES - Names defining this operating system
OSNAMES="FREEBSD:$OSNAMES"

# MAN1 - where smail user command man pages are to be installed
# MAN5 - where smail file format man pages are to be installed
# MAN8 - where smail administrator man pages should be installed
# MAN1_EXT - file extension for user command man pages
# MAN5_EXT - file extension for file format man pages
# MAN8_EXT - file extension for adminstrator man pages
#
#
MAN1_EXT=1
MAN1=!!PREFIX!!/man/man1
MAN5_EXT=5
MAN5=!!PREFIX!!/man/man5
MAN8_EXT=8
MAN8=!!PREFIX!!/man/man8

# SMAIL_BIN_DIR - location for uupath, etc.
SMAIL_BIN_DIR=!!PREFIX!!/bin

# SMAIL_NAME - to replace sendmail completely
SMAIL_NAME=!!PREFIX!!/sbin/sendmail

# OTHER_SMAIL_NAMES - to replace sendmail completely
OTHER_SMAIL_NAMES=!!PREFIX!!/bin/mailq:!!PREFIX!!/bin/rmail:!!PREFIX!!/bin/rsmtp

# NEWALIASES - to replace sendmail completely
NEWALIASES=!!PREFIX!!/bin/newaliases

# LIB_DIR - config files
LIB_DIR=!!PREFIX!!/etc/smail

# UTIL_BIN_DIR - programs
UTIL_BIN_DIR=!!PREFIX!!/libexec/smail

# Enable rfc1413 (ident protocol) and ESMTP sending support (EHLO)
HAVE=$HAVE:EHLO:RFC1413:LIBWRAP

# NOBODY - a user with few access capabilities
NOBODY=nobody

# PATHS_FILE, PATHS_TYPE - location and type of the pathalias router database
PATHS_FILE=paths
PATHS_TYPE=dbm

# FORCE_PATHS_FILE, FORCE_PATHS_TYPE - location and type of the force_paths
# router database
FORCE_PATHS_FILE=forcepaths
FORCE_PATHS_TYPE=lsearch

# FORCE_SMTP_FILE, FORCE_SMTP_TYPE - location and type of the force_smtp
# router database
FORCE_SMTP_FILE=forcesmtp
FORCE_SMTP_TYPE=lsearch

# CPPFLAGS - interesting flags for the cpp, and cc commands
CPPFLAGS="-I!!PREFIX!!/include"

CFLAGS="$CFLAGS -I!!PREFIX!!/include"

# LDFLAGS - flags to pass to the loader
LDFLAGS="-L!!PREFIX!!/lib"

# LIBS - libraries to include in binaries
LIBS="-lident -lwrap"

MISC_DEFINES="$MISC_DEFINES:USE_TARGET_DOMAIN:NO_FORWARDTO_FILE"