Bob wrote: > Hi All
> Im trying to get amavisd-new-2.3.3 running > When i try and start the daemon i get the following error: > Error in config file "/etc/amavisd.conf": Global symbol "@decoders" > requires explicit package name at /etc/amavisd.conf line 246. > This is that section of the amavisd.conf file: > @decoders = ( > ['mail', \&do_mime_decode], > ['asc', \&do_ascii], > ['uue', \&do_ascii], > ['hqx', \&do_ascii], > ['ync', \&do_ascii], > ['F', \&do_uncompress, ['unfreeze','freeze -d','melt','fcat'] ], > ['Z', \&do_uncompress, ['uncompress','gzip -d','zcat'] ], > ['gz', \&do_gunzip], > ['gz', \&do_uncompress, 'gzip -d'], > ['bz2', \&do_uncompress, 'bzip2 -d'], > ['lzo', \&do_uncompress, 'lzop -d'], > ['rpm', \&do_uncompress, ['rpm2cpio.pl','rpm2cpio'] ], > ['cpio', \&do_pax_cpio, ['pax','gcpio','cpio'] ], > ['tar', \&do_pax_cpio, ['pax','gcpio','cpio'] ], > ['tar', \&do_tar], > ['deb', \&do_ar, 'ar'], > # ['a', \&do_ar, 'ar'], # unpacking .a seems an overkill > ['zip', \&do_unzip], > ['rar', \&do_unrar, ['rar','unrar'] ], > ['arj', \&do_unarj, ['arj','unarj'] ], > ['arc', \&do_arc, ['nomarch','arc'] ], > ['zoo', \&do_zoo, 'zoo'], > ['lha', \&do_lha, 'lha'], > # ['doc', \&do_ole, 'ripole'], > ['cab', \&do_cabextract, 'cabextract'], > ['tnef', \&do_tnef_ext, 'tnef'], > ['tnef', \&do_tnef], > ['exe', \&do_executable, ['rar','unrar'], 'lha', ['arj','unarj'] ], > ); > Has anyone seen this before? Any help or pointing to relevant docs would > be greatly appreciated!! > Thanks for any help in advance > Cheers > Bob I would suspect you are using a 2.3.3 version of amavisd.conf, but are not actually trying to start up 2.3.3. (or) You replaced amavisd while it was running, and will get this error when you try to stop the old version. This is only a suspicion however. Gary V ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
