Displaying 2 results from an estimated 2 matches for "mail003".
Did you mean:
mail03
2009 Nov 16
1
file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or directory
Hi,
I am having some problems with my vacation messages using dovecot. The
mail is send without problems, and the auto-respond is working as well.
But its always auto-responding, because the lda-dupes file can't be
created.
See mail log below:
Nov 16 13:43:03 mail003 postfix/smtpd[6501]: connect from
mail-bw0-f211.google.com[209.85.218.211]
Nov 16 13:43:03 mail003 postfix/smtpd[6501]: D6FE6F64F:
client=mail-bw0-f211.google.com[209.85.218.211]
Nov 16 13:43:03 mail003 postfix/cleanup[6505]: D6FE6F64F:
message-id=<4B014929.1000008 at gmail.com>
Nov 16 13:...
2009 Nov 11
1
Postfix and Dovecot SASL
...nd no problems at
all so far. The problem starts when I just want to enable the SASL
authentication from Dovecot. I used the 'guide' posted on
http://wiki.dovecot.org/HowTo/PostfixAndDovecotSASL
When I try to telnet to port 25 (smtp) than I doesn't looks like the SASL is
working...
220 mail003 ESMTP Postfix (Ubuntu)
ehlo localhost
250-mail003
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
Anything I missed in my configuration from either postfix/dovecot?
root at mail003:/etc/postfix# dovecot --version
1.1.11
root at mail003:~...