On Mon, Nov 06, 2000 at 06:43:09PM -0700, cls-colo spgs wrote: > debs, > > one of my potatoes has a smtp error: > > $ fetchmail > fetchmail: imap connection to mail.pcisys.net failed: connection refused > 25 messages for <username> at mail.pcisys.net (86395 octets). > reading message 1 of 25 (3349 octets)..fetchmail: smtp connect t localhost > failed > fetchmail: smtp transaction error while fetching from mail.pcisys.net > > ...suggestions?
Obviously you can't deliver mail to yourself. You need to fix your local mailserver (sendmail, exim, whatever...). If exim, you need 'localhost' in the local_domains = ... part. -- #! /bin/sh # ppp-address: What's my Internet Address for ppp0 ? /sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \ 's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='