[7.460][BUG][FIXED] 'SMTP 'Routing' [Apply] doesn't work

Hi Friend !

while createing import from (mail secureity>>smtp>>routing>>import text)

it could not be import give no message either doesnt save

but its working fine with antispam>>Realtime blackhole lists


Thanks
Parents Reply Children
  • I use the same and it works.

    Please tell me the steps to reproduce.

    Thx
    Dominic


    Hi Dominic !

    Can u please tell me ,how u did it i will follow the same way ,if u saw my very first post in that i have mention how i did it !

    Thanks
  • As I said above, this failed for me also.

    ASG220v1 512MB  -  Vista Pro SP1  -  IE 7.0.6001.18000

    Press [Apply] and nothing happens.  You can't add a domain on the 'Routing' tab.

    Cheers - Bob
  • When I use IE, it does only work if an object is in the host list. If it is emtpy, it does not work.

    Can you please confirm?

    Thx
    Dominic
  • When I use IE, it does only work if an object is in the host list. If it is emtpy, it does not work.

    Can you please confirm?

    Thx
    Dominic


    Hi Dominic !

     i tryed this with my new dell vostro 1520 /windows xp sp3 i am faceing same problem with ie 6 with sp3 ,i am faceing same problem

    Thansk
  • When I use IE, it does only work if an object is in the host list. If it is emtpy, it does not work.

    That is correct.  Perhaps this should be a classified as a FEATURE instead of a BUG.  However, it's not like the system checks to see if the host in question will accept emails for the domain named.

    There should be some feedback from pressing the [Apply] button.  Plainly, the Astaro "knows" that it doesn't have all of the information it needs.  It may even know it needs a host.

    Cheers - Bob
  • That is correct.  Perhaps this should be a classified as a FEATURE instead of a BUG.  However, it's not like the system checks to see if the host in question will accept emails for the domain named.

    There should be some feedback from pressing the [Apply] button.  Plainly, the Astaro "knows" that it doesn't have all of the information it needs.  It may even know it needs a host.

    Cheers - Bob


    i check with IE 8 and with object which is in defination (host ?) list stills its not working 

    Thanks
  • Right.  Dominic's implication is that there's not a bug because nothing should happen if there's no host defined.  I disagree.  The system should provide an error message.

    [Bob climbs back up on his soapbox] This is another situation where programmers think there's no problem, but admins are made uncomfortable.  The admins are the customers, so they are right.  Ganz einfach.

    Cheers - Bob

  • Perhaps this should be a classified as a FEATURE instead of a BUG.


    No, this was clearly bug.  The error handling was broken.

    The WebAdmin backend detected the error condition (missing SMTP domain or missing routing target(s)) and then ignored the error because the handling code was wrong.  Consequently, when the user failed to specify either the SMTP domain or the routing target(s), s/he got no feedback whatsoever, neither a success message nor an error message.

    Actually, that's two bugs all told.  The WebAdmin should not even *try* to detect errors in the first place, that's not its job, but it should leave error detection to the configuration daemon, which can do much more about it.  And the WebAdmin must *never* ignore any error, but must always provide feedback to the user.

    However, it was really not easy to figure out from the original poster's description what the problem was, so it took some time...  Sigh...


    There should be some feedback from pressing the [Apply] button.  Plainly, the Astaro "knows" that it doesn't have all of the information it needs.  It may even know it needs a host.


    Exactly.

    I solved this by basically replementing the complete error handling for the whole MailSecurity->SMTP->Routing tab, including both the WebAdmin backend and the Confd parts.

    In 7.470, this should now all look quite nice.
    Perhaps you want to have another look when it's available.

    Thanks for bringing this up,
      Ingo