It looks like you've aptched your qmail-smtpd.c two times.

If you're using Shupp's toaster, it already includes chkuser.

Tonino

> I want to make a correction about my mail. I forgot a thing as I wrote
> the mail.
>
> I had patched netqmail-1.05_chkuser-2.0.8.patch successfully.
> After that
> I run command called "make setup check"
> And
> I got some errors as below;
>  qmail-smtpd.c:453: warning: return type of 'main' is not `int'
>> ./compile chkuser.c
>> chkuser.c:1237: error: redefinition of 'INTRUSION_threshold_reached'
>> chkuser.c:81: error: previous definition of
>> 'INTRUSION_threshold_reached' was here
>> chkuser.c:1238: error: redefinition of 'first_time_init_flag'
>> chkuser.c:82: error: previous definition of 'first_time_init_flag' was
> here
>> chkuser.c:1240: error: redefinition of 'recipients'
>> chkuser.c:84: error: previous definition of 'recipients' was here
>> chkuser.c:1241: error: redefinition of 'wrong_recipients'
>> chkuser.c:85: error: previous definition of 'wrong_recipients' was
>> here chkuser.c:1243: error: redefinition of 'user'
>> chkuser.c:87: error: previous definition of 'user' was here
>> chkuser.c:1244: error: redefinition of 'domain'
>> chkuser.c:88: error: previous definition of 'domain' was here
>> chkuser.c:1245: error: redefinition of 'domain_path'
>> chkuser.c:89: error: previous definition of 'domain_path' was here
>> chkuser.c:1246: error: redefinition of 'tmp_path'
>> chkuser.c:90: error: previous definition of 'tmp_path' was here
>> chkuser.c:1247: error: redefinition of 'alias_path'
>> chkuser.c:91: error: previous definition of 'alias_path' was here
>> chkuser.c:1276: error: redefinition of 'maxrcpt_string'
>> chkuser.c:120: error: previous definition of 'maxrcpt_string' was here
>> chkuser.c:1277: error: redefinition of 'maxrcpt_limit'
>> chkuser.c:121: error: previous definition of 'maxrcpt_limit' was here
>> chkuser.c:1278: error: redefinition of 'maxrcpt_limit_reached'
>> chkuser.c:122: error: previous definition of 'maxrcpt_limit_reached'
>> was here
>> chkuser.c:1282: error: redefinition of 'maxwrongrcpt_string'
>> chkuser.c:126: error: previous definition of 'maxwrongrcpt_string' was
> here
>> chkuser.c:1283: error: redefinition of 'maxwrongrcpt_limit'
>> chkuser.c:127: error: previous definition of 'maxwrongrcpt_limit' was
>> here chkuser.c:1284: error: redefinition of
>> 'maxwrongrcpt_limit_reached' chkuser.c:128: error: previous definition
>> of 'maxwrongrcpt_limit_reached' was here
>> chkuser.c:1288: error: redefinition of 'maxmbxquota_string'
>> chkuser.c:132: error: previous definition of 'maxmbxquota_string' was
>> here chkuser.c:1289: error: redefinition of 'maxmbxquota_limit'
>> chkuser.c:133: error: previous definition of 'maxmbxquota_limit' was
>> here chkuser.c:1306: error: redefinition of 'chkuser_delay_interval'
>> chkuser.c:150: error: previous definition of 'chkuser_delay_interval'
>> was here
>> chkuser.c:1310: error: redefinition of 'chkuser_delay'
>> chkuser.c:154: error: previous definition of 'chkuser_delay' was here
>> chkuser.c:1340: error: redefinition of 'logstr'
>> chkuser.c:184: error: previous definition of 'logstr' was here
>> chkuser.c:1342: error: redefinition of 'chkuser_commonlog'
>> chkuser.c:186: error: previous definition of 'chkuser_commonlog' was
>> here chkuser.c:1568: error: redefinition of 'chkuser_cleanup'
>> chkuser.c:412: error: previous definition of 'chkuser_cleanup' was
>> here chkuser.c:1576: error: redefinition of 'first_time_init'
>> chkuser.c:420: error: previous definition of 'first_time_init' was
>> here chkuser.c:1678: error: redefinition of 'realrcpt'
>> chkuser.c:522: error: previous definition of 'realrcpt' was here
>> chkuser.c:2112: error: redefinition of 'chkuser_realrcpt'
>> chkuser.c:956: error: previous definition of 'chkuser_realrcpt' was
>> here chkuser.c:2227: error: redefinition of 'chkuser_sender'
>> chkuser.c:1071: error: previous definition of 'chkuser_sender' was
>> here *** Error code 1
>>
>> Stop in /var/qmail/netqmail-1.05/netqmail-1.05.
>>
>> How can I get rid of this problem?
> ----- Original Message -----
> From: "Halid Faith" <[EMAIL PROTECTED]>
> To: <vchkpw@inter7.com>
> Sent: Saturday, February 18, 2006 11:26 AM
> Subject: [vchkpw] my problem about checkuser2
>
>
>> Hello
>>
>> I installed vpopmail5.4.x on netqmail.1.05.
>> I want to use checkuser patch in order to check local users.
>> I got an error below during the patch.
>>
>> First I got chkuser-2.0.8b-release.tar.gz
>> cp chkuser-2.0.8b-release/* ../path/netqmail-1.05/netqmail-1.05/ my
>> vpopmail path is default (/home/vpopmail)
>> Also I use the TLS patch of Scott Gifford on netqmail1.05
>> I stopped qmailctl.
>> patch < netqmail-1.05_chkuser-2.0.8.patch
>> I got some errors after a few seconds
>>
>> qmail-smtpd.c:453: warning: return type of 'main' is not `int'
>> ./compile chkuser.c
>> chkuser.c:1237: error: redefinition of 'INTRUSION_threshold_reached'
>> chkuser.c:81: error: previous definition of
>> 'INTRUSION_threshold_reached' was here
>> chkuser.c:1238: error: redefinition of 'first_time_init_flag'
>> chkuser.c:82: error: previous definition of 'first_time_init_flag' was
> here
>> chkuser.c:1240: error: redefinition of 'recipients'
>> chkuser.c:84: error: previous definition of 'recipients' was here
>> chkuser.c:1241: error: redefinition of 'wrong_recipients'
>> chkuser.c:85: error: previous definition of 'wrong_recipients' was
>> here chkuser.c:1243: error: redefinition of 'user'
>> chkuser.c:87: error: previous definition of 'user' was here
>> chkuser.c:1244: error: redefinition of 'domain'
>> chkuser.c:88: error: previous definition of 'domain' was here
>> chkuser.c:1245: error: redefinition of 'domain_path'
>> chkuser.c:89: error: previous definition of 'domain_path' was here
>> chkuser.c:1246: error: redefinition of 'tmp_path'
>> chkuser.c:90: error: previous definition of 'tmp_path' was here
>> chkuser.c:1247: error: redefinition of 'alias_path'
>> chkuser.c:91: error: previous definition of 'alias_path' was here
>> chkuser.c:1276: error: redefinition of 'maxrcpt_string'
>> chkuser.c:120: error: previous definition of 'maxrcpt_string' was here
>> chkuser.c:1277: error: redefinition of 'maxrcpt_limit'
>> chkuser.c:121: error: previous definition of 'maxrcpt_limit' was here
>> chkuser.c:1278: error: redefinition of 'maxrcpt_limit_reached'
>> chkuser.c:122: error: previous definition of 'maxrcpt_limit_reached'
>> was here
>> chkuser.c:1282: error: redefinition of 'maxwrongrcpt_string'
>> chkuser.c:126: error: previous definition of 'maxwrongrcpt_string' was
> here
>> chkuser.c:1283: error: redefinition of 'maxwrongrcpt_limit'
>> chkuser.c:127: error: previous definition of 'maxwrongrcpt_limit' was
>> here chkuser.c:1284: error: redefinition of
>> 'maxwrongrcpt_limit_reached' chkuser.c:128: error: previous definition
>> of 'maxwrongrcpt_limit_reached' was here
>> chkuser.c:1288: error: redefinition of 'maxmbxquota_string'
>> chkuser.c:132: error: previous definition of 'maxmbxquota_string' was
>> here chkuser.c:1289: error: redefinition of 'maxmbxquota_limit'
>> chkuser.c:133: error: previous definition of 'maxmbxquota_limit' was
>> here chkuser.c:1306: error: redefinition of 'chkuser_delay_interval'
>> chkuser.c:150: error: previous definition of 'chkuser_delay_interval'
>> was here
>> chkuser.c:1310: error: redefinition of 'chkuser_delay'
>> chkuser.c:154: error: previous definition of 'chkuser_delay' was here
>> chkuser.c:1340: error: redefinition of 'logstr'
>> chkuser.c:184: error: previous definition of 'logstr' was here
>> chkuser.c:1342: error: redefinition of 'chkuser_commonlog'
>> chkuser.c:186: error: previous definition of 'chkuser_commonlog' was
>> here chkuser.c:1568: error: redefinition of 'chkuser_cleanup'
>> chkuser.c:412: error: previous definition of 'chkuser_cleanup' was
>> here chkuser.c:1576: error: redefinition of 'first_time_init'
>> chkuser.c:420: error: previous definition of 'first_time_init' was
>> here chkuser.c:1678: error: redefinition of 'realrcpt'
>> chkuser.c:522: error: previous definition of 'realrcpt' was here
>> chkuser.c:2112: error: redefinition of 'chkuser_realrcpt'
>> chkuser.c:956: error: previous definition of 'chkuser_realrcpt' was
>> here chkuser.c:2227: error: redefinition of 'chkuser_sender'
>> chkuser.c:1071: error: previous definition of 'chkuser_sender' was
>> here *** Error code 1
>>
>> Stop in /var/qmail/netqmail-1.05/netqmail-1.05.
>>
>> How can I get rid of this problem?



-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 La tua posta elettronica senza virus su UfficioPostale.IT
   Your virus free electronic mail on UfficioPostale.IT


Reply via email to