--- Matt Sergeant <[EMAIL PROTECTED]> wrote:
> > my $smtp = Net::SMTP->new(
> > $self->{_smtp_server}, # localhost
> > Port => $self->{_smtp_port}, # 2525
> > Timeout => 60,
> > Hello => $self->qp->config("me"), # Curtis-Poes-Computer.local
> > ) || die $!;
> Probably postfix is rejecting the connection for some reason.
> Can you tcpdump the connection and see what happens? Is there
> anything in the postfix logs?
When I get the "451 Queuing declined or disabled", nothing appears to
be written to the postfix log, so this doesn't even appear to be
getting as far as postfix.
As for tcpdump, I don't know how to read the output, but this is what I
got when I generated the error:
qpsmtpd-0.31.1 $ sudo tcpdump -lv | tee dat
tcpdump: listening on en0, link-type EN10MB (Ethernet), capture size 96
bytes
09:30:35.201548 IP (tos 0x0, ttl 1, id 4918, offset 0, flags [none],
length: 72) 192.168.2.1.60381 > 224.0.0.251.mdns: [udp sum ok] 16240+
A? Curtis-Poes-Computer.local. (44)
09:30:35.202719 IP (tos 0x18, ttl 255, id 4921, offset 0, flags [none],
length: 82) 192.168.2.1.mdns > 224.0.0.251.mdns: [udp sum ok] 0*- [0q]
1/0/0 Curtis-Poes-Computer.local. (Cache flush) A 192.168.2.1 (54)
Cheers,
Ovid
--
If this message is a response to a question on a mailing list, please send
follow up questions to the list.
Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/