Announcement

Collapse
No announcement yet.

Order shipped email problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    just testing a site a with a catch all domain e.g. anything@anywhere.com but get the same message as you if I use a bumuser@anywhere.com address
    Owner of a broken heart

    Comment


      #17
      Nice of them not to tell you.

      More and more providers are locking down their SMTP servers to try and stop all these denial of service 'bots and Klez virus types. I get about a dozen Klez a day arriving. They're a real pain but occassionally some fun as Klez also attaches a randome fil from the infected senders system. I've had really interesting documents arriving here that the infected sender has no knowledge of them going.

      I have a patch that uses the servers sendmail or other default mailer instead of doing the very low-level SMTP that Actinic uses. Your server, however, has to support the Perl module Mail::Mailer and have sendmail or equivalent. If they have these then you could try my patch.

      Try the "localhost" server setting as mentioned above first, though.

      Norman
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #18
        Thanks Norman, I may need that.

        As people are saying, hosts are locking down their servers to prevent third party spam mail.

        I'm working with my host to try and find exactly what bit is causing the problem but Actinic don't seem very co-operative in telling us how they're using smtp so we can test the mail server settings.

        I've asked about the Perl module Mail::Mailer and sendmail so we can fallback to your workaround if necessary.

        I'm beginning to suspect that the problem is the anti-spam measures that some hosts are using that tries to detect 'fake' headers and that Actinic are somehow triggering it.

        Still, I'm sure we'll find out the actual cause soon. I'll report back as soon as I know.

        Mike
        -----------------------------------------

        First Tackle - Fly Fishing and Game Angling

        -----------------------------------------

        Comment


          #19
          You have the source code of all the perl scripts. If anyone at your server end wants a peek. Look in Site1 for Actinic.pm and inside that the routine sub SendRichMail that does all the actual work. It's horribly low-level. Banging everything out through Socket calls.

          I can see why they wrote it that way (quite a few years ago) as the lowest level is always there. However things have moved on and Authenticated SMTP is now a fact of life. The other problem with Authenticated SMTP is that there are lots of different ways of authenticating so it may be quite a job to deal with them all. It's all in RFC2554 if anyone wants to boil their brain a bit. RFC2554 started in March 1999 so it's not exactly brand new.

          Norman
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #20
            Hi Norman,

            Could you direct me to your patch please. I think my ISP would rather I patch actinic than bash their brain around this one any more.

            Sendmail is already installed. Is mail::mailer needed as well?

            I really appreciate your help. Thanks.

            Mike
            -----------------------------------------

            First Tackle - Fly Fishing and Game Angling

            -----------------------------------------

            Comment


              #21
              Yes. They must have Perl module Mail::Mailer. You should check this in advance as the script that gets patched would fail to work if you don't have it and (sod's law) that script is needed to upload your site.

              Norman

              p.s. Who is your service provider?
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #22
                For my new site I'm using a small web hosting company called webhozt. I know the owner and decided to give them a try based on personal trust and closer service. They're not large and not so professional as a larger company might be but they try hard and offer extremely good value.

                I also have another sebsite hosted with newnet that works fine but costs me more money for less features.

                I'll make sure mail::mailer is installed.

                Mike
                -----------------------------------------

                First Tackle - Fly Fishing and Game Angling

                -----------------------------------------

                Comment


                  #23
                  Hi Norman,

                  Mail::Mailer is now installed.

                  I've looked on your web site buy couldn't see the patch you referred to. Could you let me know how I can get hold of a copy, I've tried everything else I can think of.

                  Thanks

                  Mike
                  -----------------------------------------

                  First Tackle - Fly Fishing and Game Angling

                  -----------------------------------------

                  Comment


                    #24
                    Instructions attached. Use at your own risk. Remember that if you update Actinic the updater will overwrite patched scripts with new version and you'll have to redo the patch.

                    Norman
                    Attached Files
                    Norman - www.drillpine.biz
                    Edinburgh, U K / Bitez, Turkey

                    Comment


                      #25
                      Thanks Norman,

                      Mike
                      -----------------------------------------

                      First Tackle - Fly Fishing and Game Angling

                      -----------------------------------------

                      Comment


                        #26
                        Norman,

                        The patch works great thanks. It only took a couple of minutes to make the changes and install.

                        One thing that looks a bit odd is the layout of the order email (but then it's always looked a bit odd to me).

                        Whereas the original actinic email has a strange mixture of tabs and spaces (that doesn't really work very well) the version using mail::mailer seems to replace each tab with 8 spaces.

                        Does anyone know of a way to edit the layour of these emails. I know you can easily edit what elements are/aren't included, but is there a way to edit the layout of the individual elements?

                        Mike
                        -----------------------------------------

                        First Tackle - Fly Fishing and Game Angling

                        -----------------------------------------

                        Comment


                          #27
                          I am also suffering a similar problem... I get


                          --------

                          Failed to communicate with the SMTP server.

                          Possible Cause:
                          Network transmission problems.

                          Recommendation:
                          Retry

                          Resolution:
                          If retry fails, check your SMTP settings
                          or contact your ISP.


                          The error was:
                          58323j******@globalnet.co.ukError returned from SMTP server (4: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)


                          Command: send Filename:

                          --------

                          This happens for any mail I try to send from Actinic Catalog (ie. Order confirmation, Payment confirmation etc.).


                          Any ideas would be welcome


                          Regards

                          Dave

                          Comment


                            #28
                            This is very similar to the problem I had.

                            from the error reply you get I'd say your SMTP server is rejecting the mail because it hasn't been set up to accept mail from your domain.

                            You could try your ISP and see if it's something they can setup for you, but failing this you could do worse than try Norman's patch above. It's very simple to install, but doesn't seem to faithfully preserve the exact format of the emails sent.

                            Mike
                            -----------------------------------------

                            First Tackle - Fly Fishing and Game Angling

                            -----------------------------------------

                            Comment


                              #29
                              Many thanks...

                              I eventually got it working using the "localhost" setting as mentioned earlier.

                              Thanks

                              Dave

                              Comment

                              Working...
                              X