fetchmail-friends
[Top] [All Lists]

[fetchmail] Help: Posfix and Fetchmail

2003-11-04 00:25:24
Dear Experts,

My scenario is like this:

I have Linux box (RH8.0) with Fetchmail-6.2.5+INET6 and Postfix-1.1.11 on
the same box.

Postfix is configured to forward (relayhost = [172.20.44.10]) all out
going/incomming messages to my EMWAC (W2K [172.20.44.10]) for further both
local/Internet delivery. And it works perfectly these day.

Recently I decided to install Fetchmail on the same box as postfix. It job
is supposed to download messages from the remote ISP POP3, and forward
messges to Postfix, and consequently forward to my EMWAC (W2K) machine. The
thing is that after fetchmail completed downloading, it seems that it tried
to look for a LOCAL user where it can drop messages (but I dont have one in
this box; except the postmaster "sthay").

For further observation, I am herewith attaching .fetchmailrc, fetchmail
log, and main.cf files for your detail.

Your advice would be very much appreciated.

Sot


###################################
.fetchmailrc

set postmaster sthay
poll mail.connect.ie with proto POP3
user mopf there with password 123456 is * here
options fetchall


###################################
[root(_at_)ml3000 root]# fetchmail -v
fetchmail: 6.2.5 querying mail.connect.ie (protocol POP3) at Tue, 04 Nov
2003 16
:08:43 +0900 (TPT): poll started
fetchmail: POP3< +OK ready
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< USER
fetchmail: POP3< LOGIN-DELAY 0
fetchmail: POP3< EXPIRE 0
fetchmail: POP3< UIDL
fetchmail: POP3< RESP-CODES
fetchmail: POP3< AUTH-RESP-CODE
fetchmail: POP3< X-MANGLE
fetchmail: POP3< X-MACRO
fetchmail: POP3< X-LOCALTIME Tue, 4 Nov 2003 07:02:10 +0000
fetchmail: POP3< .
fetchmail: POP3> USER mopf
fetchmail: POP3< +OK Password required for mopf.
fetchmail: POP3> PASS *
fetchmail: POP3< +OK mopf has 1 visible messages (0 hidden) in 32222 octets.
fetchmail: POP3> STAT
fetchmail: POP3< +OK 1 32222

1 messages for mopf at mail.connect.ie (32222 octets).
fetchmail: POP3> LIST 1
fetchmail: POP3< +OK 1 32222
fetchmail: POP3> RETR 1
fetchmail: POP3< +OK 32222 octets
reading message mopf(_at_)mail(_dot_)connect(_dot_)ie:1 of 1 32222 octets)
fetchmail: SMTP> MAIL
FROM:<sentto-4106743-2355-1067924998-jdongail=mopf.gov.tp@
returns.groups.yahoo.com> BODY=7BIT SIZE=32222
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> RCPT TO:<sthay(_at_)localhost>
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 End data with <CR><LF>.<CR><LF>
#*******************.*****************.******************.******************
****
*.**************fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 Ok: queued as 981FD107B0E
 not flushed
fetchmail: POP3> QUIT
fetchmail: POP3< +OK Pop server at ook.connect.ie signing off.
fetchmail: 6.2.5 querying mail.connect.ie (protocol POP3) at Tue, 04 Nov
2003 16
:09:33 +0900 (TPT): poll completed
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 Bye
fetchmail: normal termination, status 0
[root(_at_)amavis root]#


#############################
/etc/postfix/main.cf:

# Global Postfix configuration file. This file lists only a subset
#
# SOFT BOUNCE

soft_bounce = no

# LOCAL PATHNAME INFORMATION
queue_directory = /var/spool/postfix

command_directory = /usr/sbin

daemon_directory = /usr/libexec/postfix

mail_owner = postfix

myhostname = ml3000.mfac.gov.tl

mydomain = mfac.gov.tl

myorigin = $mydomain

inet_interfaces = all

mydestination = $myhostname, localhost.$mydomain

mynetworks_style = class

mynetworks = 172.20.0.0/16, 168.100.189.0/28, 127.0.0.0/8

#relay_domains = $mydestination
relayhost = [172.20.44.10]

# INTERNET OR INTRANET

alias_maps = hash:/etc/postfix/aliases

#home_mailbox = Mailbox
#home_mailbox = Maildir/

debug_peer_level = 2

debugger_command =
PATH=/usr/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5

sendmail_path = /usr/sbin/sendmail.postfix

newaliases_path = /usr/bin/newaliases.postfix

mailq_path = /usr/bin/mailq.postfix

setgid_group = postdrop

manpage_directory = /usr/share/man

sample_directory = /etc/postfix/samples

readme_directory = /etc/postfix/README_FILES
alias_database = hash:/etc/postfix/aliases

#unknown_local_recipient_reject_code = 450




<Prev in Thread] Current Thread [Next in Thread>