if you are in any sort going to use chkuser you want the chkuser_users_dash otherwise mailing list will not work.. I remember I worked with Tonix to have that implemented.
Remo On 9/18/17 7:52 AM, Rajesh M wrote: > hi eric > > i wished to disable chkusr mx check, format check etc .. and turn off chkuser > using CHKUSER_START="NONE" > > the default installation of qmail always keeps chkuser on with no control > so i rebuild chkuser from source > > CHANGES FOR CHK USER > EXTRA SOURCE FROM RPM > rpm -Uvh qmail-1.03-1.qt.src.rpm > nano /root/rpmbuild/SPECS/qmail.spec > put a sleep in this for 120 seconds > > open 2nd window of ssh > service qmail stop > > in first window run > rpmbuild -bb --define "dist .qt.el6" qmail.spec > the process will now for halt for 180 seconds which gives us time to modify > chkuser_settings.h settings > > in second window go to > cd /root/rpmbuild/BUILD/qmail-1.03 > nano chkuser_settings.h > > UNCOMMENT THIS > #define CHKUSER_STARTING_VARIABLE "CHKUSER_START" > > comment out the following > /* #define CHKUSER_RCPT_MX */ > /* #define CHKUSER_ENABLE_USERS_EXTENSIONS */ > /* #define CHKUSER_USERS_DASH '-' */ > > > now the problem is that even if I set CHKUSER_START="NONE" i get errors > > here is my tcp.smtp file for submission port (i use separate tcp.smtp files > for 25 and 587) > > :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_START="NONE" > > i still get errors as such > > 2017-09-18 11:48:08.810159500 CHKUSER rejected rcpt: from > <[email protected]:[email protected]:> remote > <FTLPCS27:unknown:182.73.35.162> rcpt <[email protected]> : max number > of recipients > 2017-09-18 11:48:09.894092500 CHKUSER rejected intrusion: from > <[email protected]:[email protected]:> remote > <FTLPCS27:unknown:182.73.35.162> rcpt <sreecharanbank@domain2> : rcpt > ignored, session over intrusion threshold > 2017-09-18 11:48:11.226284500 CHKUSER rejected intrusion: from > <[email protected]:[email protected]:> remote > <FTLPCS27:unknown:182.73.35.162> rcpt <[email protected]> : rcpt > ignored, session over intrusion threshold > > help required please > > rajesh > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
