> -----Original Message----- > From: pi [mailto:[EMAIL PROTECTED] > Sent: Friday, March 19, 2004 11:13 AM > To: [EMAIL PROTECTED] > Subject: [Clamav-users] amavis installed, no more mails > > > Hi, > > I try to use amavis with postfix. > 1st try, no more mail transmitted to the local mailboxes so I > decide to configure > > after trying to configure amavis for my domaine > (wehowski.com), I can no more start amavis. > here are the messages I receive when I try to start the service. > > > Starting Mail Virus Scanner (amavisd): Error in config file /etc/amavisd.conf: > Global symbol "@localhost" requires explicit package name at /etc/amavisd.conf line 463.
> $virus_admin = "[EMAIL PROTECTED]"; # line 463 You have to escape the "@" in your emailaddress: $virus_admin = "[EMAIL PROTECTED]"; # line 463 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
