File: sendfile.cf

package info (click to toggle)
sendfile 2.1b.20080616-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,548 kB
  • ctags: 745
  • sloc: ansic: 13,128; sh: 3,885; perl: 851; makefile: 143; java: 36; csh: 3
file content (104 lines) | stat: -rw-r--r-- 3,385 bytes parent folder | download | duplicates (6)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# sendfile.cf - sendfile(1) configuration file
#		Please read the manpage to see more explanations.
#
#		Text after a # is a comment and will be ignored.
#		If your sendfile-spool is on a NFS volume, you have to
#		distinguish between the NFS-clients and the NFS-server!

## If your sendfile-spool is on a NFS volume, you have to distinguish between
## the NFS-clients and the NFS-server !

# accept only messages or files 
# (NFS-clients must set "acceptonly = messages" !)
# acceptonly = messages

# forward address to your generic SAFT-server (e.g. for NFS)
# saftserver = saft.banana.net

### the following section is only relevant if you have a local sendfile spool
###  ( = if the sendfile spool is not an a remote NFS volume)  ###

# you can set here your domain name if necessary
# domain = my.host.org

# where shall new user configuration directories be created (SPOOL/HOME)
userconfig = SPOOL

# allow automatic forwarding of files by the local user (on/off)
forwarding = on

# allow automatic postprocessing of files by the local user (on/off)
piping = on

# allow remote sender to delete his files afterwards (on/off)
deleting = on

# maximum allowed files to receive per user
# setting this option too high will slow down your machine!
maxfiles = 200

# minimum free disk space for your spool partition in MB 
minfree = 5

# maximum total disk space usage for spool in MB 
# (WARNING! Defining this option will sendfile slow down! Better use minfree)
# maxspool = 100

# dontcompress is a list of file extension, which indicate that the
# correspondening file is not compressible.
dontcompress = .zip,.zoo,.arj,.z,.gz,.bz,.bz2,.tgz,.mp3,.gif,.jpg,.tif,.tiff,.png,.avi,.mpeg,.pgp,.deb

# lanspeed defines what to your LAN belongs: if sending to hosts is faster
# than this value (KB/s), then files will not be compressed. If you set
# lanspeed = 0 then this feature will be disabled and every file which
# is not in the dontcompress list (see above) will be compressed.  
lanspeed = 100

# notification by message, mail, both or none when a file arrives
notification = message

# ring the gong when a message arrives (on/off)
bell = on

# keep files in spool at least xx days, then delete them (0=infinity)
keep = 0

# delete aborted or corrupted spool files after xx days (0=never)
deljunk = 10

# global logging of file transfer (in/out/both/none)
log = in

# packet size to send/receive in one chunk
# if you are on a fast and reliable network, set this option to 1024 or 4096
packet = 512

# logging of incoming messages in the user log file (on/off)
msglog = off

# allow O-SAFT fetchfile extension (on/off)
fetchfile = on

# internal environment variable PATH for sendfiled
PATH = /usr/local/bin:/bin:/usr/bin:/opt/bin

# where is the pgp program? (used for O-SAFT/fetchfile)
# optional, if pgp is found in the PATH variable above
# pgp = /usr/local/bin/pgp

# enforce secure incoming file transfer with pgp (sign/encrypt/both/none)
forcepgp = none

# allow spooling of outgoing files (on/nostart/off)
# (nostart means a client is not allowed to start the spool daemon)
spooling = on

# allow parallel sending of spooled files = multiple daemons (on/off)
parallel = on

# bounce files from outgoing spool back to the local user after xx days
# (when remote host is unreachable)
bounce = 5

# retry delivering of files from outgoing spool after xx minutes
retry = 10