--MH - Entwicklung wrote on 22.03.2002 18:44 +0100: > I've changed .../etc/courierd to invoke maildrop for delivery: > > (... > DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop" > # DEFAULTDELIVERY=./Maildir > ...) > > But somehow maildrop doesn't seem to get involved at all.
How do you know unless you try something like: DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop -A 'X-Filtered: maildrop works...'" > .mailfilter is sitting in the user's HOMEDIR (configured with Webmail). Webmail does not (need to) know anything about $HOME. `authtest` tells you where maildrop would look for .mailfilter (if it ever gets invoked...) and any maildir there would replace the value of DEFAULTDELIVERY. But you really dont want to set DEFAULTDELIVERY to maildrop. If etc/maildrop exists courier will use the binary listed there for local deliveries. Check out courier(8). I usually invoke maildrop from .dot-courier|qmail with: | maildrop -A "$RPLINE" -A "$DTLINE" .mailfilter Roland _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
