Enable Dovecot to accept mail for delivery through postfix
This commit is contained in:
		| @@ -19,7 +19,7 @@ userdb { | |||||||
| } | } | ||||||
|  |  | ||||||
| mail_plugins = $mail_plugins quota | mail_plugins = $mail_plugins quota | ||||||
| protocols = imap lmtp | protocols = imap lmtp submission | ||||||
|  |  | ||||||
| service lmtp { | service lmtp { | ||||||
|   inet_listener lmtp { |   inet_listener lmtp { | ||||||
| @@ -57,3 +57,9 @@ plugin { | |||||||
|   quota_vsizes = yes |   quota_vsizes = yes | ||||||
| } | } | ||||||
|  |  | ||||||
|  | submission_relay_host = localhost | ||||||
|  | protocol submission { | ||||||
|  |   mail_plugins = $mail_plugins | ||||||
|  |   mail_max_userip_connections = 10 | ||||||
|  | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user