????? ????-???? ???????: > Good day! > > I need an advice about a simple (I guess) thing. > When Postfix and Dovecot are running on the same machine, > then to specify Dovecot as LDA, I use this command in "main.cf": > > mailbox_command = /usr/local/libexec/dovecot/dovecot-lda -f "$SENDER" -a > "$RECIPIENT" > > But if Dovecot is running on a different machine, how should I achieve the > same result? > Obviously I can't use the same command, as there's no dovecot-lda on the > Postfix VM.
You would configure instead mailbox_transport, and specify an LMTP client that talks to the Dovecot server. mailbox_transport = lmtp:servername or mailbox_transport = lmtp:servername:portnumber Wietse