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

Re: [cobalt-users] Neomail and CGIWRAP



OK. A bit of modification... since my solution didn't work as
advertised.. hehe

**Corrections
1. UMASK should be set to 007 (or at minimum, 017)
    AND
    you should chmod u+x /home/spool/mail/*

Reason being: Procmail will override permissions on mail spool unless
u+x is set.

Now, finally, it works....

----- Original Message -----
From: Joshua Kim <thejk@xxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Saturday, March 17, 2001 12:17 PM
Subject: Re: [cobalt-users] Neomail and CGIWRAP


> Thanks.
>
> But, after several hours of tinkering, I finally succeeded in modifyng
> procmailrc to turn on the group write bit for mail spool. :-)
> Neomail works wonderfully now.
>
> HOW TO
> 1. create a file, /etc/procmailrc and put the following in there.
(Just
> one line's enough)
>
>     UMASK=117
>
> 2. start and stop the procmail by /etc/rc.d/init.d/sendmail restart
>
> 3. Copy your shadow file to another location and chown root.sitename
> (where sitename is the name of the site you are using Neomail for.)
Take
> out unnecessary user name if you have to.
>
> 4. install Neomail and give site name (home,site1,site21,etc.) as the
> name of the mail group, when asked to input mail spool writing group.
> (mail/suid field). Because of CGIWrap, suid won't work for Neomail.
>
> :-) Not the best solution, but It works wonderfully for now.
>
>