boricua, > getting this error not sure the vscan error what it is > > > Apr 23 20:00:42 pepino amavis[17865]: starting. /usr/bin/amavisd at > pepino.is-a-geek.org amavisd-new-2.5.0 (20070423), Unicode aware, > LANG="en_US" Apr 23 20:00:42 pepino amavis[17865]: Perl version > 5.008008 Apr 23 20:00:45 pepino amavis[17866]: (!)Net::Server: > 2007/04/23-20:00:45 No such group "vscan"\n\n at line 489 in file > /usr/lib/perl5/site_perl/5.8.8/Net/Server.pm Apr 23 20:01:55 pepino > amavis[17873]: starting. /usr/bin/amavisd at pepino.is-a-geek.org > amavisd-new-2.5.0 (20070423), Unicode aware, LANG="en_US" Apr 23 20:01:55 > pepino amavis[17873]: Perl version 5.008008 Apr 23 20:01:56 > pepino amavis[17874]: (!)Net::Server: 2007/04/23-20:01:56 No such group > "vscan"\n\n at line 489 in file > /usr/lib/perl5/site_perl/5.8.8/Net/Server.pm
It is the name of the Unix group under which you want amavisd to run. Normally you have something like: $daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u $daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g in amavisd.conf. Make sure the group name exists in /etc/group, or chose another group name that does exist. Perhaps you used the name 'amavis' so far, just keep it that way. Mark ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
