search for: local_net_config

Displaying 2 results from an estimated 2 matches for "local_net_config".

2008 Jan 05
1
help using sendmail LDA
...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
2012 Dec 31
4
Dovecot Virtual Users with Sendmail
...;)dnl define(`confFALLBACK_SMARTHOST', `mailhost$?m.$m$.')dnl define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl MAILER(`local')dnl MAILER(`smtp')dnl MAILER(`procmail')dnl MAILER(`dovecot')dnl LOCAL_NET_CONFIG R$* < @ $* .$m. > $* $#esmtp $@ $2.$m $: $1 < @ $2.$m. > $3 --- I think it is obvious that it is a problem with Sendmail not recognizing Dovecot's virtual users. But how do I fix it? If anyone could help me with this, I would *greatly* appreciate it. I've been picking away...