Re: [CentOS] quarantine mail

2008-10-01 Thread Rob Taylor

--On 01 October 2008 09:18 -0400 kcc <[EMAIL PROTECTED]> wrote:

> 
> Hi
> 
> In my mailscanner, i have mail in quarantine folder.
> 
> How can I get back attachement in quarantine folder?
> 
> I use mail user < message. but the attachment is just coding not the 
> attachment
> 
> thank you
>  

Hi

You can move the attachment to another directory, change ownership to 'admin' 
and then FTP the file down and re-email to recipient, obviously if it you will 
have to send to an address that won't go through MainScanner!

For a more permanent solution edit /etc/MailScanner/MailScanner.conf, find the 
following lines:

Quarantine Whole Message = no
Quarantine Whole Messages As Queue Files = no

..and change them both to 'yes', now when emails are quarantined it will store 
them as message files (dfm and qfmxx) which you can just copy 
back to the /var/spool/mqueue directory (You don't need to copy the attachment 
file), the message will not go through MainScanner again and will be delivered 
to the recipient.

This may vary depending on your setup etc but should point you in the correct 
direction)!

Thanks
Rob


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installing & activating mysql in CentOS 5

2008-09-17 Thread Rob Taylor
> Steve Huff wrote:
>> 
>> On Sep 17, 2008, at 9:52 AM, Andrew Allen wrote:
>> 
>>> documentation on this anywhere?  Also, what's the current opinion/ 
>>> advice
>>> on a graphical user interface for mysql please?
>> 
>> it's hard to go wrong with phpMyAdmin (http://www.phpmyadmin.net/),  
>> which you can get from RPMforge.
> 
> Even that won't work without installing the server component of mysql,
> which is in the mysql-server package. And giving the security track
> record of phpMyAdmin, I'd rather stay away from that.
> 
> There is some graphical mysqladmin tool, but I cannot remember its name
> ...
> 
> Cheers,
> 
> Ralph


I would also say to stay away from PHPMyAdmin because of the security issues, I 
would recommend:



-Or- 



Thanks
Rob


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos