bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Maidag, LMTP Mode and the "Unknown user" Error


From: mozafar roshany
Subject: [bug-mailutils] Maidag, LMTP Mode and the "Unknown user" Error
Date: Sat, 1 Aug 2009 12:07:50 +0430

Hi all.

I've configured maidag as the following:

cat /root/.maidag

lmtp yes;
mode daemon;
max-children 100;
port 1234;

mailbox {
    mailbox-type maildir;
    mail-spool /var/spool/mail;
}

I want my main SMTP server (in another system) connect to this LMTP server to deliver mail. I don't know how maidag checks the validity of destination user. I have this in the spool directory:

$ tree /var/spool/mail/
/var/spool/mail/
|-- mozafar
`-- user1
    `-- Maildir
        |-- cur
        |-- new
        `-- tmp

I just tested maidag with lmtptest Cyrus utility:

$ lmtptest -p 1234 localhost
S: 220 At your service
C: LHLO example.com
S: 250-Hello
S: 250-ENHANCEDSTATUSCODES
S: 250-PIPELINING
S: 250-8BITMIME
S: 250 HELP
Authenticated.
Security strength factor: 0
mail from: someone
250 2.1.0 Go ahead
rcpt to: user1
550 5.1.1 User unknown

I don't know how to deal with the domain here. I have just one domain for all users.

Any help would be appreciated.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]