forked from orbitee/aleph_mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
circ_email.config
116 lines (90 loc) · 2.8 KB
/
circ_email.config
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
105
106
107
108
109
110
111
112
113
114
115
116
#
# Configuration file for process_mail.pl
#
# ---------------------------
# --- General settings ------
# ---------------------------
# Directory where the mail script lives. (Not currently used)
[homedir]
$MIT_SCRIPT_BASE/mail
# Directory where common/shared scripts live. (Not currently used)
[bindir]
$MIT_SCRIPT_BASE/bin
# XSLT_DIR - Directory with the XSLT Transformation files.
# May use full path to form_eng if using Aleph standard XSL.
[xsltdir]
$MIT_SCRIPT_BASE/mail/transforms
# BATCH_DIR - Location of the XML batch files.
[batchdir]
$data_print
# LOG_DIR - Directory for sending log files
[logdir]
$MIT_SCRIPT_BASE/mail/log
# ERROR_EXT - Extension to add at the end of error files.
[errorext]
err
# RESULT_EXT - Extension to add to the results log file.
[resultext]
log
# ---------------------------
# --- Debug Mode Settings ---
# ---------------------------
# DEBUG_MODE - Used to set the application into debug mode [0 or 1]
[debugmode]
0
# DEBUG_EMAIL - Address used to send all notices to during a debug session
[debugemail]
# DEBUG_FROM - Address put on the FROM line to receive returned mail
[debugfrom]
# DEBUG_FILE - File used to process a single file in debug mode
# Comment out to process all files with specified extension.
[debugfile]
ovdsum_04_00.circ_email
# DEBUG_DIR - Directory to send debugging files.
[debugdir]
$MIT_SCRIPT_BASE/mail/log
# DEBUG_LOG - Debug Log file.
[debuglog]
process.dbg
# ----------------------------
# --- Mail server settings ---
# ----------------------------
# SMTP_RELAY - SMTP relay for sending email.
# Comment out to use local sendmail.
[smtprelay]
outgoing.mit.edu
# Time to wait before 2nd attempt on email send error.
[sleepsec]
15
# ----------------------------------------
# --- EXT_OPTS - Options likely to be based on extension
# ----------------------------------------
# BATCH_EXT - Extension (Aleph print ID) for batch files in this run
[batchext]
circ_email
# Number of days to keep log files. (For future enhancement)
[savedlogdays]
60
# EXT_EMAIL - Email address used in From: field
[extemail]
# EXT_PRINT - File extension (print ID) used for client print daemon to
# pick up files that were not emailed.
[extprint]
circ_notic
# EXT_STATS - File name prefix for stats on how many messages were sent.
# Rotated on a monthly basis.
[extstats]
courtesy_stats
# EXT_EXTRA - Should extra stats be sent in the admin email.
# I.e. list of emails that were sent. 'Y' to include
# or anything else to exclude.
[extextra]
N
# EXT_ADMIN - Email address to send statistics to
# NONE if no admin message is desired - useful for one-off
# mailings generated by client actions.
[extadmin]