File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public function configure_dovecot()
5757 // Adding the amavisd commands to the postfix configuration
5858 $ postconf_commands = array (
5959 'dovecot_destination_recipient_limit = 1 ' ,
60- 'virtual_transport = dovecot ' ,
60+ 'virtual_transport = lmtp:unix:private/ dovecot-lmtp ' ,
6161 'smtpd_sasl_type = dovecot ' ,
6262 'smtpd_sasl_path = private/auth '
6363 );
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ public function configure_dovecot()
402402 // Adding the amavisd commands to the postfix configuration
403403 $ postconf_commands = array (
404404 'dovecot_destination_recipient_limit = 1 ' ,
405- 'virtual_transport = dovecot ' ,
405+ 'virtual_transport = lmtp:unix:private/ dovecot-lmtp ' ,
406406 'smtpd_sasl_type = dovecot ' ,
407407 'smtpd_sasl_path = private/auth ' ,
408408 'receive_override_options = no_address_mappings '
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ public function configure_dovecot()
245245 //* Reconfigure postfix to use dovecot authentication
246246 $ postconf_commands = array (
247247 'dovecot_destination_recipient_limit = 1 ' ,
248- 'virtual_transport = dovecot ' ,
248+ 'virtual_transport = lmtp:unix:private/ dovecot-lmtp ' ,
249249 'smtpd_sasl_type = dovecot ' ,
250250 'smtpd_sasl_path = private/auth '
251251 );
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ public function configure_dovecot()
437437 // Adding the amavisd commands to the postfix configuration
438438 $ postconf_commands = array (
439439 'dovecot_destination_recipient_limit = 1 ' ,
440- 'virtual_transport = dovecot ' ,
440+ 'virtual_transport = lmtp:unix:private/ dovecot-lmtp ' ,
441441 'smtpd_sasl_type = dovecot ' ,
442442 'smtpd_sasl_path = private/auth ' ,
443443 'receive_override_options = no_address_mappings '
Original file line number Diff line number Diff line change 368368 'width ' => '10 ' ,
369369 'maxlength ' => '255 '
370370 ),
371+ 'mailbox_virtual_uidgid_maps ' => array (
372+ 'datatype ' => 'VARCHAR ' ,
373+ 'formtype ' => 'CHECKBOX ' ,
374+ 'default ' => 'n ' ,
375+ 'value ' => array (0 => 'n ' , 1 => 'y ' )
376+ ),
371377 'relayhost ' => array (
372378 'datatype ' => 'VARCHAR ' ,
373379 'formtype ' => 'TEXT ' ,
You can’t perform that action at this time.
0 commit comments