Well, I'm still at it. lol
The documentation has changed a bit since I first set it up. I went through much of the setup process again.
I think I've narrowed it down to this:
!include conf.d/\*.conf
When trying to use doveadm per troubleshooting to see if it recognizes an email address, I get this.
root@whateverconsolestuff: doveadm user
notreallythemail@xxxx.comdoveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 2: No matches
I get the same thing if I use "doveadm user myuser"
Here are the first 4 lines.
# Enable installed protocols
!include conf.d/\*.conf
!include_try /usr/share/dovecot/protocols.d/*.protocol
protocols = imap pop3 lmtp
Guide link:
https://www.linode.com/docs/email/email ... g-packagesTroubleshooting link:
https://www.linode.com/docs/email/postf ... redentialsAny thoughts out there, internets?
I should have some heavy metal going when I head bang. Not silence and a desk. lolisuckatlinux
Ps: If I remove all the peculiar \'s that appeared in the re-write, I get this stuff.
# doveadm user myuser
doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf (<-- this doesn't work, btw.)
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:9: ssl_cert_file has been replaced by ssl_cert = <file
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:10: ssl_key_file has been replaced by ssl_key = <file
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:12: namespace private {} has been replaced by namespace { type=private }
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 23: Unknown setting: global_script_path
-- Changing more things, including the location of the SSL stuff to the actual file location, which wasn't listed in documentation removed the :9 and :10 errors.
line 12, and 23, I don't know what to do with.
line 12: namespace private {
separator = .
prefix = INBOX.
inbox = yes
}
protocol lda {
Line 23: log_path = /home/vmail/dovecot-deliver.log
auth_socket_path = /var/run/dovecot/auth-master
postmaster_address =
postmaster@xxxx.com mail_plugins = sieve
global_script_path = /home/vmail/globalsieverc
}
Thanks!
Dave