Re: can't configure authentication in exim (SOLVED!)

From: Francesc Oller (francesc.oller_at_upc.es)
Date: 07/24/03

  • Next message: Patrick Albuquerque: "Re: Need GNU-based live CD [WAS - Re: Important!]"
    To: shyamal.prasad@sbcglobal.net
    Date: Thu, 24 Jul 2003 19:46:59 +0200
    
    

    The problem was that Lotus Domino smtp server answers to EHLO AUTH with

    250-AUTH=LOGIN

    The equal sign (=) is non-standard, should be a blank as per specs, but this
    is common practice in some Windows related MUAs, MTAs.

    exim author Philip Hazel (with good reasons) refuses to change exim's code to
    accept above syntax, because it's non standard, but this makes us, poor users
    who have to use whatever smtp server our isp provides us with, to be stuck.

    I've patched exim's sources:

    change

    if (regex_AUTH == NULL) regex_AUTH =
      regex_must_compile("\\n250[\\s\\-]AUTH\\s+([\\-\\w\\s]+)(?:\\n|$)",
        FALSE,TRUE);

    by:

    if (regex_AUTH == NULL) regex_AUTH =
      regex_must_compile("\\n250[\\s\\-]AUTH(?:\\s+|=)([\\-\\w\\s]+)(?:\\n|$)",
        FALSE,TRUE);

    in deliver.c effectively changing a sequence of spaces by the same sequence
    OR =. Now it works :-)

    Once again advantadges and drawbacks of Linux vs. Windows come into play. I
    cannot tell my mother to configure exim while in Windows she only has to
    check a box. OTOH would I come across a problem like this in Window$ I
    couldn't solve it since its proprietary.

    When all else fails use the souce Luke!

    Cheers

    Francesc Oller

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Patrick Albuquerque: "Re: Need GNU-based live CD [WAS - Re: Important!]"

    Relevant Pages

    • RE: Start Up Error Messages
      ... In the initial boot sequence, after the Microsoft Windows XP screens, I ... Then click on Advanced tab and scroll down to under the Browsing Option: ...
      (microsoft.public.windowsxp.basics)
    • Re: Forms or Reports
      ... with Stupid Dashes. ... It's not possible for multiple users to update a text file. ... Forms are windows into the data contained in tables. ... so I'm not positive of the sequence there. ...
      (microsoft.public.access.forms)
    • Strange Form Behavior
      ... During the process the sequence goes through 4-5 forms ... displayed and allowing keyboard entry before a report prints from each form. ... the windows key on the keyboard ... it happens everytime until I delete the resource file and restart our app ...
      (microsoft.public.fox.programmer.exchange)
    • Email never reaches
      ... I am using Windows XP. ... I have configured the Default Virtual SMTP Server ... Following is the configuration of the Default Virtual SMTP Server on my ...
      (microsoft.public.inetserver.iis.smtp_nntp)
    • Re: Startup Blues
      ... Here's a sequence of events when I try to startup: ... First, after you access boot options screen, select the "Last known good" option to see if this fixes the problem. ... go to Safe Mode and perform the following troubleshooting steps to try and locate exactly where the problem is coming from. ... How to Troubleshoot By Using the Msconfig Utility in Windows XP: ...
      (microsoft.public.windowsxp.help_and_support)