Hi!

I need this change for disable RBL check after Pop (using
pop-before-smtp function):

  /* append the current ip address to the tmp file
   * using the format x.x.x.x:ALLOW,RELAYCLIENT="",RBLSMTPD=""<TAB>timestamp
   */
-  fprintf( fs_tmp_file, "%s:allow,RELAYCLIENT=\"\",RBLSMTPD=\"\"\t%d\n",
+  fprintf( fs_tmp_file,
"%s:allow,QMAILQUEUE=\"/var/qmail/bin/simscan\",RBLSMTPD=\"\"\t%d\n",
    ipaddr, (int)mytime);
  fclose(fs_cur_file);
  fclose(fs_tmp_file);


My users can now connect to smtp port and send email with AUTH.

Can you create a ./configure options for this ":allow" values?

Thanks!

Reply via email to