Subject: Re: Courier IMAP SSL rc scripts have an unterminated string
To: Jeremy C. Reed <reed@reedmedia.net>
From: Mark Cullen <mark.r.cullen@gmail.com>
List: pkgsrc-users
Date: 06/09/2006 18:55:51
Jeremy C. Reed wrote:
> Thanks for the fix. I just committed it for you.
>
> I also bumped the PKGREVISION.
>
> What was wrong with the gnats part? Anything for us to fix there too?
>
> Jeremy C. Reed
>
> echo 'I7@87944:;6<754372=9=?48812=7043:>' | tr '0-@' 'wutrofn mlkige.ca'
>
Thanks Jeremy :-)
When I tried with send-pr I got the following in /var/log/maillog:
Jun 9 16:59:36 bone2 postfix/smtpd[2710]: connect from localhost[127.0.0.1]
Jun 9 16:59:36 bone2 postfix/smtpd[2710]: CBEC37929:
client=localhost[127.0.0.1]
Jun 9 16:59:37 bone2 postfix/cleanup[1848]: CBEC37929:
message-id=<200606091659.k59GxYCH002116@bone2.bone.servebeer.com>
Jun 9 16:59:37 bone2 postfix/qmgr[1350]: CBEC37929:
from=<mrboo@bone2.bone.servebeer.com>, size=2595, nrcpt=1 (queue active)
Jun 9 16:59:37 bone2 sendmail[2116]: k59GxYCH002116:
to=gnats-bugs@gnats.NetBSD.org, ctladdr=mrboo (1000/100),
delay=00:00:03, xdelay=00:00:03, mailer=relay, pri=32092,
relay=localhost.bone.servebeer.com. [127.0.0.1], dsn=2.0.0, stat=Sent
(Ok: queued as CBEC37929)
Jun 9 16:59:37 bone2 postfix/smtpd[2710]: disconnect from
localhost[127.0.0.1]
Jun 9 16:59:39 bone2 postfix/smtp[2780]: CBEC37929:
to=<gnats-bugs@gnats.NetBSD.org>, relay=mail.NetBSD.org[204.152.190.11],
delay=3, status=deferred (host mail.NetBSD.org[204.152.190.11] said: 450
<gnats-bugs@gnats.NetBSD.org>: Recipient address rejected: Greylisting
in action, please try later (in reply to RCPT TO command))
Jun 9 17:12:45 bone2 sendmail[2933]: k59HCjEU002933: from=mrboo,
size=2267, class=0, nrcpts=1,
msgid=<200606091712.k59HCjEU002933@bone2.bone.servebeer.com>,
relay=root@localhost
I'm not actually sure it's a fault your end or mine, I expect most
likely mine? I tried with two different e-mail addresses (gmail and my
ISP e-mail), but both returned the exact same message.
Looking closer, I think it was trying to send the mail just as "mrboo",
which is my login name, and not the email address I typed in to send-pr?
I'm *very* new to NetBSD, looking to upgrade my little home server from
FreeBSD 4.11, so I am bound to run in to all sorts of little problems I
expect.
Mark