[SOLVED] maia problems - posting logs - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: [SOLVED] maia problems - posting logs (/thread-4954.html) |
[SOLVED] maia problems - posting logs - lschafroth - 11-17-2008 02:49 PM Errors I see in my logs: mail.log ov 16 22:28:02 webhost postfix/policyd-weight[2402]: policyd-weight 0.1.14 beta started and daemonized using default settings, $USER=polw, EUID: 107, UID: 107 Nov 16 22:28:02 webhost postfix/policyd-weight[2403]: cache spawned Nov 16 22:28:03 webhost postgrey[2406]: Process Backgrounded Nov 16 22:28:03 webhost postgrey[2406]: 2008/11/16-22:28:03 postgrey (type Net::Server::Multiplex) starting! pid(2406) Nov 16 22:28:03 webhost postgrey[2406]: Binding to TCP port 60000 on host 127.0.0.1 Nov 16 22:28:03 webhost postgrey[2406]: Setting gid to "110 110" Nov 16 22:28:03 webhost postgrey[2406]: Setting uid to "108" Nov 16 22:28:04 webhost spamd[2408]: logger: removing stderr method Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: use DBI; Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: my $db = "ispcp"; Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: my $user="root"; Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: my $host="localhost"; Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: my $password="xxxxxxx"; Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: my $dbh = DBI->connect("DBI:mysql:database=$db;host=$host", $user, $password, {Rai$ Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: my $arr = $dbh->selectcol_arrayref('SELECT domain_name, 1 FROM domain', {Columns=>$ Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: my $arre = $dbh->selectcol_arrayref('SELECT alias_name, 1 FROM domain_aliasses', {$ Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: my $lis = ($arre,$arr); Nov 16 22:28:04 webhost spamd[2410]: config: failed to parse line, skipping: %local_domains = (@$arr,@$arre); Nov 16 22:28:05 webhost spamd[2410]: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK' Nov 16 22:28:05 webhost spamd[2410]: spamd: server started on port 783/tcp (running version 3.1.7-deb) Nov 16 22:28:05 webhost spamd[2410]: spamd: server pid: 2410 Nov 16 22:28:05 webhost spamd[2410]: spamd: server successfully spawned child process, pid 2617 mail.err ov 16 21:19:22 webhost amavis[6174]: (06174-10) ClamAV-clamd av-scanner FAILED: Too many retries to talk to /var/run/clamav/clamd.ctl (Can't connect to UNIX s$ Nov 16 21:19:22 webhost amavis[6174]: (06174-10) WARN: all primary virus scanners failed, considering backups mail.warn Nov 16 22:26:24 webhost postgrey[2440]: Couldn't unlink "/var/run/postgrey.pid" [Permission denied] Nov 16 22:30:11 webhost spamd[2617]: spamd: bad protocol: header error: (closed before headers) at /usr/sbin/spamd line 1671. Nov 16 22:33:30 webhost amavis[3189]: No $arc, not using it Nov 16 22:33:30 webhost amavis[3189]: No $lzop, not using it Nov 16 22:33:30 webhost amavis[3189]: No $lha, not using it Nov 16 22:33:30 webhost amavis[3189]: No $unarj, not using it Nov 16 22:33:30 webhost amavis[3189]: No $unfreeze, not using it Nov 16 22:33:30 webhost amavis[3189]: No $unrar, not using it Nov 16 22:33:30 webhost amavis[3189]: No $zoo, not using it Nov 16 22:33:30 webhost amavis[3189]: No $pax, not using it Nov 16 22:33:30 webhost amavis[3189]: No $rpm2cpio, not using it Nov 16 22:33:30 webhost amavis[3189]: No $cabextract, not using it Nov 16 22:33:30 webhost amavis[3189]: No $ripole, not using it Nov 16 22:33:30 webhost amavis[3189]: No $dspam, not using it Nov 16 22:33:46 webhost spamd[2617]: spamd: bad protocol: header error: (closed before headers) at /usr/sbin/spamd line 1671. Any ideas on how to configure maia? I've ready so many guides and this system does not work. I cannot send an email from one of my hosted domains to another hosted domain. With any maia, clamav or postgrey installed. Lannie RE: maia problems - posting logs - BeNe - 11-17-2008 06:27 PM Code: config: failed to parse line, skipping: use DBI; I mean a correct Perl interpreter in the first line of the file ? Please recheck it. Greez BeNe RE: maia problems - posting logs - lschafroth - 11-18-2008 01:00 AM (11-17-2008 06:27 PM)BeNe Wrote: I've been through the guide 7 times now. I found out the .ctl file can take up to 15 minutes to be created after starting clamd. I get all the emails I ent to my hosted users after midnight. It always takes overnight for them to show up in the maia hold so the users have to release them as non spam. Is there a way to make this happen hourly instead of overnight? Lannie RE: maia problems - posting logs - lschafroth - 11-18-2008 11:15 AM (11-18-2008 01:00 AM)lschafroth Wrote: I've been through the guide 7 times now. Maybe I spoke too soon. It is now working. It appears to do it hourly now. So far so good. Lannie RE: maia problems - posting logs - BeNe - 11-18-2008 04:36 PM Fine! So i mark it als [SOLVED] Greez BeNe |