Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2002 17:33:31 +0930
From:      David Lloyd <lloy0076@adam.com.au>
To:        axel.gruner@suedfactoring.de
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: running postifx and qpopper in jail
Message-ID:  <20021016173331.4271d472.lloy0076@adam.com.au>
In-Reply-To: <20021016093012.2705fe33.axel.gruner@suedfactoring.de>
References:  <20021016091633.7bb81153.axel.gruner@suedfactoring.de> <20021016093012.2705fe33.axel.gruner@suedfactoring.de>

next in thread | previous in thread | raw e-mail | index | archive | help

Acel,

> 1 message for USERNAME at pop.provider.de (9014 octets).
> reading message USERNAME@pop.provider.de:1 of 1 (9014 octets) fetchmail:
> SMTP connect to localhost failed fetchmail: SMTP transaction error while
> fetching from pop.puretec.de fetchmail: Query status=10 (SMTP)

You need to have an SMTP server listening on your localhost for fetchmail to
work. Here's what happens:

1) fetchmail uses POP3 to speak to a POP3 server
2) it gets the mail and then uses SMTP to an SMTP server to deliver the mail

Now, the SMTP server by default is localhost. You can configure fetchmail
to talk to another host if that's your fancy.

You probably need to enable a local listening Sendmail on your local host.

Look for "sendmail" in /etc/defaults/rc.conf -- and choose one that seems to
fit your needs. Make sure you know the implications of starting up an SMTP
server such as sendmail before actually starting it up.


DSL

-- 
The Linux C Programming Lists:
 * http://lists.linux.org.au/listinfo/linuxcprogramming/
The Linux C++ Programming Lists:
 * http://lists.linux.org.au/listinfo/tuxcpprogramming/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021016173331.4271d472.lloy0076>