Displaying 4 results from an estimated 4 matches for "local_mailer_flags".
2011 Feb 14
1
Sendmail and Dovecot deliver (dovecot-lda)
...ndmail running as my MTA.
Normally I note from sendmail logs that mails get delivered using the 
'local' mailer.
I have therefore entered the following into my sendmail.mc file, from an 
earlier post on this list:
define(`LOCAL_MAILER_PATH',`/usr/libexec/dovecot/deliver')
define(`LOCAL_MAILER_FLAGS',`DFMPhfnu9')
define(`LOCAL_MAILER_ARGS',`deliver -d $u')
However, when sendmail tries to use deliver I just get this message:
Feb 13 15:37:23 gate sendmail[1399]: p1DEWtc2021995: 
to=<user at example.org>, delay=00:04:28, xdelay=00:00:00, mailer=local, 
pri=121665, dsn=4.0....
2011 Apr 12
3
SUMMARY: LDA vs LMTP, Cyrus SASL, verbose_proctitle
...nel
 	FEATURE(`local_lmtp',`[IPC]')
 	# Location of LMTP socket
 	define(`LOCAL_MAILER_ARGS', `FILE /path/to/dovecot/lmtp')
 	# Replace default sendmail LMTP options: the same options
 	# with the 'P' flag removed so that the Return-Path is not
 	# added (again?)
 	define(`LOCAL_MAILER_FLAGS', `SXmnz9')
 	MAILER(`local')
I haven't tried this yet, but this is pretty close.
> Also, can I consolidate authentication by configuring dovecot to use
> what sendmail uses (Cyrus SASL) or vice versa?  The Wiki hints this is
> in the works.
No response, so I guess the...
2007 Sep 24
1
Deliver, sendmail & envelope From_
Sorry, couldn't find this in the archives.
Under freebsd 4.x, the native mail.local that sendmail uses by
default writes From_ lines that include the origin address.  This
is very readily parsable and handy for quick greps in mboxes.  But
deliver defaults it to MAILER-DAEMON.  I see you can specify the
envelope From_ with "-f", but I'm not sure how that's useful.
Also
2008 Jan 05
1
help using sendmail LDA
...type: listen
    master:
      path: /var/run/dovecot-auth-master
      mode: 384
      user: vmail
      group: vmail
My sendmail.mc file:
define(`confFALLBACK_SMARTHOST', `mailhost$?m.$m$.')dnl
define(`LOCAL_MAILER_PATH',`/usr/local/dovecot/libexec/dovecot/deliver')
define(`LOCAL_MAILER_FLAGS',`DFMPhfnu9')
define(`LOCAL_MAILER_ARGS',`deliver -d $u')
MAILER(`local')dnl
MAILER(`smtp')dnl
LOCAL_NET_CONFIG
R$* < @ $* .$m. > $*    $#esmtp $@ $2.$m $: $1 < @ $2.$m. > $3