Guest User

Untitled

a guest
Jun 24th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.90 KB | None | 0 0
  1. #
  2. # Alpine configuration file
  3. #
  4. # This file sets the configuration options used by Alpine and PC-Alpine. These
  5. # options are usually set from within Alpine or PC-Alpine. There may be a
  6. # system-wide configuration file which sets the defaults for some of the
  7. # variables. On Unix, run alpine -conf to see how system defaults have been set.
  8. # For variables that accept multiple values, list elements are separated by
  9. # commas. A line beginning with a space or tab is considered to be a
  10. # continuation of the previous line. For a variable to be unset its value must
  11. # be blank. To set a variable to the empty string its value should be "".
  12. # You can override system defaults by setting a variable to the empty string.
  13. # Lines beginning with "#" are comments, and ignored by Alpine.
  14.  
  15. # Over-rides your full name from Unix password file. Required for PC-Alpine.
  16. personal-name=
  17.  
  18. # Sets domain part of From: and local addresses in outgoing mail.
  19. user-domain=
  20.  
  21. # List of SMTP servers for sending mail. If blank: Unix Alpine uses sendmail.
  22. smtp-server=
  23.  
  24. # NNTP server for posting news. Also sets news-collections for news reading.
  25. nntp-server=
  26.  
  27. # Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox
  28. # Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER).
  29. inbox-path=
  30.  
  31. # List of folder pairs; the first indicates a folder to archive, and the
  32. # second indicates the folder read messages in the first should
  33. # be moved to.
  34. incoming-archive-folders=
  35.  
  36. # List of folders, assumed to be in first folder collection,
  37. # offered for pruning each month. For example: mumble
  38. pruned-folders=
  39.  
  40. # Over-rides default path for sent-mail folder, e.g. =old-mail (using first
  41. # folder collection dir) or ={host2}sent-mail or ="" (to suppress saving).
  42. # Default: sent-mail (Unix) or SENTMAIL.MTX (PC) in default folder collection.
  43. default-fcc=
  44.  
  45. # Over-rides default path for saved-msg folder, e.g. =saved-messages (using 1st
  46. # folder collection dir) or ={host2}saved-mail or ="" (to suppress saving).
  47. # Default: saved-messages (Unix) or SAVEMAIL.MTX (PC) in default collection.
  48. default-saved-msg-folder=
  49.  
  50. # Over-rides default path for postponed messages folder, e.g. =pm (which uses
  51. # first folder collection dir) or ={host4}pm (using home dir on host4).
  52. # Default: postponed-msgs (Unix) or POSTPOND.MTX (PC) in default fldr coltn.
  53. postponed-folder=
  54.  
  55. # If set, specifies where already-read messages will be moved upon quitting.
  56. read-message-folder=
  57.  
  58. # If set, specifies where form letters should be stored.
  59. form-letter-folder=
  60.  
  61. # If set, specifies where trash is moved to in Web Alpine.
  62. trash-folder=
  63.  
  64. # Contains the actual signature contents as opposed to the signature filename.
  65. # If defined, this overrides the signature-file. Default is undefined.
  66. literal-signature=
  67.  
  68. # Over-rides default path for signature file. Default is ~/.signature
  69. signature-file=
  70.  
  71. # List of features; see Alpine's Setup/options menu for the current set.
  72. # e.g. feature-list= select-without-confirm, signature-at-bottom
  73. # Default condition for all of the features is no-.
  74. feature-list=
  75.  
  76. # Alpine executes these keys upon startup (e.g. to view msg 13: i,j,1,3,CR,v)
  77. initial-keystroke-list=
  78.  
  79. # Only show these headers (by default) when composing messages
  80. default-composer-hdrs=
  81.  
  82. # Add these customized headers (and possible default values) when composing
  83. customized-hdrs=
  84.  
  85. # When viewing messages, include this list of headers
  86. viewer-hdrs=
  87.  
  88. # When viewing messages, number of blank spaces between left display edge and text
  89. viewer-margin-left=
  90.  
  91. # When viewing messages, number of blank spaces between right display edge and text
  92. viewer-margin-right=
  93.  
  94. # When viewing messages, number of lines of quote displayed before suppressing
  95. quote-suppression-threshold=
  96.  
  97. # Determines default folder name for Saves...
  98. # Choices: default-folder, by-sender, by-from, by-recipient, last-folder-used.
  99. # Default: "default-folder", i.e. "saved-messages" (Unix) or "SAVEMAIL" (PC).
  100. saved-msg-name-rule=
  101.  
  102. # Determines default name for Fcc...
  103. # Choices: default-fcc, by-recipient, last-fcc-used.
  104. # Default: "default-fcc" (see also "default-fcc=" variable.)
  105. fcc-name-rule=
  106.  
  107. # Sets presentation order of messages in Index. Choices:
  108. # Subject, From, Arrival, Date, Size, To, Cc, OrderedSubj, Score, and Thread.
  109. # Order may be reversed by appending /Reverse. Default: "Arrival".
  110. sort-key=
  111.  
  112. # Sets presentation order of address book entries. Choices: dont-sort,
  113. # fullname-with-lists-last, fullname, nickname-with-lists-last, nickname
  114. # Default: "fullname-with-lists-last".
  115. addrbook-sort-rule=
  116.  
  117. # Sets presentation order of folder list entries. Choices: alphabetical,
  118. # alpha-with-dirs-last, alpha-with-dirs-first.
  119. # Default: "alpha-with-directories-last".
  120. folder-sort-rule=
  121.  
  122. # Sets the default folder and collection offered at the Goto Command's prompt.
  123. goto-default-rule=
  124.  
  125. # Sets message which cursor begins on. Choices: first-unseen, first-recent,
  126. # first-important, first-important-or-unseen, first-important-or-recent,
  127. # first, last. Default: "first-unseen".
  128. incoming-startup-rule=
  129.  
  130. # Allows a default answer for the prune folder questions. Choices: yes-ask,
  131. # yes-no, no-ask, no-no, ask-ask, ask-no. Default: "ask-ask".
  132. pruning-rule=
  133.  
  134. # Controls behavior when reopening an already open folder.
  135. folder-reopen-rule=
  136.  
  137. # Style that MESSAGE INDEX is displayed in when threading.
  138. threading-display-style=
  139.  
  140. # Style of THREAD INDEX or default MESSAGE INDEX when threading.
  141. threading-index-style=
  142.  
  143. # When threading, character used to indicate collapsed messages underneath.
  144. threading-indicator-character=
  145.  
  146. # When threading, character used to indicate expanded messages underneath.
  147. threading-expanded-character=
  148.  
  149. # When threading, character used to indicate this is the last reply
  150. # to the parent of this message.
  151. threading-lastreply-character=
  152.  
  153. # Reflects capabilities of the display you have.
  154. # If unset, the default is taken from your locale. That is usually the right
  155. # thing to use. Typical alternatives include UTF-8, ISO-8859-x, and EUC-JP
  156. # (where x is a number between 1 and 9).
  157. display-character-set=
  158.  
  159. # Reflects capabilities of the keyboard you have.
  160. # If unset, the default is to use the same value
  161. # used for the display-character-set.
  162. keyboard-character-set=
  163.  
  164. # Defaults to UTF-8. This is used for outgoing messages.
  165. # It is usually correct to leave this unset.
  166. posting-character-set=
  167.  
  168. # Defaults to nothing, which is equivalent to US-ASCII. This is used for
  169. # unlabeled incoming messages. It is ok to leave this unset but if you receive
  170. # unlabeled mail that is usually in some known character set, set that here.
  171. unknown-character-set=
  172.  
  173. # Specifies the program invoked by ^_ in the Composer,
  174. # or the "enable-alternate-editor-implicitly" feature.
  175. editor=
  176.  
  177. # Specifies the program invoked by ^T in the Composer.
  178. speller=
  179.  
  180. # Specifies the column of the screen where the composer should wrap.
  181. composer-wrap-column=
  182.  
  183. # Specifies the string to insert when replying to a message.
  184. reply-indent-string=
  185.  
  186. # Specifies the introduction to insert when replying to a message.
  187. reply-leadin=
  188.  
  189. # Specifies the string to replace quotes with when viewing a message.
  190. quote-replace-string=
  191.  
  192. # When these characters appear in the middle of a word in the composer
  193. # the forward word function will stop at the first text following (as happens
  194. # with SPACE characters by default)
  195. composer-word-separators=
  196.  
  197. # Specifies the string to use when sending a message with no to or cc.
  198. empty-header-message=
  199.  
  200. # Program to view images (e.g. GIF or TIFF attachments).
  201. image-viewer=
  202.  
  203. # If "user-domain" not set, strips hostname in FROM address. (Unix only)
  204. use-only-domain-name=
  205.  
  206. # This variable takes a list of programs that message text is piped into
  207. # after MIME decoding, prior to display.
  208. display-filters=
  209.  
  210. # This defines a program that message text is piped into before MIME
  211. # encoding, prior to sending
  212. sending-filters=
  213.  
  214. # A list of alternate addresses the user is known by
  215. alt-addresses=
  216.  
  217. # A list of keywords for use in categorizing messages
  218. keywords=
  219.  
  220. # Characters which surround keywords in SUBJKEY token.
  221. # Default is "{" "} "
  222. keyword-surrounding-chars=
  223.  
  224. # Characters between subject and opening text in SUBJECTTEXT token.
  225. # Default is " - "
  226. opening-text-separator-chars=
  227.  
  228. # This is a list of formats for address books. Each entry in the list is made
  229. # up of space-delimited tokens telling which fields are displayed and in
  230. # which order. See help text
  231. addressbook-formats=
  232.  
  233. # This gives a format for displaying the index. It is made
  234. # up of space-delimited tokens telling which fields are displayed and in
  235. # which order. See help text
  236. index-format=
  237.  
  238. # The number of lines of overlap when scrolling through message text
  239. viewer-overlap=
  240.  
  241. # Number of lines from top and bottom of screen where single
  242. # line scrolling occurs.
  243. scroll-margin=
  244.  
  245. # The number of seconds to sleep after writing a status message
  246. status-message-delay=
  247.  
  248. # Number of times per-second to update busy cue messages
  249. busy-cue-rate=
  250.  
  251. # The approximate number of seconds between checks for new mail
  252. mail-check-interval=
  253.  
  254. # The approximate number of seconds between checks for new mail in folders
  255. # other than the current folder and inbox.
  256. # Default is same as mail-check-interval
  257. mail-check-interval-noncurrent=
  258.  
  259. # The minimum number of seconds between checks for new mail in a Mail Drop.
  260. # This is always effectively at least as large as the mail-check-interval
  261. maildrop-check-minimum=
  262.  
  263. # For newsgroups accessed using NNTP, only messages numbered in the range
  264. # lastmsg-range+1 to lastmsg will be considered
  265. nntp-range=
  266.  
  267. # Full path and name of NEWSRC file
  268. newsrc-path=
  269.  
  270. # Path and filename of news configuration's active file.
  271. # The default is typically "/usr/lib/news/active".
  272. news-active-file-path=
  273.  
  274. # Directory containing system's news data.
  275. # The default is typically "/usr/spool/news"
  276. news-spool-directory=
  277.  
  278. # Path and filename of the program used to upload text from your terminal
  279. # emulator's into Alpine's composer.
  280. upload-command=
  281.  
  282. # Text sent to terminal emulator prior to invoking the program defined by
  283. # the upload-command variable.
  284. # Note: _FILE_ will be replaced with the temporary file used in the upload.
  285. upload-command-prefix=
  286.  
  287. # Path and filename of the program used to download text via your terminal
  288. # emulator from Alpine's export and save commands.
  289. download-command=
  290.  
  291. # Text sent to terminal emulator prior to invoking the program defined by
  292. # the download-command variable.
  293. # Note: _FILE_ will be replaced with the temporary file used in the download.
  294. download-command-prefix=
  295.  
  296. # Sets the search path for the mailcap configuration file.
  297. # NOTE: colon delimited under UNIX, semi-colon delimited under DOS/Windows/OS2.
  298. mailcap-search-path=
  299.  
  300. # Sets the search path for the mimetypes configuration file.
  301. # NOTE: colon delimited under UNIX, semi-colon delimited under DOS/Windows/OS2.
  302. mimetype-search-path=
  303.  
  304. # List of programs to open Internet URLs (e.g. http or ftp references).
  305. url-viewers=
  306.  
  307. # The maximum number of non-stayopen remote connections that Alpine will use
  308. max-remote-connections=
  309.  
  310. # A list of folders that should be left open once opened (INBOX is implicit)
  311. stay-open-folders=
  312.  
  313. # Sets the time in seconds that Alpine will attempt to open a network
  314. # connection when checking for new unseen messages in an incoming folder.
  315. # The default is 5.
  316. incoming-check-timeout=
  317.  
  318. # Sets the approximate number of seconds between checks for unseen messages
  319. # in incoming folders. The default is 180.
  320. incoming-check-interval=
  321.  
  322. # Sets the approximate number of seconds between checks for unseen messages
  323. # for other than local or IMAP folders. The default is 180.
  324. incoming-check-interval-secondary=
  325.  
  326. # List of incoming folders to check for unseen messages. The default if left
  327. # blank is to check all incoming folders.
  328. incoming-check-list=
  329.  
  330. # Specifies the number of dead letter files to keep when canceling.
  331. dead-letter-files=
  332.  
  333. # Sets the filename for the newmail fifo (named pipe). Unix only.
  334. newmail-fifo-path=
  335.  
  336. # Sets the width for the NewMail screen.
  337. newmail-window-width=
  338.  
  339. # List of incoming msg folders besides INBOX, e.g. ={host2}inbox, {host3}inbox
  340. # Syntax: optnl-label {optnl-imap-host-name}folder-path
  341. incoming-folders=
  342.  
  343. # List of directories where saved-message folders may be. First one is
  344. # the default for Saves. Example: Main {host1}mail/[], Desktop mail\[]
  345. # Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[]
  346. folder-collections=
  347.  
  348. # List, only needed if nntp-server not set, or news is on a different host
  349. # than used for NNTP posting. Examples: News *[] or News *{host3/nntp}[]
  350. # Syntax: optnl-label *{news-host/protocol}[]
  351. news-collections=
  352.  
  353. # List of file or path names for personal addressbook(s).
  354. # Default: ~/.addressbook (Unix) or \PINE\ADDRBOOK (PC)
  355. # Syntax: optnl-label path-name
  356. address-book=
  357.  
  358. # List of file or path names for global/shared addressbook(s).
  359. # Default: none
  360. # Syntax: optnl-label path-name
  361. global-address-book=
  362.  
  363. # Set by Alpine; controls beginning-of-month sent-mail pruning.
  364. last-time-prune-questioned=112.2
  365.  
  366. # Set by Alpine; controls display of "new version" message.
  367. last-version-used=6.00
  368.  
  369. # This names the path to an alternative program, and any necessary arguments,
  370. # to be used in posting mail messages. Example:
  371. # /usr/lib/sendmail -oem -t -oi
  372. # or,
  373. # /usr/local/bin/sendit.sh
  374. # The latter a script found in Alpine distribution's contrib/util directory.
  375. # NOTE: The program MUST read the message to be posted on standard input,
  376. # AND operate in the style of sendmail's "-t" option.
  377. sendmail-path=
  378.  
  379. # This names the root of the tree to which the user is restricted when reading
  380. # and writing folders and files. For example, on Unix ~/work confines the
  381. # user to the subtree beginning with their work subdirectory.
  382. # (Note: this alone is not sufficient for preventing access. You will also
  383. # need to restrict shell access and so on, see Alpine Technical Notes.)
  384. # Default: not set (so no restriction)
  385. operating-dir=
  386.  
  387. # If no user input for this many hours, Alpine will exit if in an idle loop
  388. # waiting for a new command. If set to zero (the default), then there will
  389. # be no timeout.
  390. user-input-timeout=
  391.  
  392. # Sets the time in seconds that Alpine will attempt to open a network
  393. # connection. The default is 30, the minimum is 5, and the maximum is
  394. # system defined (typically 75).
  395. tcp-open-timeout=
  396.  
  397. # Network read warning timeout. The default is 15, the minimum is 5, and the
  398. # maximum is 1000.
  399. tcp-read-warning-timeout=
  400.  
  401. # Network write warning timeout. The default is 0 (unset), the minimum
  402. # is 5 (if not 0), and the maximum is 1000.
  403. tcp-write-warning-timeout=
  404.  
  405. # If this much time has elapsed at the time of a tcp read or write
  406. # timeout, Alpine will ask if you want to break the connection.
  407. # Default is 60 seconds, minimum is 5, maximum is 1000.
  408. tcp-query-timeout=
  409.  
  410. # Sets the format of the command used to open a UNIX remote
  411. # shell connection. The default is "%s %s -l %s exec /etc/r%sd"
  412. # NOTE: the 4 (four) "%s" entries MUST exist in the provided command
  413. # where the first is for the command's path, the second is for the
  414. # host to connect to, the third is for the user to connect as, and the
  415. # fourth is for the connection method (typically "imap")
  416. rsh-command=
  417.  
  418. # Sets the name of the command used to open a UNIX remote shell connection.
  419. # The default is typically /usr/ucb/rsh.
  420. rsh-path=
  421.  
  422. # Sets the time in seconds that Alpine will attempt to open a UNIX remote
  423. # shell connection. The default is 15, min is 5, and max is unlimited.
  424. # Zero disables rsh altogether.
  425. rsh-open-timeout=
  426.  
  427. # Sets the format of the command used to open a UNIX secure
  428. # shell connection. The default is "%s %s -l %s exec /etc/r%sd"
  429. # NOTE: the 4 (four) "%s" entries MUST exist in the provided command
  430. # where the first is for the command's path, the second is for the
  431. # host to connect to, the third is for the user to connect as, and the
  432. # fourth is for the connection method (typically "imap")
  433. ssh-command=
  434.  
  435. # Sets the name of the command used to open a UNIX secure shell connection.
  436. # Typically this is /usr/bin/ssh.
  437. ssh-path=
  438.  
  439. # Sets the time in seconds that Alpine will attempt to open a UNIX secure
  440. # shell connection. The default is 15, min is 5, and max is unlimited.
  441. # Zero disables ssh altogether.
  442. ssh-open-timeout=
  443.  
  444. # Sets the version number Alpine will use as a threshold for offering
  445. # its new version message on startup.
  446. new-version-threshold=
  447.  
  448. # List of mail drivers to disable.
  449. disable-these-drivers=
  450.  
  451. # List of SASL authenticators to disable.
  452. disable-these-authenticators=
  453.  
  454. # Set by Alpine; contains data for caching remote address books.
  455. remote-abook-metafile=
  456.  
  457. # How many extra copies of remote address book should be kept. Default: 3
  458. remote-abook-history=
  459.  
  460. # Minimum number of minutes between checks for remote address book changes.
  461. # 0 means never check except when opening a remote address book.
  462. # -1 means never check. Default: 5
  463. remote-abook-validity=
  464.  
  465. # Your default printer selection
  466. printer=
  467.  
  468. # List of special print commands
  469. personal-print-command=
  470.  
  471. # Which category default print command is in
  472. personal-print-category=
  473.  
  474. # Patterns and their actions are stored here.
  475. patterns-roles=
  476.  
  477. # Patterns and their actions are stored here.
  478. patterns-filters2=
  479.  
  480. # Patterns and their actions are stored here.
  481. patterns-scores2=
  482.  
  483. # Patterns and their actions are stored here.
  484. patterns-indexcolors=
  485.  
  486. # Patterns and their actions are stored here.
  487. patterns-other=
  488.  
  489. # Patterns and their actions are stored here.
  490. patterns-search=
  491.  
  492. # Controls display of color
  493. color-style=
  494.  
  495. # Controls display of color for current index line
  496. current-indexline-style=
  497.  
  498. # Controls display of color for the titlebar at top of screen
  499. titlebar-color-style=
  500.  
  501. # Choose: black, blue, green, cyan, red, magenta, yellow, or white.
  502. normal-foreground-color=
  503. normal-background-color=
  504. reverse-foreground-color=
  505. reverse-background-color=
  506. title-foreground-color=
  507. title-background-color=
  508. title-closed-foreground-color=
  509. title-closed-background-color=
  510. status-foreground-color=
  511. status-background-color=
  512. keylabel-foreground-color=
  513. keylabel-background-color=
  514. keyname-foreground-color=
  515. keyname-background-color=
  516. selectable-item-foreground-color=
  517. selectable-item-background-color=
  518. meta-message-foreground-color=
  519. meta-message-background-color=
  520. quote1-foreground-color=
  521. quote1-background-color=
  522. quote2-foreground-color=
  523. quote2-background-color=
  524. quote3-foreground-color=
  525. quote3-background-color=
  526. incoming-unseen-foreground-color=
  527. incoming-unseen-background-color=
  528. signature-foreground-color=
  529. signature-background-color=
  530. prompt-foreground-color=
  531. prompt-background-color=
  532. header-general-foreground-color=
  533. header-general-background-color=
  534. index-to-me-foreground-color=
  535. index-to-me-background-color=
  536. index-important-foreground-color=
  537. index-important-background-color=
  538. index-deleted-foreground-color=
  539. index-deleted-background-color=
  540. index-answered-foreground-color=
  541. index-answered-background-color=
  542. index-new-foreground-color=
  543. index-new-background-color=
  544. index-recent-foreground-color=
  545. index-recent-background-color=
  546. index-forward-foreground-color=
  547. index-forward-background-color=
  548. index-unseen-foreground-color=
  549. index-unseen-background-color=
  550. index-highpriority-foreground-color=
  551. index-highpriority-background-color=
  552. index-lowpriority-foreground-color=
  553. index-lowpriority-background-color=
  554. index-arrow-foreground-color=
  555. index-arrow-background-color=
  556. index-subject-foreground-color=
  557. index-subject-background-color=
  558. index-from-foreground-color=
  559. index-from-background-color=
  560. index-opening-foreground-color=
  561. index-opening-background-color=
  562.  
  563. # When viewing messages, these are the header colors
  564. viewer-hdr-colors=
  565.  
  566. # Colors used to display keywords in the index
  567. keyword-colors=
  568.  
  569. # Public certificates are kept in files in this directory. The files should
  570. # contain certificates in PEM format. The name of each file should look
  571. # like <emailaddress>.crt. The default directory is .alpine-smime/public.
  572. smime-public-cert-directory=
  573.  
  574. # If this option is set then public certificates are kept in a single container
  575. # "file" similar to a remote configuration file instead of in the
  576. # smime-publiccert-directory. The value can be a remote or local folder
  577. # specification like for a non-standard pinerc value. The default
  578. # is that it is not set.
  579. smime-public-cert-container=
  580.  
  581. # Private keys are kept in files in this directory. The files are in PEM format.
  582. # The name of a file should look like <emailaddress>.key.
  583. # The default directory is .alpine-smime/private.
  584. smime-private-key-directory=
  585.  
  586. # If this option is set then private keys are kept in a single container
  587. # "file" similar to a remote configuration file instead of in the
  588. # private-key-directory. The value can be a remote or local folder
  589. # specification like for a non-standard pinerc value. The default
  590. # is that it is not set.
  591. smime-private-key-container=
  592.  
  593. # Certificate Authority certificates (in addition to the normal CACerts for the
  594. # system) are kept in files in this directory. The files are in PEM format.
  595. # Filenames should end with .crt. The default directory is .alpine-smime/ca.
  596. smime-cacert-directory=
  597.  
  598. # If this option is set then CAcerts are kept in a single container
  599. # "file" similar to a remote configuration file instead of in the
  600. # ca-cert-directory. The value can be a remote or local folder
  601. # specification like for a non-standard pinerc value. The default
  602. # is that it is not set.
  603. smime-cacert-container=
  604.  
  605. # LDAP servers for looking up addresses.
  606. ldap-servers=
  607.  
  608. # RSS News feed
  609. rss-news=
  610.  
  611. # RSS Weather feed
  612. rss-weather=
  613.  
  614. # Web Alpine index table row height
  615. wp-indexheight=
  616.  
  617. # Web Alpine number of index lines in table
  618. wp-indexlines=
  619.  
  620. # Web Alpine aggregate operations tab state
  621. wp-aggstate=
  622.  
  623. # Web Alpine various aspects of cross-session state
  624. wp-state=
  625.  
  626. # Web Alpine preferred width for message display in characters
  627. wp-columns=
Add Comment
Please, Sign In to add comment