Displaying 2 results from an estimated 2 matches for "conffallback_smarthost".
2012 Dec 31
4
Dovecot Virtual Users with Sendmail
...he University of California. All rights reserved.
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# This is a configuration file for SunOS 5.8 (a.k.a. Solaris 8) and later
# subsidiary machines. It has support for local and SMTP mail. The
# confFALLBACK_SMARTHOST macro is enabled, which means that messages will
# be sent to that host (which is set to mailhost.$m [$m is the local domain])
# if MX records are unavailable. A short-cut rule is also defined, which
# says if the recipient host is in the local domain, send to it directly
# instead of the smar...
2008 Jan 05
1
help using sendmail LDA
...args: /usr/local/dovecot/etc/dovecot-ldap.conf
userdb:
driver: static
args: uid=vmail gid=vmail home=/var/mail/apps/%d/%n
socket:
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. &g...