maildrop problem! emails do not arrive

Discussion in 'Installation/Configuration' started by dpejic, Dec 4, 2009.

  1. dpejic

    dpejic New Member

    Hello everyone.

    I have ispconfig3 installed on Fedora 10 by perfect setup. Everything works properly except receiving mail. In maillogs get the following errors:

    isphosting postfix / pipe [32,471]: 6D6D74B858F: <[email protected]> to =, relay = maildrop, delay = 1169, delays = 1169/0.02/0/0.08, DSN = 4.3.0, status = Deferred (temporary failure . Command output: / usr / bin / maildrop: Unable to open mailbox.)


    Reading the forum and the internet I came to the conclusion that the problem is in "/ var / Vmail / .mailfilter" in the options:

    Recipient = tolower ( "$ 2")
    User = tolower ( "$ 3")
    HOST = tolower ( "$ 4")

    When I remove the "tolower" mail work perfectly! Is this correct and can in some other way to solve this?

    Thanks in advance!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which ISPConfig version do you use?
     
  3. dpejic

    dpejic New Member

    Ispconfig 3.0.1.6 latest version .
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok. Then ist a bug in the maildrop version in frdora 10. You can remove the tolower, it is only a protection that ensures that emails to e.g. [email protected] and [email protected] are delivered to the same mailbox as linux files and folders are case sensitive.
     
  5. dpejic

    dpejic New Member

    Thanks Till!
     

Share This Page