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
b7ddfcb8
...
b7ddfcb84e2f8dc6f419ec6c12190bca8e25341b
authored
2002-03-08 22:38:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated to reflect changes in the syntax.
1 parent
84718322
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
examples/mailutils.rc
examples/mailutils.rc
View file @
b7ddfcb
...
...
@@ -4,10 +4,11 @@
## 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 user_name,password,uid,10000,"/dev/null","/dev/null" from pass where user_name="%u" and service="EMAIL"' \
--sql-getpwuid 'select user_name,password,uid,10000,"/dev/null","/dev/null" from pass where uid=%u and service="EMAIL"'
:mailutils --maildir /var/spool/mail
:auth --sql-host sql.sample.net --sql-db Passwd \
--sql-port 3306 --sql-user mailutils \
--sql-passwd guessme \
--sql-getpwnam 'select user_name,password,uid,10000,"/dev/null","/dev/null" from pass where user_name="%u" and service="EMAIL"' \
--sql-getpwuid 'select user_name,password,uid,10000,"/dev/null","/dev/null" from pass where uid=%u and service="EMAIL"'
imap4d --daemon=20 --timeout=1800
mail.local --source %h/.filter.scm
...
...
Please
register
or
sign in
to post a comment