/[mailutils]/mailutils/examples/mailutils.rc
ViewVC logotype

Diff of /mailutils/examples/mailutils.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gray, Tue Feb 19 17:03:10 2002 UTC revision 1.3 by gray, Fri Mar 8 22:38:30 2002 UTC
# Line 4  Line 4 
4  ## found, the rest of the line following the first word is split up  ## found, the rest of the line following the first word is split up
5  ## at whitespace characters and resulting words are added to the  ## at whitespace characters and resulting words are added to the
6  ## program arguments _before_ the command line options.  ## program arguments _before_ the command line options.
7  mailutils --sql-host sql.sample.net --sql-db Passwd \  :mailutils --maildir /var/spool/mail
8            --sql-port 3306 --sql-user mailutils \  :auth --sql-host sql.sample.net --sql-db Passwd \
9            --sql-passwd guessme \        --sql-port 3306 --sql-user mailutils \
10            --sql-getpwnam 'select user_name,password,uid,10000,"/dev/null","/dev/null" from pass where user_name="%u" and service="EMAIL"' \        --sql-passwd guessme \
11            --sql-getpwuid 'select user_name,password,uid,10000,"/dev/null","/dev/null" from pass where uid=%u and service="EMAIL"'        --sql-getpwnam 'select user_name,password,uid,10000,"/dev/null","/dev/null" from pass where user_name="%u" and service="EMAIL"' \
12          --sql-getpwuid 'select user_name,password,uid,10000,"/dev/null","/dev/null" from pass where uid=%u and service="EMAIL"'
13  imap4d --daemon=20 --timeout=1800  imap4d --daemon=20 --timeout=1800
14  mail.local --source %h/.filter.scm  mail.local --source %h/.filter.scm

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26