search for: pmdir

Displaying 5 results from an estimated 5 matches for "pmdir".

Did you mean: pgdir
2009 Jan 16
2
Procmail + Dovecot
...-t" LOGFILE="/var/log/procmail.log" DELIVER="/usr/lib/dovecot/deliver" # Set to yes when debugging VERBOSE=yes # Some news clients, such as slrn & nn, use $HOME/News DEFAULT="$HOME/" MAILDIR="$HOME/" # Directory for storing procmail-related files PMDIR=$HOME/Procmail # Put ## before LOGFILE if you want no logging (not recommended) LOGFILE=$PMDIR/log :0 w * ^(From|Cc|To).*(suspend2|tuxonice) | /usr/lib/dovecot/deliver -m .mail.tuxonice ##### End .procmailrc ##### When I receive a matching email I get the following in my Procmail log: procmail:...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...if (pudir->gpud == gpud) + break; + + if (pudir == list_entry(&linfo->pud_hash[idx], struct lguest_pud, list)) + return NULL; + + return pudir; +} + +static struct lguest_pmd *find_pmd(struct lguest_guest_info *linfo, u64 gpmd) +{ + unsigned idx = HASH_PMD(gpmd); + struct lguest_pmd *pmdir; + + list_for_each_entry(pmdir, &linfo->pmd_hash[idx], list) + if (pmdir->gpmd == gpmd) + break; + + if (pmdir == list_entry(&linfo->pmd_hash[idx], struct lguest_pmd, list)) + return NULL; + + return pmdir; +} + +static struct lguest_pte *find_pte(struct lguest_guest_info *linf...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...if (pudir->gpud == gpud) + break; + + if (pudir == list_entry(&linfo->pud_hash[idx], struct lguest_pud, list)) + return NULL; + + return pudir; +} + +static struct lguest_pmd *find_pmd(struct lguest_guest_info *linfo, u64 gpmd) +{ + unsigned idx = HASH_PMD(gpmd); + struct lguest_pmd *pmdir; + + list_for_each_entry(pmdir, &linfo->pmd_hash[idx], list) + if (pmdir->gpmd == gpmd) + break; + + if (pmdir == list_entry(&linfo->pmd_hash[idx], struct lguest_pmd, list)) + return NULL; + + return pmdir; +} + +static struct lguest_pte *find_pte(struct lguest_guest_info *linf...
2006 Jul 05
2
Procmail patch for dovecot delivery
...l free for any feedback. Ciao, Gerhard ############################################################################ #Set on when debugging VERBOSE=on #Replace `mail' with your mail directory (Pine uses mail, Elm uses Mail) MAILDIR=$HOME/Mail #Directory for storing procmail log and rc files PMDIR=$HOME/.procmail LOGFILE=$PMDIR/log ############################################################################## # # Alternate delivery options through external program # ############################################################################## ####################### # Options for Mailbox...
2005 May 31
2
Maildir
...Users/jpbuse I have a symlink that takes care of this and from what I can tell, works just fine. Changed the following line in /etc/dovecot.conf: default_mail_env = maildir:%h /etc/procmailrc looks like: # .procmailrc PATH=/usr/bin:/bin:/usr/local/bin MAILDIR=$HOME/Maildir DEFAULT=$MAILDIR/new PMDIR=/tmp/procmail LOGFILE=/var/log/procmail # Use SpamAssassin INCLUDERC=/etc/mail/spamassassin/spamassassin-spamc.rc dovecot-0.99 procmail-3.22 sendmail-8.13