Hello Jerry, >From what I'm seeing here everything looks fine. Without seeing it i'm out of ideas.
Dave. On 4/10/18, Jerry <je...@seibercom.net> wrote: > On Tue, 10 Apr 2018 11:08:20 -0400, David Mehler stated: > >>Can you send a complete doveconf -n and your dovecot startup lines in >>/etc/rc.conf? > > /etc/rc.conf > ## Dovecot > dovecot_enable="YES" > > # 2.3.1 (8e2f634): /usr/local/etc/dovecot/dovecot.conf > # Pigeonhole version 0.5.1 (d9bc6dfe) > # OS: FreeBSD 11.1-RELEASE-p9 amd64 zfs > # Hostname: localhost > auth_mechanisms = plain login > auth_verbose = yes > auth_verbose_passwords = yes > lda_mailbox_autocreate = yes > lda_mailbox_autosubscribe = yes > log_path = /var/log/dovecot.log > login_greeting = Seibercom NET Here > mail_location = maildir:/var/mail/vmail/%d/gerard > 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 index ihave > duplicate mime foreverypart extracttext > 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 = > subscriptions = yes > type = private > } > passdb { > args = scheme=CRYPT username_format=%u > /usr/local/etc/dovecot/users/passwd > driver = passwd-file > } > plugin { > sieve_default = /usr/local/etc/dovecot/sieve/default.sieve > sieve_global = /usr/local/etc/dovecot/sieve/default.sieve > sieve_vacation_send_from_recipient = yes > } > postmaster_address = postmas...@seibercom.net > service auth { > unix_listener /var/spool/postfix/private/auth { > group = postfix > mode = 0666 > user = postfix > } > unix_listener auth-userdb { > group = vmail > mode = 0666 > user = vmail > } > } > 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 = 0660 > user = postfix > } > } > service pop3-login { > inet_listener pop3 { > port = 110 > } > inet_listener pop3s { > port = 995 > ssl = yes > } > } > ssl_cert = </usr/local/etc/letsencrypt/live/seibercom.net/fullchain.pem > ssl_dh = </usr/local/etc/dovecot/dh.pem > ssl_key = </usr/local/etc/letsencrypt/live/seibercom.net/privkey.pem > ssl_prefer_server_ciphers = yes > userdb { > args = username_format=%u /usr/local/etc/dovecot/users/passwd > driver = passwd-file > } > protocol lda { > mail_plugins = sieve > } > protocol lmtp { > mail_plugins = sieve > } > > > -- > Jerry >