[Dovecot] pop3 and imap don't run
Dear all,
I run dovecot and when i use 'ps ax |egrep dovecot' command , i get the following result: ////////////////// 9290 pts/3 S+ 0:00 tail -f /var/log/dovecot.err 9597 ? Ss 0:00 /opt/dovecot/sbin/dovecot 9598 ? S 0:00 dovecot/anvil 9599 ? S 0:00 dovecot/log 9601 ? S 0:00 dovecot/config 9606 pts/0 S+ 0:00 egrep --color=auto dovecot ///////////////
I dont see any pop or imap process.
--mohsen
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thu, 20 Jun 2013, Mohsen Pahlevanzadeh wrote:
I run dovecot and when i use 'ps ax |egrep dovecot' command , i get the following result:
what about ps ax|grep imap ?
what about lsof -i :143 or netstat -an | grep 143 ?
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux)
iQEVAwUBUcK0bF3r2wJMiz2NAQL1cQf/T08fwL+kmijkXpq3zwyG3T0ngcSCMg4h Se3ZsI60r5hxKnbkZ7hxDW0JbUSw1Saw4Ivn57g+2OLGgBSC9m/+Sz4f3gv/Jn9t IR3Z/xqkSldFm4hIKq8xhV9M6QlnB1FzXdZjHXm47l1pzttUzSLf/DL/b21WBVeB SaTa2xUDj0nlhLK5zmPGKeBwm6zLEsiiBcT2k5DOFCY5mlpIjnZEmpracEBhIKou rMYO/1bb9HN/DUhgotcqa/P52X7fQFy+rWUnbGIgztYdykxPSOc/2C6USAEhjJeD d7g8e4uhvbPgoknIkHecAoe6XNL73amFAObangeTxt2mUUKf+OBeoA== =KCNL -----END PGP SIGNATURE-----
Or even a better command:
netstat | grep pop3
netstat | grep imap
Will tell you if the ports are in listening status.
On Thu, Jun 20, 2013 at 3:51 AM, Steffen Kaiser < skdovecot@smail.inf.fh-brs.de> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thu, 20 Jun 2013, Mohsen Pahlevanzadeh wrote:
I run dovecot and when i use
'ps ax |egrep dovecot' command , i get the following result:
what about ps ax|grep imap ?
what about lsof -i :143 or netstat -an | grep 143 ?
- -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux)
iQEVAwUBUcK0bF3r2wJMiz2NAQL1cQ**f/T08fwL+**kmijkXpq3zwyG3T0ngcSCMg4h Se3ZsI60r5hxKnbkZ7hxDW0JbUSw1S**aw4Ivn57g+2OLGgBSC9m/+Sz4f3gv/**Jn9t IR3Z/**xqkSldFm4hIKq8xhV9M6QlnB1FzXdZ**jHXm47l1pzttUzSLf/DL/b21WBVeB SaTa2xUDj0nlhLK5zmPGKeBwm6zLEs**iiBcT2k5DOFCY5mlpIjnZEmpracEBh**IKou rMYO/1bb9HN/DUhgotcqa/**P52X7fQFy+rWUnbGIgztYdykxPSOc/**2C6USAEhjJeD d7g8e4uhvbPgoknIkHecAoe6XNL73a**mFAObangeTxt2mUUKf+OBeoA== =KCNL -----END PGP SIGNATURE-----
-- Daniel Reinhardt cryptodan@cryptodan.net http://www.cryptodan.net 301-875-7018(c) 410-455-0488(h)
participants (3)
-
Daniel Reinhardt
-
Mohsen Pahlevanzadeh
-
Steffen Kaiser