Hello. This is my setup. I have installed Postfix and in my rc.conf I have the following (not sure if some of the things I will post to the list but why not just in case. The problem I am having is this. I can download my e-mail using fetchmail, filter it through procmail and read it with Mutt just fine. I just can't send *ANY* e-mails out to *ANYONE*! Everytime I try and use Postfix I can't send e-mails. I would really like to get this working so I can move onto something else.
/etc/rc.conf
kern_securelevel_enable="NO"
dhcp_program="/sbin/dhclient"
firewall_enable="YES"
firewall_script="/etc/rc.firewall"
firewallquiet="NO"
firewall_logging_enable="YES"
log_in_vain="YES"
tcp_drop_synfin="YES"
tcp_restrict_rst="YES"
icmp_drop_redirect="YES"
inetd_enable="NO"
named_enable="YES"
named_program="/usr/sbin/named"
named_flags="-u bind -g bind"
gateway_enable="YES"
hostname="bsdjunky.homeunix.org"
portmap_enable="NO"
network_interfaces="auto"
rwhod_enable="YES"
ppp_enable="YES"
ppp_profile="pppoe"
ppp_mode="background"
#ifconfig_lo0="inet 127.0.0.1"
ifconfig_xl0="inet xx.xx.xx.xx netmask 255.255.255.0"
#ifconfig_tun0="inet xx.xx.xx.xx netmask
255.255.255.255"
pccard_ifconfig="inet xx.xx.xx.xx netmask
255.255.255.0"
sendmail_enable="YES"
sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
sendmail_msp_queue_enable="NO"
syslogd_enable="YES"
syslogd_flags="-ss"
nfs_server_enable="NO"
nfs_client_enable="NO"
/etc/periodic.conf
daily_clean_hoststat_enable="NO"
daily_status_mail_rejects="NO"
daily_status_include_submit_mailq="NO"
daily_submit_queuerun="NO"
Here is the last few lines or so from /var/log/mail
Jun 9 22:09:27 bsdjunky postfix/smtp[209]: 01BFD56F:
to=<[EMAIL PROTECTED]>, relay=none,
delay=10125, status=deferred (connect to
mx4.mail.yahoo.com[216.155.197.63]
: Operation timed out)
Jun 9 22:10:00 bsdjunky postfix/pickup[206]:
CDADE592: uid=0 from=<root>
Jun 9 22:10:00 bsdjunky postfix/cleanup[255]:
CDADE592:
message-id=<[EMAIL PROTECTED]>
Jun 9 22:10:00 bsdjunky postfix/qmgr[207]: CDADE592:
from=<[EMAIL PROTECTED]>, size=564, nrcpt=1
(queue active)
Jun 9 22:10:00 bsdjunky postfix/smtp[256]: CDADE592:
to=<[EMAIL PROTECTED]>, orig_to=<root>,
relay=none, delay=0, status=bounced (Host or domain
name not found. Na
me service error for name=bsdjunky.homeunix.org
type=A: Host not found)
Jun 9 22:10:00 bsdjunky postfix/cleanup[255]:
DAA9F598:
message-id=<[EMAIL PROTECTED]>
Jun 9 22:10:00 bsdjunky postfix/qmgr[207]: DAA9F598:
from=<>, size=2469, nrcpt=1 (queue active)
Jun 9 22:10:00 bsdjunky postfix/qmgr[207]: CDADE592:
removed
Jun 9 22:10:00 bsdjunky postfix/smtp[210]: DAA9F598:
to=<[EMAIL PROTECTED]>, relay=none, delay=0,
status=bounced (Host or domain name not found. Name
service error
for name=bsdjunky.homeunix.org type=A: Host not
found)
Jun 9 22:10:00 bsdjunky postfix/qmgr[207]: DAA9F598:
removed
Jun 9 22:11:00 bsdjunky postfix/pickup[206]:
D5F6C592: uid=0 from=<root>
Jun 9 22:11:00 bsdjunky postfix/cleanup[255]:
D5F6C592:
message-id=<[EMAIL PROTECTED]>
Jun 9 22:11:00 bsdjunky postfix/qmgr[207]: D5F6C592:
from=<[EMAIL PROTECTED]>, size=564, nrcpt=1
(queue active)
Jun 9 22:11:00 bsdjunky postfix/smtp[211]: D5F6C592:
to=<[EMAIL PROTECTED]>, orig_to=<root>,
relay=none, delay=0, status=bounced (Host or domain
name not found. Na
me service error for name=bsdjunky.homeunix.org
type=A: Host not found)
If I left any information out that would be needed or
would help please tell me and I will post.
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
main.cf
Description: main.cf
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
