Jump to content

damnu

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by damnu

  1. The settings you gave me enabled me to access the server! Thanks!

    I debugged the script and did not find an error.
    Piping incoming emails to the script works fine but sending emails through tommy generates the "incorrect authentication data" error.
    Since it worked before can I assue this malfunctioning is due to changes on your side? No finger pointing. I just want to know whether it makes sense for me to investigate further...
     

  2. Thanks for taking a look at it.

    Unfortunately, nothing changed: piping is not working (anymore) but due to the exim gestart, I get the following email sent back:

     

    This message was created automatically by mail delivery software.

     

    A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:

     

      pipe to |/home/XXX/mail/XXX.pl

        generated by XXXX@XXXX.heliohost.org

        local delivery failed

  3. I think I got it:

    Seems like emails that match a filter do not show up in the inbox.

    action: pipe
    dest: "|/home/damnu/mail/XXXXXX.pl"

     

    By the way:

    On the "old" Tommy server, I was able to send emails:

    my $host = 'mail.damnu.heliohost.org';
    my $user    = 'MY EMAIL ADDRESS';
    my $pass    = "MY PASSWORD";

     

    Is this still correct?

     

    I figured it out:

    Had to install Authen::SASL and set host = 'tommy.heliohost.org';

  4. I am not back up on Tommy! Thanks for your help!

     

    I just noticed issues receiving mails:

    I send an email to a distribution list. Address #1 on this list is @USER.heliohost.org.

    While my mail has been delivered into EVERY account instanctly I still cannot see it within my heliohost inbox.

    It's now 40 min ago that I sent it...

  5. I absolutely agree with you guys!

    Having the mail daemon trigger the script is a much smarter way.

     

    An initial test with a small perl script worked but am wondering how to properly debug the script the mail is piped through to??

     

    Right now, emails I sent are not delivered to the inpox nor can I see them being piped throught to my script. I am sure that my script is the cause for that since I more or less just copied some stuff from other scripts I have written before...

    When no error messages are coming back it is hard to tell where to start...

  6. I know that .NET binaries compiled on a Windows PC can run on Linux provided that MONO is installed and that the binary does not contain references to "non-MONO-libraries" or native Windows calls.

    So you are saying MONO is not installed?

     

    Funny enough, when I developed the initial version of my program, I did this in perl. After some versions, I went for C#...

    Not sure if I want to go back to perl again.

  7. ~/Maildir/new, ~/Maildir/cur and ~/Maildir/tmp directories contain the messages for INBOX. The tmp directory is used during delivery, new messages arrive in new and read shall be moved to cur by the clients. 
    

    OK, good to know.

    What about the folder structure or you server?

    According to maildir++:

     

    I just sent you a small donattion (47M30487YU8659352). It's not much as I am not sure how Tommy will perform.

    Can you please migrate my account (damnu) to Tommy?

  8. Hi,

     

    I setup a mailbox called "einsatz" on Johnny.

    Sending mails works as expected: They appear in the receivers mailbox right away.

    Receiving mails behaves odd somehow:

    I have sent about 5 test mails so far and only one mail made it into may inbox. And even for this very email, it took minutes until I could see it.

    In addition, new mails seem to be stored in /mail/einsatz@.../cur rather than in .../new

     

    An opening up Webmail ended with 3 timeouts. My fourth attemp was successfull but it took very long to load.

     

    I know that you guys are offering Johnny at no Charge which is great for testing and stuff.

    Is the above the avergae performance for Johnny?

  9. Thanks for your reply, guys!

     

    The point is that 10 sec. is the bare min. frequency I want to check for new mails. Thus, a cron checking every minute is not sufficient.

     

    Hosting the mMailbox here would not be a problem.I can simply Forward the mail upon arrival at the original mailbox.

    But frankly speaking, I have no idea how to implement your suggestion of "piping the mail directly into the process script".

×
×
  • Create New...