Also forgot to tell additional info. The FreeBSD 7 stable is actually jail. Is someone faced with this issue running dovecot on jail? Thank you.
Erdenebat Gantumur wrote: > Hi dear All, > > Currently I'm configuring Dovecot+PostfixAdmin+PostgreSQL on FreeBSD 7 > Stable and using Dovecot v1.1.3. I hope I've configured everything. But > when I run /usr/local/etc/rc.d/dovecot start then dovecot doesn't seems > to running. /var/log/maillog is only showing following. > > Oct 22 13:37:10 mail dovecot: Dovecot v1.1.3 starting up > Oct 22 13:37:10 mail dovecot: auth(default): pgsql: Connected to postfix > Oct 22 13:37:10 mail dovecot: auth-worker(default): pgsql: Connected to > postfix > > Here is my current dovecot configuration. Please someone help me. What > did I do wrong and what is the problem is? Thank you. > > mail# dovecot -n > # 1.1.3: /usr/local/etc/dovecot.conf > log_path: /var/log/dovecot.log > info_log_path: /var/log/dovecot_info.log > log_timestamp: %Y-%m-%d %H:%M:%S > protocols: imap pop3 > listen(default): x.x.x.x:143 > listen(imap): x.x.x.x:143 > listen(pop3): x.x.x.x:110 > ssl_disable: yes > disable_plaintext_auth: no > login_dir: /var/run/dovecot/login > login_executable(default): /usr/local/libexec/dovecot/imap-login > login_executable(imap): /usr/local/libexec/dovecot/imap-login > login_executable(pop3): /usr/local/libexec/dovecot/pop3-login > login_greeting_capability(default): yes > login_greeting_capability(imap): yes > login_greeting_capability(pop3): no > verbose_proctitle: yes > first_valid_uid: 1983 > first_valid_gid: 1983 > mail_privileged_group: vmail > mail_location: maildir:/var/vmail/%d/%n > maildir_copy_preserve_filename: yes > mail_executable(default): /usr/local/libexec/dovecot/imap > mail_executable(imap): /usr/local/libexec/dovecot/imap > mail_executable(pop3): /usr/local/libexec/dovecot/pop3 > mail_plugin_dir(default): /usr/local/lib/dovecot/imap > mail_plugin_dir(imap): /usr/local/lib/dovecot/imap > mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3 > imap_client_workarounds(default): delay-newmail netscape-eoh > tb-extra-mailbox-sep > imap_client_workarounds(imap): delay-newmail netscape-eoh > tb-extra-mailbox-sep > imap_client_workarounds(pop3): > pop3_enable_last(default): no > pop3_enable_last(imap): no > pop3_enable_last(pop3): yes > pop3_client_workarounds(default): > pop3_client_workarounds(imap): > pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh > auth default: > mechanisms: plain login > username_format: %Lu > passdb: > driver: sql > args: /usr/local/etc/dovecot-sql.conf > userdb: > driver: sql > args: /usr/local/etc/dovecot-sql.conf > socket: > type: listen > client: > path: /var/run/dovecot/auth-client > mode: 432 > master: > path: /var/run/dovecot/auth-master > mode: 384 > > > >