File: ifshellvars

package info (click to toggle)
ifmail 2.14tx8.10-32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,056 kB
  • sloc: ansic: 30,328; perl: 4,955; yacc: 839; makefile: 716; sh: 424; cpp: 235; lex: 206; awk: 24
file content (24 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# user ifmail runs as
IFUSER=ftn

# where binaries like "ifcico" and "ifpack" reside
IFBIN=/usr/lib/ifmail

# spool directory for ftn packets where inbound and outbounds reside
IFSPOOL=/var/spool/ftn

# logfiles directory
IFLOGDIR=/var/log/ifmail

# logfile of ifcico
IFLOG=$IFLOGDIR/iflog

# default console for showing the log (used by ifpoll)
INFO_TTY="/dev/tty24"

# nodelists directory name
IFNLDIRNAME=nl.d

# nodelists directory
IFNLD=$IFSPOOL/$IFNLDIRNAME