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

Managesieve unable to connect to server when trying to install Roundcube autoresponder with Dovecot on Ubuntu

You have to configure managesieve server from the dovecot bundle:

---- dovecot.conf -----
. . . . . 
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
  service_count         = 1
  process_min_avail     = 1
}
. . . . . 

Tags:

Dovecot

Roundcube

Related

Name of the tun interface when running openvpn? Why is response time exploding when request frequency drops? Sonicwall not handing out address to VLAN on Dell switch Cron job for let's encrypt renewal SElinux error :ValueError: Port tcp/5000 already defined How to allow ssh to root user only from the local network? UFW Enable requires y prompt, how to automate with Bash Script? How do I set up a nix-shell script for lua? xfs on lvm on hardware RAID: correct parameters? Is someone is trying to access our IP-PBX Check is container/service running with docker-compose ssh-copy-id specifying which key and without password

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