Upgrade from 2.1 to 2.2 with problems

heiga

New Member
Nov 25, 2008
2
0
1
Hello,
i have updated proxmox from 2.1 to the actually 2.2 build without problems. But now proxmox sents all 30 minutes from root the following e mail message..
Where can i fix this problem:

Subject: Cron <root@my> proxblsync --dsbl rsync.dsbl.org --mailto root

Unknown option: dsbl
usage: /usr/bin/proxblsync [OPTIONS]

--spamhaus HOST sync Spamhaus blacklist from HOST
--mailto EMAIL send error notification mail to EMAIL.

Thank for help...
Regards
heiga
 
Hello,
i have updated proxmox from 2.1 to the actually 2.2 build without problems. But now proxmox sents all 30 minutes from root the following e mail message..
Where can i fix this problem:

Subject: Cron <root@my> proxblsync --dsbl rsync.dsbl.org --mailto root

Unknown option: dsbl
usage: /usr/bin/proxblsync [OPTIONS]

--spamhaus HOST sync Spamhaus blacklist from HOST
--mailto EMAIL send error notification mail to EMAIL.

Thank for help...
Regards
heiga

do you also applied the latest hotfix 3335?
 
I guess you set up a crontab to sync blacklists. Just edit that file using:

# crontab -e

simply remove --dsbl rsync.dsbl.org, because that list does not longer exists.

if you have a spamhaus account, the file should look like (time may differ):

Code:
11,41 * * * * proxblsync --spamhaus rsync1.spamhaus.org --mailto root
 
I guess you set up a crontab to sync blacklists. Just edit that file using:

# crontab -e

simply remove --dsbl rsync.dsbl.org, because that list does not longer exists.

if you have a spamhaus account, the file should look like (time may differ):

Code:
11,41 * * * * proxblsync --spamhaus rsync1.spamhaus.org --mailto root

Thanks a lot, i have updated to the latest build. Second, i have no spamhaus account so i have remove the crontab line.

Thanks again for your help

Regards from Germany
Heiga