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

Re: [cobalt-users] can someone tell me why I made this move???



Debbie Doerrlamm wrote:
> 
> The catchall patch and OS2 have been applied to my machine. One thing the
> catchall patch is supposed to do is make a blind alias for every user even
> if you do not physically assign one. But if it did that.. it must have done
> this someplace other than in the virtusertable as I know at least 2 users
> who have no aliases and are not listed in the virtusertable.
> 
> I have looked and looked and do not see any differences in the one that
> worked with the catchall and the 13 others that did not work.
> I even tried sending mail to the catchall working domain to an unknown user
> and it was received by the user set to catchall.
> 

The self-referencing aliases are not added by the catch-all patch, it only
fixes the admin scripts so that the alias is made by default for new users
and if you alter a current user.  so you will need to go to the email
settings for each user without one and click save so the virtusertable
is updated (and the user->user alias is created).  It will not show up in
the ui, but if you do want to see if it is there run:

grep "username" /etc/virtusertable

and look for a line such as:

username@xxxxxxxxxxxxxxx	username

if there isn't one of these lines for a user then their mail will be
intercepted by the catch-all.

> 
> While testing the fill in forms.. all these domains are simple ones.. some
> have no forms.. others have one or 2 basic contact fill in forms.. nothing
> overly complicated here.. from the time you click submit to the time the
> next page comes up is ions.. I mean like 2-4 minutes..
> while the script is crawling along.. top shows:
>  12:50am  up 2 days,  1:53,  1 user,  load average: 0.02, 0.02, 0.00
> 39 processes: 38 sleeping, 1 running, 0 zombie, 0 stopped
> CPU states:  0.1% user,  1.3% system,  0.0% nice, 98.4% idle
> 

when did this start happening?  there doesn't appear to be any load on
the system so it must be something with the scripts that is unhappy.  is
there anything in the error logs or is there anything else going wrong
with the script operation?


-duncan