We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30319
    • 406 Posts
    I'm testing Login's password reset and I get either of these results:

    550 rejecting spoofed message -- if emailsender is [email protected] (webmaster is an alias)

    554 5.1.0 Sender Denied -- if emailsender is blank, using web hosting company's emailer address

    This is despite whitelisting everything from our MODx site/server/host in our Barracuda anti-spam appliance before it reaches our Exchange 2003 server.

    Has anyone seen this before?? How is it fixed??

    Thank you, Tom

    This question has been answered by TomMLS. See the first response.

    [ed. note: TomMLS last edited this post 14 years, 7 months ago.]
      • 18373 ☆ A M B ☆
      • 3,141 Posts
      When having email problems I suggest using QuickEmail with debug mode (http://bobsguides.com/quickemail-snippet-tutorial.html)

      To me it sounds like you have a very strict email policy (that is great actually), but you'll need to configure your email settings in the MODX system settings accordingly.

      Perhaps you need to work over SMTP, SSL or TSL or provide a HELO message. All of that is possible through the system settings (Mail area). Work with your server admin to find out what is required.
        Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

        Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.
      • discuss.answer
        • 30319
        • 406 Posts
        I'm the mail server admin mostly so it's something for which I must do the internal mail fixing. smiley

        Temporary Solution:
        1) If I use a "real" email address the process works.
        2) Install someone's 'real' email address for now

        Better Solution:
        Research how to allow spoofing webmaster from another specific server.

        Thank you, Tom [ed. note: TomMLS last edited this post 14 years, 7 months ago.]
          • 18373 ☆ A M B ☆
          • 3,141 Posts
          I usually set up a specific "robots" email address (actual email) that isn't actually used by anyone, but acts as my external mail stuff. Connect over secured ssl = proper headers and reduces the chance being marked as spam as well. smiley
            Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

            Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.
            • 30319
            • 406 Posts
            Ah...I could do that if ever necessary.
            However for the particular site's purposes the currently used 'real' email address is adequate.
            Login's registration stuff is the only thing our MODx sites use which doesn't solicit an email address from the sender.
            Thank you...