On Mon, Oct 25, 2010 at 2:25 AM, Claus Assmann
<ca+OpenBSD_misc@esmtp.org> wrote:
% sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>
map_lookup: generics (ddc@ao531h.bedova) returns
czarkoff@gmail.com (0)
Trying envelope sender address ddc@ao531h.bedova for mailer esmtp
canonify input: ddc @ ao531h . bedova
Canonify2 input: ddc < @ ao531h . bedova >
Canonify2 returns: ddc < @ ao531h . bedova . >
canonify returns: ddc < @ ao531h . bedova . >
1 input: ddc < @ ao531h . bedova . >
1 returns: ddc < @ ao531h . bedova . >
EnvFromSMTP input: ddc < @ ao531h . bedova . >
PseudoToReal input: ddc < @ ao531h . bedova . >
PseudoToReal returns: ddc < @ ao531h . bedova . >
MasqSMTP input: ddc < @ ao531h . bedova . >
MasqSMTP returns: ddc < @ ao531h . bedova . >
MasqEnv input: ddc < @ ao531h . bedova . >
MasqEnv returns: ddc < @ ao531h . bedova . >
EnvFromSMTP returns: ddc < @ ao531h . bedova . >
final input: ddc < @ ao531h . bedova . >
final returns: ddc @ ao531h . bedova
Rcode = 0, addr = ddc@ao531h.bedova
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Isn't it run by sendmail?
Anyway:
My /etc/mailer.conf
# $OpenBSD: mailer.conf,v 1.4 2009/03/16 14:26:22 jacekm Exp $
#
# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
#
sendmail /usr/libexec/sendmail/sendmail
send-mail /usr/libexec/sendmail/sendmail
mailq /usr/libexec/sendmail/sendmail
makemap /usr/libexec/sendmail/makemap
newaliases /usr/libexec/sendmail/sendmail
hoststat /usr/libexec/sendmail/sendmail
purgestat /usr/libexec/sendmail/sendmail
My ~/.mailrc:
set ask
set crt
ignore message-id received date fcc status resent-date
resent-message-id resent-from in-reply-to
set smtp-use-starttls
set ssl-verify=ignore
set smtp=smtp://smtp.gmail.com:587
set smtp-auth=login
set smtp-auth-user=czarkoff@gmail.com
set smtp-auth-password=<...>
Does setting smtp-* values in my mailrc override mailer.conf?
--
Dmitrij D. Czarkoff