Page 1 of 1

Unable to get sxaa to forward

Posted: Mon Oct 16, 2006 6:50 am
by btisdall
I must be doing something silly here as I mostly can't get forwarding to work using sxaa on either 9 or 10, but I can using the RW.

On Sx 9 this is what results when I create the rule using sxaa:


Code: Select all

Action
------
FORWARD
TO : S=ben/OU1=internet/DDT1=RFC-822/DDV1=bogus@domain.com/CN=ben/INTERNET-ADDR=bogus@domain.com


And from the RW:

Code: Select all

Action
------
FORWARD
TO : S=ben/OU1=internet/DDT1=RFC-822/DDV1=bogus@domain.com/INTERNET-ADDR=bogus@domain.com
Text
----


On Sx10 this is the result with sxaa:

Code: Select all

Action
------
FORWARD
TO : S=ben/OU1=internet/DDT1=RFC-822/DDV1=bogus@domain.com/CN=ben/INTERNET-ADDR=bogus@domain.com


And RW:

Code: Select all

Action
------
FORWARD
TO : S=ben/OU1=internet/DDT1=RFC-822/DDV1=bogus@domain.com/CN=ben/INTERNET-ADDR=bogus@domain.com
Text
----


In both cases the 'text' entry seems to be the problem and in fact I can fool sxaa into working on Sx9 by using the --text option & supplying a null file. I can't get the --text option to work at all in Sx10.

Any ideas?

Posted: Mon Oct 16, 2006 11:05 am
by vlaurenz
What command did you run to produce this? You shouldn't have to do anything besides:

Code: Select all

sxaa --user user --forward bogus@domain.com

Posted: Mon Oct 16, 2006 11:10 am
by btisdall
Yes, that's the command I was using.

Posted: Mon Oct 16, 2006 11:13 am
by vlaurenz
btisdall wrote:Yes, that's the command I was using.


Hmmm. That's odd. Are you using the most recent version of sxaa?
http://downloads.scalix.com/ark/sxaa

Posted: Mon Oct 16, 2006 11:26 am
by btisdall
Thanks, it was as simple as that!

That URL's new to me, cheers for that too.

Best,

Posted: Mon Oct 16, 2006 11:33 am
by vlaurenz
btisdall wrote:Thanks, it was as simple as that!

That URL's new to me, cheers for that too.

Best,


Glad to help.