1################################################################
2###
3### Sample /usr/local/lib/im/SiteConfig
4###
5### Syntax::
6###	key=value
7###
8###  * "key=value" is equivalent to "--key=value" style command option.
9###  * "key" must start at the beginning of the line.
10###  * "=" must follow after "key" without white spaces.
11###  * White spaces are allowed between "=" and "value".
12###  * ":" can be used instead of "=".
13###  * Characters after "#" are ignored.
14###
15### The following examples are all the same:
16###	key=value
17###	key=  value
18###	key:value
19###     key:  value
20###
21### $variable will be expanded.
22### '~' will be expanded.
23###
24
25##
26## Site information
27##
28FromDomain=@im_hostname@	# domain of your mail address
29ToDomain=@im_hostname@		# domain when domain part is omitted
30
31#Org=The Mew Organization	# for news posting
32
33##
34## Default global parameters
35##
36
37### Directories (relative to ~/)
38#MailDir=Mail
39#NewsDir=News			# for saved news
40
41### Folders in $MailDir
42#InboxFolder=+inbox		# default destination of imget
43#DraftFolder=+draft
44#TrashFolder=+trash		# default destination of message removal in Mew
45
46### Folder style in $NewsDir (saved news articles)
47#PreserveDot=off		# off: /news/group/, on: /news.group/
48
49### Mode for creation
50#FolderMode=0700
51#MsgMode=0600
52
53### To keep state of IM commands (CurrentFolder, etc.)
54#ContextFile=Context		# relative to ~/.im/
55
56
57##
58## Default settings
59##
60
61## Address Book
62#AddrBookFile=Addrbook		# relative to ~/.im/
63#AddrBookFile=${HOME}/Mail/Addrbook	# if you share Addrbook with Mew 2
64## Mail address aliases
65#AliasesFile=Aliases		# relative to ~/.im/
66## PetName: mail address aliases for displaying
67#PetnameFile=Petnames		# relative to ~/.im/
68
69## Message-ID database
70#MsgDBFile=msgiddb		# location (relative to ~/.im/)
71#MsgDBType=DB			# type of database (DB, NDBM, SDBM)
72
73## To call user defined subroutines (relative to ~/.im/)
74#GetChkSbr=getchk.sbr		# hooks for imget
75#GetSbr=get.sbr			# hooks for imget
76#ScanSbr=scan.sbr		# hooks for imget/imls
77
78## Working folders
79#Src=$InboxFolder		# default source of most commands
80#Imrm.Src=$TrashFolder		# default source for message cleanups
81
82## imget/imls specific
83#ScanSbr=scan.sbr		# hook for special processing (rel. to ~/.im/)
84#Form=%+5n %m%d %-14A %S || %b	# default format for scanning
85#AllowCRLF=no			# saved messages may contain CRLF (DOS style)
86#Width=80			# default width for scanning
87#JisSafe=on			# escape seq. of JIS char. should be managed
88#Indent=2			# indent step for threading
89
90## Servers
91#Smtpservers=localhost		# default server for SMTP
92#EmgSmtpSvrs=12.34.56.78,localhost	# SMTP server just for error return
93#NntpServers=localhost		# default server for NNTP
94
95## imget specific
96#GetSbr=get.sbr			# hook for special processing (rel. to ~/.im/)
97#Imget.Src=local		# default source of imget (local mailbox)
98#lock=flock			# locking style of local mailbox
99#rpath=append			# conversion of UNIX From into Return-Path:
100#PopHistory=pophist-{POPSERVERID}	# to save last state (relative to ~/.im/)
101#NntpHistory=newshist		# to save last state (relative to ~/.im/)
102#MboxFilter=bogofilter -p -M -I	# filter for mbox file
103#MboxFilter=spamoracle mark
104#MBoxFilter=bsfilter --spam-cutoff 0.85 --pipe --insert-flag --mbox 2>/dev/null
105#MBoxStyle=qmail		# in case of qmail (maildir format)
106#Imget.Src=local:${HOME}/Maildir
107UseCL=@im_usecl@		# Use value of Content-Length header
108NoSync=@im_nosync@		# Do not need fsync(2) on writing file
109#FsyncNumber=@im_fsync_no@	# if 0, system call number of fsync is guessed
110#SshPath=/usr/bin/ssh		# Path name of SSH program
111
112#Imget.Src=pop
113#PopAccount=/APOP@localhost	# account info for POP access
114#PopAccount=/APOP:user@host	# account info with user name
115#PopAccount=/APOP:user@host/110	# account info with user name and port number
116#Keep=7				# preserve read messages on server
117#ProtoKeep=UIDL			# how to know which message is unread
118				# (UIDL, LAST, STATUS, MSGID)
119#IgnorePostPet=yes		# leave messages for PostPet on POP server
120
121#Imget.Src=imap%INBOX
122#ImapAccount=/AUTH@localhost	# account info for IMAP access
123#ImapAccount=/AUTH:user@host	# account info with user name
124#HttpProxy=proxy-server:8080	# proxy server for HTTP access
125#NoProxy=http://.*my.domain/	# URL regex not to use Proxy server
126#UsePwAgent=yes			# use password agent
127#PwAgentPort=0			# Port to connect pwagent with TCP/IP
128				# 0 to use UNIX domain socket
129				# NOTE: non-0 (e.g. 6543) is insecure
130				#       on multi-user system
131#PwAgentTmpDir=pwagtmp		# temporary directory (relative to ~/.im/)
132
133# be careful on security if you wish to use PwFiles!
134#UsePwFiles=yes			# use password files
135#PwFiles=password		# password files (relative to ~/.im/)
136
137#MailFoldersFile=~/Mail/.folders
138
139#UseTouchFile=yes		# use time-stamp file
140#TouchFile=.mew-touch		# time-stamp file for message folders
141
142#NamazuV2=yes			# use Namazu version 2 (1.9.x or late)
143#NamazuDir=Namazu		# relative to ~/
144#NamazuLockDir=nmzlock		# lock directory (relative to ~/.im/)
145#MknmzOptions=--decode-base64	# additional options for mknmz
146#MknmzIncludeFile=~/Namazu/mknmz-inc.pl	# mknmz -I <file>
147#MknmzIgnoreFoldersRegex=\+(attach|draft|trash|queue|postq|schedule)
148
149## imput specific
150#FccDir=$MailDir		# directory for FCC folders
151#QueueDir=queue			# directory for to store messages to be sent
152#UseXDispatcher=yes		# use X-Dispatcher field
153#MsgIdUser=${USER}		# user part for creation of Message-Id:
154#MsgIdDomain=${HOST}		# if you want to use FQDN of dispatching host
155#ObeyMTAdomain=yes		# do not append domainpart to addresses by imput
156#NoMsgIdForNews=yes		# do not insert Message-Id: when posting as news
157#NewsGMTdate=yes		# use GMT for Date: when posting as news
158#UseLines=yes			# generate Lines header line
159#JPheader=yes			# encode ISO-2022-JP with RFC2047
160#Defcode=EUC			# default code in case no way to judge SJIS/EUCj
161#JPconv=yes			# convert SJIS/EUCj to ISO-2022-JP
162#NoHdrFolding=yes		# do not fold long header line when encoding
163#HdrQEncoding=yes		# use Q-encoding to encode ISO-2022-JP
164#NameInComment=yes		# yes: (Full Name) Addr, no: Full Name <Addr>
165#Lines=3000			# unit to split a message to partial
166#Annotate=yes			# annotate on parent messages (MsgDB required)
167