Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8585aa93
...
8585aa936486acffb28d2988b8e6eb0d5875716d
authored
2002-02-05 15:02:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Sample mailutils configuration file.
1 parent
adc04460
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
examples/mailutils.rc
examples/mailutils.rc
0 → 100644
View file @
8585aa9
## This is a sample mailutils configuration file
## Upon startup, a mailutils program scans this file for a line that
## begins either with a program name or with word `mailutils'. When
## found, the rest of the line following the first word is split up
## at whitespace characters and resulting words are added to the
## program arguments _before_ the command line options.
mailutils --sql-host sql.sample.net --sql-db Passwd \
--sql-port 3306 --sql-user mailutils \
--sql-passwd guessme \
--sql-getpwnam 'select password,uid,10000,"/dev/null","/dev/null" from pass where user_name="%u" and service="EMAIL"'
imap4d --daemon=20 --timeout=1800
mail.local --source %h/.filter.scm
Please
register
or
sign in
to post a comment