Re: getting a proper mail setup?

2000-06-17 Thread Mark Brown
On Fri, Jun 16, 2000 at 06:55:49PM -0400, Cyanide Morgoth Calcuterm wrote:

> 01987HTAVr  RCPT TO:<[EMAIL PROTECTED]>
> 01987HTAV#  -- policy result=-2, msg: 
> 01987HTAVw  553 5.4.3 Policy analysis found DNS error on the target 
> domain.

> I assume that the problem has something do do with how the client is getting 
> the data for my local SMTP server but I really can't figure out what's 
> exactly 

The problem is that you have configured fetchmail to try to deliver mail
to "[EMAIL PROTECTED]" (I believe this is what it does if you don't specify 
the domain part of the recipient e-mail address when configuring it).
You need to either configure zmailer to accept mail addressed in the way
fetchmail is presenting it or configure fetchmail to present mail in a
way that zmailer will accept.  The latter can be done by simply
specifying the correct domiain part when you tell fetchmail about the
local users ("user foo is [EMAIL PROTECTED]").

-- 
Mark Brown  mailto:[EMAIL PROTECTED]   (Trying to avoid grumpiness)
http://www.tardis.ed.ac.uk/~broonie/
EUFShttp://www.eusa.ed.ac.uk/societies/filmsoc/


pgpsUmBhwoNfj.pgp
Description: PGP signature


getting a proper mail setup?

2000-06-16 Thread Cyanide Morgoth Calcuterm
I was looking through the logs of my failed attempt of running fetchmail and 
zmailer and came across some relevent log entries generated from the client. 
What would I have to fix pray tell to force this to just pass the data that 
fetchmail grabs to my local inbox on my machine?
Since I use ppp and don't have a static ip specifing an IP seems pretty 
pointless.
Here is the data from /var/log/zmailer/smtpserver:
01987HTAV#  connection from jigglypuff ipcnt 1 childs 1 ident: 
NO-IDENT-SERVICE[2]
01987HTAVw  220 jigglypuff ZMailer Server 2.99.52-pre3 #1 ESMTP+IDENT 
ready at Fri, 16 Jun 2000 11:53:45 +
01987HTAV#  remote from [127.0.0.1]:38916
01987HTAVr  EHLO localhost
01987HTAVw  250-jigglypuff expected "EHLO jigglypuff"
01987HTAVw  250-SIZE 0
01987HTAVw  250-8BITMIME
01987HTAVw  250-PIPELINING
01987HTAVw  250-CHUNKING
01987HTAVw  250-ENHANCEDSTATUSCODES
01987HTAVw  250-DSN
01987HTAVw  250-X-RCPTLIMIT 1
01987HTAVw  250-ETRN
01987HTAVw  250 HELP
01987HTAVr  MAIL FROM:<[EMAIL PROTECTED]> 
SIZE=25084
01987HTAVw  250 2.1.0 Sender syntax Ok
01987HTAVr  RCPT TO:<[EMAIL PROTECTED]>
01987HTAV#  -- policy result=-2, msg: 
01987HTAVw  553 5.4.3 Policy analysis found DNS error on the target 
domain.
01988HTBC#  connection from jigglypuff ipcnt 2 childs 2 ident: 
NO-IDENT-SERVICE[2]
01988HTBCw  220 jigglypuff ZMailer Server 2.99.52-pre3 #1 ESMTP+IDENT 
ready at Fri, 16 Jun 2000 11:53:52 +
01988HTBC#  remote from [127.0.0.1]:39428
01988HTBC#  -- pipeline input exists 16 bytes
01988HTBCr  HELO localhost
01988HTBCw  250 jigglypuff expected "HELO jigglypuff"
01988HTBC#  -- pipeline input exists 40 bytes
01988HTBCr  MAIL FROM:<[EMAIL PROTECTED]>
01988HTBC#  -- policy result=-2, msg: 
01988HTBCw  553 5.4.3 Policy analysis reports DNS error with your source 
domain.
01987HTAVr  RCPT TO:<[EMAIL PROTECTED]>
01987HTAV#  -- policy result=-2, msg: 
01987HTAV#  -- policy result=-2, msg: 
01987HTAVw  553 5.4.3 Policy analysis found DNS error on the target 
domain.
01987HTAVr  RSET
01987HTAVw  250 2.0.0 Ok
01987HTAVr  QUIT
01987HTAVw  221 2.0.0 jigglypuff Out
01988HTBC#  Session closed w/o QUIT

I assume that the problem has something do do with how the client is getting 
the data for my local SMTP server but I really can't figure out what's exactly 
wrong where.
Sorry if this is a duplicate but I assume that my first message bounced or 
something.