Sample mailutils configuration file.
Showing
1 changed file
with
12 additions
and
0 deletions
examples/mailutils.rc
0 → 100644
1 | ## This is a sample mailutils configuration file | ||
2 | ## Upon startup, a mailutils program scans this file for a line that | ||
3 | ## begins either with a program name or with word `mailutils'. When | ||
4 | ## found, the rest of the line following the first word is split up | ||
5 | ## at whitespace characters and resulting words are added to the | ||
6 | ## program arguments _before_ the command line options. | ||
7 | mailutils --sql-host sql.sample.net --sql-db Passwd \ | ||
8 | --sql-port 3306 --sql-user mailutils \ | ||
9 | --sql-passwd guessme \ | ||
10 | --sql-getpwnam 'select password,uid,10000,"/dev/null","/dev/null" from pass where user_name="%u" and service="EMAIL"' | ||
11 | imap4d --daemon=20 --timeout=1800 | ||
12 | mail.local --source %h/.filter.scm |
-
Please register or sign in to post a comment