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

Can't receive emails to my mail server

Found this solution:

add this on /etc/dovecot/conf.d/20-lmtp.conf:

protocol lmtp {
postmaster_address = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf # required
mail_plugins = quota
}

probably this was:

protocol lmtp {
  # Space separated list of plugins to load (default is global mail_plugins).
  #mail_plugins = $mail_plugins
}

Tags:

Imap

Postfix

Dovecot

Email Server

Related

Are "Glue" records in DNS used only by nameservers of the same domain? Permission denied to resize filesystem Disallowing HTTP methods on Tomcat is case sensitive? Resetting factory defaults - HP Proliant DL360 gen8 Running Ansible task as a specific user Users with Google's IP address. How is it possible? Displaying a remote SSL certificate details using CLI tools The right way to keep docker container started when it used for periodic tasks Why can a and o in samAccountName be replaced with danish å and ø? BTRFS, sector alignment and Advance Format Disks Disk Usage Analyzer on Synology Why doesn't Kosovo have its own ccTLD yet?

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