<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
So, having not played with this feature a whole lot, I figure I must be missing
something. Is the virtusertable supposed to somehow help redistribute global
mail to appropriate local users without the aid of procmail? At the moment,
it doesn't for me. I built a virtusertable (as described below), ran the
"make" on it to build the .db, and disabled the .procmailrc file, and restarted
sendmail. Then I ran fetchmail, and it dumped all mail, regardless of appropriate
local user, into the root email account -- no distribution -- very ugly.<br>
<br>
What piece(s) am I missing? (I ran a simple "fetchmail" -- no quotes) Thanks!<br>
<br>
Garrett<br>
<br>
Chad Walstrom wrote:<br>
<blockquote type="cite" cite="mid20030926213006.GB14018@wookimus.net">
<pre wrap="">On Fri, Sep 26, 2003 at 03:57:30PM -0500, gkrueger wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I am having a problem where I can't seem to find the right direction.
My procmail won't split multiple copies of the same message. Can this
be done? For example:
To: <a class="moz-txt-link-abbreviated" href="mailto:Fred@bozo.com">Fred@bozo.com</a>
To: <a class="moz-txt-link-abbreviated" href="mailto:Bill@bozo.com">Bill@bozo.com</a>
</pre>
</blockquote>
<pre wrap=""><!---->
Just curious. Why aren't you trying to use your email server's virtual
addresses file?
# /etc/postfix/virtuserstable
# Virtual domain names to local user mapping
@bozo.com                # Bozo domain
<a class="moz-txt-link-abbreviated" href="mailto:fred@bozo.com">fred@bozo.com</a>                fred
<a class="moz-txt-link-abbreviated" href="mailto:bill@bozo.com">bill@bozo.com</a>                bill
</pre>
</blockquote>
<br>
<br>
</body>
</html>