Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Disable any "pop3-login" on Dovecot

If you don't use imap or pop3, then remove dovecot:

sudo aptitude remove dovecot dovecot-pop3d dovecot-imapd

Dovecot has nothing to do with your outgoing mail, you're probably using postfix, exim, or some other MTA for that.

If you want to use IMAP but not POP3, then just remove the dovecot-pop3d backage. If you want POP3 but not IMAP, just remove dovecot-imapd.

Tags:

Dovecot

Related

Network latency: 100Mbit vs. 1Gbit How do you recover you RDS master user username? Alternatives to Heartbeat, Pacemaker and CoroSync? Check if user password input is valid in Powershell script How do I identify the file system of a drive in Mac OS? how to do a graceful uwsgi reload via bash script? Amazon Linux vs. Ubuntu for Amazon EC2 How do you manage computers without Active Directory? SSH / SSHD - How do I set max login attempts? Disk full, du tells different. How to further investigate? Storing and backing up 10 million files on Linux Fault-tolerant NFS?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy