NoZy wrote:
Hi Eric / Guys

       tryed this with no luck at all


Unknown response
Server replied: 511 sorry, recipient address has invalid format (#5.1.1 -
chkuser)

this is what the email address is like

Joe.O'[EMAIL PROTECTED] ( dam admins )

Now this is what I need to do yes? rpmbuild did worked ok
" #define CHKUSER_ALLOW_SENDER_CHAR_3 '\'' "

This is apparently correct (without the double quotes).

What about this ? ( if I do have this on get funny errors in squirrel mail
 like quoter full with telnet I get a rcpchk error relaying error)

Before trying to make this work, I think I'd check the RFC spec (don't know which one off hand) to see if this is supposed to be an allowed digit or not.

"#define CHKUSER_ALLOW_RCPT_CHAR_3 '\''"

why I ask is it has to go to the RCPT

Not sure if I can just stop the chkuser from looking at SMTP emails out ?
of if I can do this IP based this may let me get around this ?

note I not doing this to my live server ( using the vmware copy of qtoster )
and trying to send it out with squirrel mail.

Michael Falzon


NoZy wrote:
Hi Guys

        I'm not 100% sure what I need to do here.....

OK I have a user that needs to email some with a bad email address say
my'[EMAIL PROTECTED]
no qmail comes back with 571 sorry, sender address has invalid format
(#5.7.1 - chkuser)


so I know its a Chkuser thing

in post
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg05382.html

I did see this.....

-/* #define CHKUSER_ALLOW_SENDER_CHAR_1 '$' */
-/* #define CHKUSER_ALLOW_SENDER_CHAR_2 '%' */
+#define CHKUSER_ALLOW_SENDER_CHAR_1 '$'
+#define CHKUSER_ALLOW_SENDER_CHAR_2 '%'
 /* #define CHKUSER_ALLOW_SENDER_CHAR_3 '' */
-/* #define CHKUSER_ALLOW_SENDER_CHAR_4 '?' */
-/* #define CHKUSER_ALLOW_SENDER_CHAR_5 '*' */
+#define CHKUSER_ALLOW_SENDER_CHAR_4 '?'
+#define CHKUSER_ALLOW_SENDER_CHAR_5 '*'

But how do I get a ' if the ALLOW_SENDER_CHAR need to have ''
Example:
#define CHKUSER_ALLOW_SENDER_CHAR_3 '\''

and I sure after this is done this is all I need to do .....
This is correct.

taken from
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg04641.html
rpm -Uvh qmail-toaster*.src.rpm

  cd /usr/src/redhat/SPECS (assuming you are using CentOS 4)

  edit qmail-toaster.spec

  find 'sleep 5'  (should be line 606)

  change  5 to 300 (5 seconds to 300 seconds)

  rpmbuild -bb --with cnt40 qmail-toaster.spec

  When the build process pauses, make your changes. You have 5 minutes.

  edit /usr/src/redhat/BUILD/qmail-1.03/chkuser_settings.h as you wish

  Save your changes and wait for the 300 seconds to expire and
  watch it build.

  cd ../RPMS/i386/

  qmailctl stop

  rpm -Uvh --replacefiles --replacepkgs qmail-*.rpm

  qmailctl start



--
-Eric 'shubes'



--
-Eric 'shubes'

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to