On Mon, Oct 25, 2010 at 1:10 AM, Jamie Paul Griffin
<jamie@griffin.arimaspi.co.uk> wrote:
time reading about them. There is lot's of information out there. It is quite
a complex system which requires a certain level of understanding. Besides, we
can only guess what your logs say and if/what the
Well, I'm reading docs but can't figure out my problem.
Logs, errors and configs:
/usr/share/sendmail/cf/openbsd-localhost.mc (compiled, cf copied to
/etc/mail/localhost.cf):
divert(-1)
# <...>
divert(0)dnl
VERSIONID(`@(#)openbsd-localhost.mc $Revision: 1.4 $')
OSTYPE(openbsd)dnl
FEATURE(nouucp, `reject')dnl
FEATURE(`accept_unresolvable_domains')dnl
FEATURE(`no_default_msa')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`genericstable', `hash /etc/mail/genericstable')dnl
FEATURE(`masquerade_envelope')dnl
MAILER(local)dnl
MAILER(smtp)dnl
DAEMON_OPTIONS(`Family=inet, address=127.0.0.1, Name=MTA')dnl
DAEMON_OPTIONS(`Family=inet6, address=::1, Name=MTA6, M=O')dnl
DAEMON_OPTIONS(`Family=inet, address=127.0.0.1, Port=587, Name=MSA, M=E')dnl
DAEMON_OPTIONS(`Family=inet6, address=::1, Port=587, Name=MSA6, M=O, M=E')dnl
CLIENT_OPTIONS(`Family=inet6, Address=::')dnl
CLIENT_OPTIONS(`Family=inet, Address=0.0.0.0')dnl
dnl
dnl Some broken nameservers will return SERVFAIL (a temporary failure)
dnl on T_AAAA (IPv6) lookups.
define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl
/etc/mail/genericstable (hashed with sudo make at /etc/mail):
ddc czarkoff@gmail.com
ddc@ao531h.bedova czarkoff@gmail.com
Sending mail:
% date | mail -vs test czarkoff@gmail.comczarkoff@gmail.com... Connecting to [127.0.0.1] via relay...
220 ao531h.bedova ESMTP OpenSMTPD
250-ao531h.bedova Hello ao531h.bedova [127.0.0.1], pleased to meet you
250-8BITMIME
250-ENHANCEDSTATUSCODES
250-SIZE 4294967295
250 HELP
250 2.1.0 Sender ok
250 2.0.0 Recipient ok
354 Enter mail, end with "." on a line by itself
250 2.0.0 1287964495.exbcVgC3ABHbm9B9 Message accepted for delivery
czarkoff@gmail.com... Sent (1287964495.exbcVgC3ABHbm9B9 Message
accepted for delivery)
Closing connection to [127.0.0.1]
221 2.0.0 ao531h.bedova Closing connection
Results in:
Delivered-To: czarkoff@gmail.com
Received: by 10.204.46.227 with SMTP id k35cs122738bkf;
Sun, 24 Oct 2010 16:55:02 -0700 (PDT)
Received: by 10.103.192.13 with SMTP id u13mr3546124mup.97.1287964502266;
Sun, 24 Oct 2010 16:55:02 -0700 (PDT)
Return-Path: <ddc@ao531h.bedova>
Received: from ao531h.bedova ([109.228.113.59])
by mx.google.com with ESMTP id 16si5842589fal.19.2010.10.24.16.55.01;
Sun, 24 Oct 2010 16:55:02 -0700 (PDT)
Received-SPF: neutral (google.com: 109.228.113.59 is neither permitted
nor denied by best guess record for domain of ddc@ao531h.bedova)
client-ip=109.228.113.59;
Authentication-Results: mx.google.com; spf=neutral (google.com:
109.228.113.59 is neither permitted nor denied by best guess record
for domain of ddc@ao531h.bedova) smtp.mail=ddc@ao531h.bedova
Received: from ao531h.bedova (localhost [127.0.0.1])
by ao531h.bedova (OpenSMTPD) with ESMTP id 1287964495.exbcVgC3ABHbm9B9
for <czarkoff@gmail.com>; Mon, 25 Oct 2010 01:54:55 +0200 (CEST)
Received: (from ddc@localhost)
by ao531h.bedova (8.14.3/8.14.3/Submit) id o9ONssvJ013093
for czarkoff@gmail.com; Mon, 25 Oct 2010 01:54:54 +0200 (CEST)
Date: Mon, 25 Oct 2010 01:54:54 +0200 (CEST)
From: "Dmitrij D. Czarkoff" <ddc@ao531h.bedova>
Message-Id: <201010242354.o9ONssvJ013093@ao531h.bedova>
To: czarkoff@gmail.com
Subject: test
Mon Oct 25 01:54:54 CEST 2010
/var/log/maillog:
Oct 25 01:54:55 ao531h sendmail[13093]: o9ONssvJ013093: from=ddc,
size=68, class=0, nrcpts=1,
msgid=<201010242354.o9ONssvJ013093@ao531h.bedova>, relay=ddc@localhost
Oct 25 01:54:55 ao531h smtpd[14989]: 1287964495.exbcVgC3ABHbm9B9:
from=<ddc@ao531h.bedova>, size=562, nrcpts=1, proto=ESMTP,
relay=localhost [127.0.0.1]
Oct 25 01:54:55 ao531h sendmail[13093]: o9ONssvJ013093:
to=czarkoff@gmail.com, ctladdr=ddc (1000/10), delay=00:00:01,
xdelay=00:00:00, mailer=relay, pri=30068, relay=[127.0.0.1]
[127.0.0.1], dsn=2.0.0, stat=Sent (1287964495.exbcVgC3ABHbm9B9 Message
accepted for delivery)
Oct 25 01:55:02 ao531h smtpd[24195]: 1287964495.exbcVgC3ABHbm9B9:
to=<czarkoff@gmail.com>, delay=7, relay=fx-in-f27.1e100.net
[74.125.39.27], stat=Sent (2.0.0 OK 1287964502 16si5842589fal.19)
--
Dmitrij D. Czarkoff