[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Qmail - any alternatives? (Was: Status of qmail?)



Jeff Noxon <jeff@planetfall.com> writes:

> Okay, this looks cool.  But what about the qmail case where I have
> something like .qmail-default in my home directory?  I want random
> suffixes delivered to my main inbox.

It looks like that would be easy to handle, given the info I sent.
You'd just put something in your .forward file (assuming procmail
(which I know *nothing* about)) like this:

      if $local_part_suffix contains -special then
        save /home/$local_part/Mail/special
      else
        save /home/$local_part/Mail/default
      fi

or something (again, this is untested, I've never even installed
procmail)...

You could also, as it mentions later in that text, just set up a more
general director that would handle all cases not handled by the user's
.forward file...

-- 
Rob Browning <rlb@cs.utexas.edu> PGP=E80E0D04F521A094 532B97F5D64E3930


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: