Hello!
I am currently attempting to follow this guide:
https://library.linode.com/email/postfix/postfix2.9.6-dovecot2.0.19-mysqlFor Email with Postfix, Dovecot, and MySQL. Everything worked fine until the Dovecot section. I didn't have most of the files in my installation that it had in the tutorial and after some reasearch found out that I installed version 1.2.9 which seems to be the latest build for my version of Ubuntu, 10.04.4 LTS. So long story short, I tried to upgrade to dovecot V2 on my email server and found their instructions to upgrade. However, when I run doveconf I get the following message on terminal:
bash: doveconf: command not found
I originally thought dovecot was not running, however, I confirmed dovecot is running by typing dovecot in terminal. I am also able to telnet localhost as in the dovecot testintallation page on the dovecot website:
http://wiki.dovecot.org/TestInstallationI really am stumped on what could be wrong with the doveconf command. I also uninstalled dovecot as a last ditch effort to fix this but still obtained the same errors after a re-install.
Any advice is greatly appreciated! Thank you for your time!