Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-04-2008, 07:07 AM
Intermediate Member
 
Posts: 15
Question [SOLVED] Don't download e-mail wicth fetchmail

I read this how to and i have configure /opt/zimbra/conf/my_fetchrc
Code:
[root@zimbrawebmail src]# cat /opt/zimbra/conf/my_fetchrc
poll pop3.dominio.net port 110 protocol pop3  user account/dominio.net password 'xxx' is user@server.net keep
and i try download wicth fetchmail

Code:
[root@zimbrawebmail src]# fetchmail -v -c -f /opt/zimbra/conf/my_fetchrc
fetchmail: WARNING: Running as root is discouraged.
fetchmail: 6.3.7 querying pop3.dominio.net (protocol POP3) at Tue 08 Apr 2008 03:52:48 PM CEST: poll started
Trying to connect to 62.149.128.158/110...connected.
fetchmail: POP3< +OK <29248.1220536416@popd6.fe.aruba.it>
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< UIDL
fetchmail: POP3< LAST
fetchmail: POP3< USER
fetchmail: POP3< APOP
fetchmail: POP3< .
fetchmail: pop3.dominio.net: opportunistic upgrade to TLS failed, trying to continue.
fetchmail: POP3> USER account/dominio.net
fetchmail: POP3< +OK
fetchmail: POP3> PASS *
fetchmail: POP3< +OK
fetchmail: POP3> STAT
fetchmail: POP3< +OK 1 2865
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
1 message for account/dominio.net at pop3.dominio.net (2865 octets).
fetchmail: POP3> QUIT
fetchmail: POP3< +OK
fetchmail: 6.3.7 querying pop3.dominio.net (protocol POP3) at Tue 08 Apr 2008 03:52:48 PM CEST: poll completed
fetchmail: normal termination, status 0
but i don't receive an e-mail in zimbra...

Do you help me?

Thank's
Reply With Quote
  #2 (permalink)  
Old 09-04-2008, 07:42 AM
Moderator
 
Posts: 7,928
Default

Any error messages in your Log Files - Zimbra :: Wiki especially to do with when the messages are injected into Postfix.
__________________
Reply With Quote
  #3 (permalink)  
Old 09-04-2008, 09:04 AM
Intermediate Member
 
Posts: 15
Default

I watch /var/log/zimbra.log but i don't found a problem
Code:
Apr  8 17:58:16 zimbrawebmail zmmailboxdmgr[8975]: status requested
Apr  8 17:58:16 zimbrawebmail zmmailboxdmgr[8975]: status OK
Apr  8 17:59:35 zimbrawebmail zmmailboxdmgr[9471]: status requested
Apr  8 17:59:35 zimbrawebmail zmmailboxdmgr[9471]: status OK
Apr  8 17:59:41 zimbrawebmail zmmailboxdmgr[9527]: status requested
Apr  8 17:59:41 zimbrawebmail zmmailboxdmgr[9527]: status OK
Apr  8 18:00:02 zimbrawebmail zimbramon[9593]: 9593:info: 2008-04-08 18:00:02, QUEUE: 0 0
Apr  8 18:00:03 zimbrawebmail zimbramon[9588]: 9588:info: 2008-04-08 18:00:01, DISK: zimbrawebmail.server.net: dev: /dev/sda3, mp: /, tot: 194316, avail: 179497
Apr  8 18:00:03 zimbrawebmail zimbramon[9588]: 9588:info: 2008-04-08 18:00:01, DISK: zimbrawebmail.server.net: dev: /dev/sda1, mp: /boot, tot: 99, avail: 77
Apr  8 18:00:07 zimbrawebmail zmmailboxdmgr[9876]: status requested
Apr  8 18:00:07 zimbrawebmail zmmailboxdmgr[9876]: status OK
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.net: antispam: Running
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.net: antivirus: Running
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.net: ldap: Running
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.net: logger: Running
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.net: mailbox: Running
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.net: mta: Running
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.nett: snmp: Running
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.net: spell: Running
Apr  8 18:00:08 zimbrawebmail zimbramon[9590]: 9590:info: 2008-04-08 18:00:02, STATUS: zimbrawebmail.server.net: stats: Running
Reply With Quote
  #4 (permalink)  
Old 09-05-2008, 08:03 AM
Intermediate Member
 
Posts: 15
Default

Do you have an idea where i can search for resolve my problem?
Reply With Quote
  #5 (permalink)  
Old 09-05-2008, 08:19 AM
Moderator
 
Posts: 7,928
Default

Well a quote from that post
Quote:
If everything looks good, remove the '-c' and it will really grab the mail.
so if no errors were returned then you should be able to remove the -c it should then inject the messages into Postfix.
__________________
Reply With Quote
  #6 (permalink)  
Old 09-08-2008, 05:45 AM
Intermediate Member
 
Posts: 15
Default

Ops... I don't have read

Howewer now the lo g is this, but i don't have found the error

Code:
[root@zimbrawebmail ~]# fetchmail -v -f /opt/zimbra/conf/my_fetchrc
fetchmail: WARNING: Running as root is discouraged.
fetchmail: 6.3.7 querying pop3.dominio.net (protocol POP3) at Mon 08 Sep 2008 02:34:20 PM CEST: poll started
Trying to connect to 62.149.128.75/110...connected.
fetchmail: POP3< +OK <4749.1220877217@popd3.fe.aruba.it>
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< UIDL
fetchmail: POP3< LAST
fetchmail: POP3< USER
fetchmail: POP3< APOP
fetchmail: POP3< .
fetchmail: pop3.dominio.net: opportunistic upgrade to TLS failed, trying to continue.
fetchmail: POP3> USER account/dominio.net
fetchmail: POP3< +OK
fetchmail: POP3> PASS *
fetchmail: POP3< +OK
fetchmail: POP3> STAT
fetchmail: POP3< +OK 1 2869
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
1 message for account/dominio.net at pop3.dominio.net (2869 octets).
fetchmail: POP3> LIST 1
fetchmail: POP3< +OK 1 2869
fetchmail: POP3> RETR 1
fetchmail: POP3< +OK
reading message account/dominio.net@pop3.dominio.net:1 of 1 (2869 octets)
Trying to connect to 127.0.0.1/25...connected.
fetchmail: SMTP< 220 zimbrawebmail.server.net ESMTP Postfix
fetchmail: SMTP> EHLO zimbrawebmail.server.net
fetchmail: SMTP< 250-zimbrawebmail.cserver.net
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250-SIZE 10240000
fetchmail: SMTP< 250-VRFY
fetchmail: SMTP< 250-ETRN
fetchmail: SMTP< 250-STARTTLS
fetchmail: SMTP< 250-ENHANCEDSTATUSCODES
fetchmail: SMTP< 250-8BITMIME
fetchmail: SMTP< 250 DSN
fetchmail: SMTP> MAIL FROM: SIZE=2869
fetchmail: SMTP< 250 2.1.0 Ok
fetchmail: SMTP> RCPT TO:
fetchmail: SMTP< 250 2.1.5 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 End data with .
#*****************************.**fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 2.0.0 Ok: queued as 06B4D2F58214
 not flushed
fetchmail: POP3> QUIT
fetchmail: POP3< +OK
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 2.0.0 Bye
fetchmail: 6.3.7 querying pop3.dominio.net (protocol POP3) at Mon 08 Sep 2008 02:34:23 PM CEST: poll completed
fetchmail: normal termination, status 0
Code:
Sep  8 14:34:20 zimbrawebmail postfix/smtpd[2545]: connect from localhost.localdomain[127.0.0.1]
Sep  8 14:34:21 zimbrawebmail postfix/smtpd[2545]: 06B4D2F58214: client=localhost.localdomain[127.0.0.1]
Sep  8 14:34:21 zimbrawebmail postfix/cleanup[2548]: 06B4D2F58214: message-id=<61eef310809080533p59c9d26ft7ba890fc6a77b993@mail.gmail.com>
Sep  8 14:34:21 zimbrawebmail postfix/qmgr[5892]: 06B4D2F58214: from=, size=3348, nrcpt=1 (queue active)
Sep  8 14:34:23 zimbrawebmail postfix/smtpd[2545]: disconnect from localhost.localdomain[127.0.0.1]
Sep  8 14:34:28 zimbrawebmail amavis[4806]: (04806-02) /opt/zimbra/data/amavisd/tmp/amavis-20080408T151825-04806/email.txt no longer exists, can't re-use it
Sep  8 14:34:29 zimbrawebmail amavis[4806]: (04806-02) ESMTP::10024 /opt/zimbra/data/amavisd/tmp/amavis-20080408T151825-04806:  ->  SIZE=3348 Received: from zimbrawebmail.server.net ([127.0.0.1]) by localhost (zimbrawebmail.server.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP for ; Mon,  8 Sep 2008 14:34:28 +0200 (CEST)
Sep  8 14:34:29 zimbrawebmail amavis[4806]: (04806-02) Checking: DcjSP+61V0hr [127.0.0.1]  -> 
Sep  8 14:34:33 zimbrawebmail clamd[4871]: SelfCheck: Database status OK.
Sep  8 14:34:36 zimbrawebmail postfix/smtpd[2554]: connect from localhost.localdomain[127.0.0.1]
Sep  8 14:34:36 zimbrawebmail postfix/smtpd[2554]: EB8B92F58282: client=localhost.localdomain[127.0.0.1]
Sep  8 14:34:36 zimbrawebmail postfix/cleanup[2548]: EB8B92F58282: message-id=<61eef310809080533p59c9d26ft7ba890fc6a77b993@mail.gmail.com>
Sep  8 14:34:36 zimbrawebmail postfix/qmgr[5892]: EB8B92F58282: from=, size=4026, nrcpt=1 (queue active)
Sep  8 14:34:36 zimbrawebmail amavis[4806]: (04806-02) FWD via SMTP:  -> ,BODY=7BIT 250 2.6.0 Ok, id=04806-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as EB8B92F58282
Sep  8 14:34:36 zimbrawebmail postfix/smtpd[2554]: disconnect from localhost.localdomain[127.0.0.1]
Sep  8 14:34:36 zimbrawebmail amavis[4806]: (04806-02) Passed CLEAN, LOCAL [127.0.0.1] [209.85.198.233]  -> , Message-ID: <61eef310809080533p59c9d26ft7ba890fc6a77b993@mail.gmail.com>, mail_id: DcjSP+61V0hr, Hits: 0.102, size: 3348, queued_as: EB8B92F58282, 11946 ms
Sep  8 14:34:36 zimbrawebmail postfix/smtp[2549]: 06B4D2F58214: to=, relay=127.0.0.1[127.0.0.1]:10024, delay=16, delays=0.1/0.03/7/8.8, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as EB8B92F58282)
Sep  8 14:34:37 zimbrawebmail postfix/qmgr[5892]: 06B4D2F58214: removed
Sep  8 14:35:46 zimbrawebmail postfix/lmtp[2557]: EB8B92F58282: to=, relay=zimbrawebmail.server.net[192.168.5.150]:7025, delay=70, delays=0.01/0.06/2.7/67, dsn=2.1.5, status=sent (250 2.1.5 OK)
Sep  8 14:35:47 zimbrawebmail postfix/qmgr[5892]: EB8B92F58282: removed
Do you have an idea?
Reply With Quote
  #7 (permalink)  
Old 09-08-2008, 05:48 AM
Moderator
 
Posts: 7,928
Default

Well according to those log entries it has successfully injected a email into Zimbra.
Code:
Sep  8 14:34:36 zimbrawebmail postfix/smtpd[2554]: disconnect from localhost.localdomain[127.0.0.1]
Sep  8 14:34:36 zimbrawebmail amavis[4806]: (04806-02) Passed CLEAN, LOCAL [127.0.0.1] [209.85.198.233]  -> , Message-ID: <61eef310809080533p59c9d26ft7ba890fc6a77b993@mail.gmail.com>, mail_id: DcjSP+61V0hr, Hits: 0.102, size: 3348, queued_as: EB8B92F58282, 11946 ms
Sep  8 14:34:36 zimbrawebmail postfix/smtp[2549]: 06B4D2F58214: to=, relay=127.0.0.1[127.0.0.1]:10024, delay=16, delays=0.1/0.03/7/8.8, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as EB8B92F58282)
Sep  8 14:34:37 zimbrawebmail postfix/qmgr[5892]: 06B4D2F58214: removed
Sep  8 14:35:46 zimbrawebmail postfix/lmtp[2557]: EB8B92F58282: to=, relay=zimbrawebmail.server.net[192.168.5.150]:7025, delay=70, delays=0.01/0.06/2.7/67, dsn=2.1.5, status=sent (250 2.1.5 OK)
Sep  8 14:35:47 zimbrawebmail postfix/qmgr[5892]: EB8B92F58282: removed
__________________
Reply With Quote
  #8 (permalink)  
Old 09-08-2008, 06:19 AM
Intermediate Member
 
Posts: 15
Smile

Sorry, but today are cooked, I had not translated correctly.


Thank'you very much for everything and for your patience.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.