Looking at https://doc.dovecot.org/2.4.1/core/admin/running.html, and comparing
with a system where I have installed Dovecot 2.4.1:

root@mail:/etc/dovecot/conf.d# ps auxw|grep "dovecot"
root        9739  0.0  0.0   8872  4816 ?        Ss   14:47   0:00 /usr/sbin/
dovecot -F
root        9741  0.0  0.0   5324  3280 ?        S    14:47   0:00 dovecot/
anvil
root        9742  0.0  0.0   5428  3256 ?        S    14:47   0:00 dovecot/log
root        9743  0.0  0.1  51976 10248 ?        S    14:47   0:00 dovecot/
config


Why are my other services not running? For example, the dovecot/auth service is
not running.

On an system running 2.3.21, I get:

wash@eu:~$ ps auxw|grep "dovecot"
root      181404  0.0  0.0   8240  4408 ?        Ss   14:33   0:00 /usr/sbin/
dovecot -F
dovecot   181408  0.0  0.0  10668  6936 ?        S    14:33   0:00 dovecot/
managesieve-login
Debian-+  181409  0.0  0.0  12192  8880 ?        S    14:33   0:00 dovecot/lmtp
-L
dovecot   181410  0.0  0.0   4760  1436 ?        S    14:33   0:00 dovecot/
anvil
root      181411  0.0  0.0   5028  2960 ?        S    14:33   0:00 dovecot/log
Debian-+  181412  0.0  0.0  12192  8848 ?        S    14:33   0:00 dovecot/lmtp
-L
Debian-+  181413  0.0  0.0  12192  9040 ?        S    14:33   0:00 dovecot/lmtp
-L
Debian-+  181414  0.0  0.0  12192  8908 ?        S    14:33   0:00 dovecot/lmtp
-L
Debian-+  181415  0.0  0.0  12192  8876 ?        S    14:33   0:00 dovecot/lmtp
-L
root      181416  0.0  0.0   8096  5444 ?        S    14:33   0:00 dovecot/
config
dovecot   181418  0.0  0.0   5964  3496 ?        S    14:33   0:00 dovecot/
stats
dovecot   181419  0.0  0.0  12216  8456 ?        S    14:33   0:00 dovecot/auth

root@mail:/etc/dovecot/conf.d# doveconf -n
# 2.4.1-4+debian12 (7d8c0e5759): /etc/dovecot/dovecot.conf
# Pigeonhole version 2.4.1-4+debian12 (0a86619f)
# OS: Linux 6.1.0-34-amd64 x86_64 Debian 12.10
# Hostname: mail.test,domain
dovecot_config_version = 2.4.1
auth_debug_passwords = yes
auth_mechanisms = plain login
dovecot_storage_version = 2.4.1
fts_autoindex = yes
fts_autoindex_max_recent_msgs = 999
fts_search_add_missing = yes
info_log_path = /var/log/dovecot.log
log_debug = category=auth
mail_driver = Maildir
mail_path = ~/Maildir
protocols = imap pop3 lmtp sieve
sql_driver = mysql
mysql /var/run/mysqld/mysqld.sock {
  dbname = exim4u
  password = # hidden, use -P to show it
  user = exim4u
}
passdb sql {
  default_password_scheme = SHA512
  query = SELECT crypt AS password FROM users,domains WHERE users.username = '%
{user}' AND users.enabled = '1' AND users.type='local' and domains.enabled='1'
and domains.domain_id = users.domain_id
}
userdb sql {
  iterate_query = SELECT username AS user FROM users
  query = SELECT pop as home, uid, gid FROM users WHERE username = '%{user}'
}
namespace inbox {
  inbox = yes
  mailbox Drafts {
    special_use = "\\Drafts"
  }
  mailbox Junk {
    special_use = "\\Junk"
  }
  mailbox Trash {
    special_use = "\\Trash"
  }
  mailbox Sent {
    special_use = "\\Sent"
  }
  mailbox "Sent Messages" {
    special_use = "\\Sent"
  }
}
service imap-login {
  inet_listener imap {
  }
  inet_listener imaps {
  }
}
service pop3-login {
  inet_listener pop3 {
  }
  inet_listener pop3s {
  }
}
service submission-login {
  inet_listener submission {
  }
  inet_listener submissions {
  }
}
service lmtp {
  unix_listener lmtp {
  }
}
service imap {
}
service pop3 {
}
service submission {
}
service auth {
  unix_listener auth-userdb {
  }
}
service auth-worker {
}
service dict {
  unix_listener dict {
  }
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
  inet_listener sieve_deprecated {
    port = 2000
  }
}
service managesieve {
}


--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
 In an Internet failure case, the #1 suspect is a constant: DNS.
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions: http://www.catb.org/~esr/faqs/smart-
questions.html]
_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to