Re: BUG? Cannot unarchive .rar file

2015-12-02 Thread Fabian Melters
On Wed, Nov 11, 2015 at 11:18:33PM +0800, Zhang Huangbin wrote: > > > On Nov 11, 2015, at 11:13 PM, Thomas Spuhler > > wrote: > > > > check your distro. They may have stripped clam of the rar lib because of > > patent issue > > Thanks Thomas, and Benny. > > After check the RPM compile options, i

Re: Problem using amavisd 2.9.and sendmail on Centos 7

2015-05-11 Thread Fabian Melters
Hi Daniela, this could be a centos/rhel related issue. maybe even a sendmail specific one. anyway... what does the permission of "/var/spool/clientmqueue" look like? should be like this: # ls -al /var/spool ... drwxrwx---. smmsp smmsp system_u:object_r:mqueue_spool_t:s0 clientmqueue ... did y

Re: Error with InetBase.pm

2015-05-01 Thread Fabian Melters
Hi Alex,

final_destiny_maps_by_ccat with sql? Possible?

2015-04-27 Thread Fabian Melters
Hi, i'm wondering if final_destiny_maps_by_ccat can be used with sql to achieve final destinies based on recipient user/domain. And if possible, where can i find some examples? Thanks in advance Fabian 'xx4h' Melters signature.asc Description: Digital signature

sql_select_policy based on sender AND recipient

2015-04-24 Thread Fabian Melters
Hi, is there any way to select policy based on sender AND recipient with sql_select_policy? 'SELECT users.*, policy.*, users.id'. ' FROM users LEFT JOIN policy ON users.policy_id=policy.id'. ' WHERE users.email IN (%k) ORDER BY users.priority DESC'; will only select a policy based on