From: Tejas J. <tx...@in...> - 2007-05-31 03:18:03
|
I setup the following on my computer and run fetchmail as a user "testjin" on my computer. Fetchmail appears to connect and get mails, it is deleting the mails off of the pop server. But I can't find them. I look in /var/spool/mail and don't see them there. I have been watching /var/spool/maillog on my computer and nothing appears to be happening while I have fetchmail running. I checked 'netstat -lnp' and postfix appears to be listening to port 25. Right now my big concern is that the mail is disappearing out of my mailbox on my ISP, but it isn't showing up anywhere. ------------------------------------------------------ .fetchmailrc poll pop3.intelliepi.com proto pop3 user 'tx...@in...' there with password 'mypass' is txjin ------------------------------------------ postfix main.cf ----------------------------------------- alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 html_directory = no inet_interfaces = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, localhost, $myhostname.$mydomain, $mydomain, localhost.localdomain mydomain = internal.com myhostname = test mynetworks = 192.168.5.0/24, 127.0.0.0/8 newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.2.10/README_FILES sample_directory = /usr/share/doc/postfix-2.2.10/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 550 -------------------------------------------------------- virtual ----------------------------------------------------- tx...@in... txjin |