Displaying 3 results from an estimated 3 matches for "almba".
Did you mean:
almbp
2013 Apr 16
1
Running LMTP as a user other than the root user
...ggested in the docs:
service lmtp {
user = dovemailer
}
this is what I get in the logs:
postfix/smtpd[52588]: connect from localhost[127.0.0.1]
postfix/smtpd[52588]: E86B5BD2BA0: client=localhost[127.0.0.1]
postfix/cleanup[52594]: E86B5BD2BA0: message-id=<20130416171203.E86B5BD2BA0 at ALMba.local>
postfix/qmgr[88232]: E86B5BD2BA0: from=<test at example.com>, size=315, nrcpt=1 (queue active)
dovecot[52568]: lmtp(52596): Debug: none: root=, index=, control=, inbox=, alt=
dovecot[52568]: lmtp(52596): Connect from local
dovecot[52568]: lmtp(52596): Debug: Loading modules from...
2013 Jul 14
2
2.2.4 - quota-status changing the user it is running as
...5 100
Quota utilisateur MESSAGE 9 - 0
and messages for that user are correctly rejected by lmtp:
dovecot[4989]: lmtp(5069, john.doe at example.com): QWSWLgrP4lF7FAAA5Q0ykw: msgid=<20130714161643.9085DF176F2 at ALMba.local>: save failed to INBOX: Quota exceeded (mailbox for user is full)
Let's now simulate a connection from Postfix:
$ sudo -u postfix telnet /_ROOT/var/spool/postfix/private/quota-policyd
Trying /_ROOT/var/spool/postfix/private/quota-policyd...
Connected to (null).
Escape character i...
2013 Jul 16
1
2.2.4 - Some questions about and needing help with quota-status
...teur STORAGE 20 5 400
Quota utilisateur MESSAGE 14 - 0
and is clearly recognized as being over-quota by lmtp:
$ telnet /_ROOT/var/run/dovecot/lmtp
Trying /_ROOT/var/run/dovecot/lmtp...
Connected to (null).
Escape character is '^]'.
220 almba.local Dovecot ready.
mail from:<mary.jane at example.com>
250 2.1.0 OK
rcpt to:<john.doe at example.com>
250 2.1.5 OK
data
354 OK
Subject: test
.
552 5.2.2 <john.doe at example.com> Quota exceeded (mailbox for user is full)
Note that both services config and dict are l...