hi,

        I need help bad! I have spent the last 3 nights to the wee hours
        of the morning trying to configure postfix to work with my hotwire
        connection. I am able to send mail to myself. via command line 
        
        $mail pankaj 
        
        this sends a mail to me and if i write the Subject:[ilugd]
        it even gets filtered. i can also send mail to anyone in the
        world for example this mail. 
        
        So far so good. now when i download mail using fetchmail hell
        breaks loose. fetchmail despite my sincierest efforts refuses
        to give me my mail and instead sends it to the deferred. that
        is all the messages I download bounce back. this happens only
        when i download messages via fetchmail local delivery is working
        fine.
        
        yes, to /var/spool/postfix/defer/


        Running a mailq says 
        ##########################################################
        $mailq  
        -Queue ID- --Size-- ----Arrival Time-----Sender/Recipient-------
        E4D835D   *    3107 Thu Jul  3 02:38:20 [EMAIL PROTECTED]
                                                 [EMAIL PROTECTED]
         -- 3 Kbytes in 1 Request.

        here is what /var/log/mail.log says
        
        ##########################################################
        serpent:/tmp# tail /var/log/mail.log
        Jul  3 02:38:22 serpent postfix/smtpd[3009]: disconnect from
        localhost[127.0.0.1]
        Jul  3 02:38:23 serpent postfix/smtpd[3009]: connect from
        localhost[127.0.0.1]
        Jul  3 02:38:23 serpent postfix/smtp[3012]: warning: host
        localhost[127.0.0.1] greeted me with my own hostname serpent
        Jul  3 02:38:23 serpent postfix/smtp[3012]: warning: host
        localhost[127.0.0.1] replied to HELO/EHLO with my own hostname
        serpent
        Jul  3 02:38:23 serpent postfix/smtp[3012]: E4D835D:
        to=<[EMAIL PROTECTED]>, relay=localhost[127.0.0.1], delay=3,
        status=bounced (mail for localhost loops back to myself)
        Jul  3 02:38:24 serpent postfix/smtpd[3009]: lost connection
        after EHLO from localhost[127.0.0.1]
        Jul  3 02:38:24 serpent postfix/smtpd[3009]: disconnect from
        localhost[127.0.0.1]
        Jul  3 02:38:24 serpent postfix/cleanup[3010]: 0CF5242E:
        message-id=<[EMAIL PROTECTED]>
        Jul  3 02:38:24 serpent postfix/qmgr[3002]: 0CF5242E: from=<>,
        size=4622, nrcpt=1 (queue active)
        Jul  3 02:38:30 serpent postfix/smtp[3012]: 0CF5242E:
        to=<[EMAIL PROTECTED]>,
        relay=frodo.hserus.net[202.77.223.48], delay=6, status=sent (250
        OK id=19Xjca-000775-UZ)
        
        my /etc/hosts file says,
        serpent:/tmp# cat /etc/hosts
        127.0.0.1       localhost
        61.16.182.139   serpent serpent.localdomain
        
        my .fetchmailrc says 
        ####################################################
        set postmaster "pankaj"
        set bouncemail
        set no spambounce
        set properties ""
        poll linux-delhi.org with proto POP3
              user 'penguinhead!linux-delhi.org' there with password
              '*******' is pankaj here

        my /etc/postfix/main.cf says 
        #################################################
        # see /usr/share/postfix/main.cf.dist for a commented, fuller
        # version of this file.
        # Do not change these directory settings - they are critical to
        # Postfix
        # operation.
        command_directory = /usr/sbin
        daemon_directory = /usr/lib/postfix
        program_directory = /usr/lib/postfix
        smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
        setgid_group = postdrop
        biff = no
        # appending .domain is the MUA's job.
        append_dot_mydomain = no
        myhostname = serpent
        alias_maps = hash:/etc/aliases
        alias_database = hash:/etc/aliases
        myorigin = /etc/mailname
        #mydestination = serpent, localhost.localdomain, localhost
        mydestination = serpent, serpent.localdomain, localhost,
        localhost.localdomain
        #relayhost =
        mynetworks = 127.0.0.0/8
        mailbox_command = procmail -a "$EXTENSION"
        mailbox_size_limit = 0
        #recipient_delimiter = +
        queue_directory = /var/spool/postfix
        mail_owner = postfix
        mydomain=localdomain
        sender_canonical_maps=hash:/etc/postfix/sender_cannonical
        #defer_transports=smtp
        #disable_dns_lookups = yes
        myorigin = $myhostname
        inet_interfaces = all
        mydestination = $myhostname, localhost.$mydomain
        mail_spool_directory = /var/spool/mail

        Please help me.
-- 
all the things we keep inside,
are the things that really matter,
the face puts on its best disguise,
and all is well, until the heart betrays.

 Key fingerprint = 7A60 AE0C C773 2CD2 74E3  29F4 EEFD CD6D 94C5 25E2

_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to