postfix-dovecot via lmtp

Timothy Murphy gayleard at alice.it
Fri Aug 8 09:32:07 UTC 2014


On Monday, August 04, 2014 12:14:44 PM Reindl Harald wrote:

> > I've been trying for some days to get postfix + dovecot + pigeonhole/sieve
> > working on a CentOS-7 home server.
> > I think I may have detected the problem; I read in /var/log/maillog
> > 
> >   Aug  4 11:29:13 alfred postfix/lmtp[14871]: 9C04C220A99:
> >     to=<tim at localhost.gayleard.eu>, orig_to=<tim at localhost>,
> >     relay=alfred.gayleard.eu[private/dovecot-lmtp], delay=971,
> >     delays=971/0.03/0.02/0.1, dsn=4.3.0, status=deferred
> >     (host alfred.gayleard.eu[private/dovecot-lmtp] said: 451 4.3.0
> >     <tim at localhost.gayleard.eu> Internal error occurred.
> >     Refer to server log for more information. (in reply to RCPT TO
> >     command))

> "Refer to server log for more information" comes from dovecot lmtpd
> so look there and post the output of "doveconf -n"

Thanks very much for your response.

The only output in /var/log/dovecot (where I send dovecot logs) is
--------------------------
Aug 04 11:29:13 lmtp(14872): Debug: none: root=, index=, indexpvt=, control=, 
inbox=, alt=
Aug 04 11:29:13 lmtp(14872): Info: Connect from local
Aug 04 11:29:13 lmtp(14872): Debug: auth input:
Aug 04 11:29:13 lmtp(14872): Info: Disconnect from local: Successful quit
--------------------------

The output of "doveconf -n" is
--------------------------
# 2.2.10: /etc/dovecot/dovecot.conf
# OS: Linux 3.10.0-123.4.4.el7.x86_64 x86_64 CentOS Linux release 7.0.1406 
(Core)
debug_log_path = /var/log/dovecot
info_log_path = /var/log/dovecot
listen = *
log_path = /var/log/dovecot
login_trusted_networks = 192.168.2.0/24
mail_debug = yes
mail_gid = 1000
mail_location = maildir:~/Maildir
mail_uid = 1000
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character 
vacation subaddress comparator-i;ascii-numeric relational regex imap4flags 
copy include variables body enotify environment mailbox date ihave
mbox_write_locks = fcntl
namespace inbox {
  inbox = yes
  location =
  mailbox Drafts {
    special_use = \Drafts
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox Sent {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox Trash {
    special_use = \Trash
  }
  prefix =
}
passdb {
  driver = pam
}
plugin {
  sieve = ~/.sieve/dovecot.sieve
  sieve_dir = ~/.sieve
}
protocols = imap pop3 lmtp sieve
service imap-login {
  inet_listener imap {
    port = 143
  }
  inet_listener imaps {
    port = 993
    ssl = yes
  }
}
service lmtp {
  unix_listener /var/spool/postfix/private/dovecot-lmtp {
    group = postfix
    mode = 0777
    user = postfix
  }
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
}
ssl = required
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
  driver = passwd
}
protocol lmtp {
  mail_plugins = " sieve"
}
protocol lda {
  mail_plugins = " sieve"
}
protocol sieve {
  managesieve_notify_capability = fileinto reject envelope environment mailbox 
date
}
--------------------------
 

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin 2, Ireland
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://dovecot.org/pipermail/dovecot/attachments/20140808/c3cbd007/attachment.sig>


More information about the dovecot mailing list