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.
_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to