Server :: Fetchmail - Downloading Messages From Gmail Account
May 22, 2010
I need to ask you how canIi make some fetchmail jobs to download mails from my gmail account into my mail account in my own server? My server is :
Linux Centos 5.4
Postfix Mail Server
I make a file named .fetchmailrc in my home directory and set its permissions to 755and the content of this file is:
set postmaster "postmaster"
set bouncemail
set no spambounce
set properties ""
poll imap.googlemail.com:993 protocol imap username "username@gmail.com" password "password"
I think something is not completed, I need to make that fetch to a specific user only, not all users.
View 7 Replies
ADVERTISEMENT
Jul 12, 2011
I use kmail for fetching and sending mails from my gmail account. The inbox stuffs are saved in ~/.kde/share/ apps/kmail/mail/inbox . It is not saved in encrypted form. One can open it with any editor. Is there a way to make kmail save those fetched messages in encrypted form and when I open the kmail it will show me those mails in decrypted form?
View 1 Replies
View Related
Feb 19, 2010
I am trying to figure out how if it is even possible to set up my centos server to email messages to gmail account I have tried mail -S Test account@gmail.com but every time it say in my log files that Connection refused by [127.0.0.1]
View 1 Replies
View Related
Apr 13, 2011
(Ubuntu LTS 10.4) I have multiple mail accounts on Thunderbird (TB). All worked fine with no issues whatsoever. A few months ago it suddenly started giving me this alert message related to my yahoo.fr pop3 account
Quote:
The POP3 mail server (pop.mail.yahoo.fr) does not support UIDL or XTND XLST, which are required to implement the ``Leave on Server'', ``Maximum Message Size'' or ``Fetch Headers Only'' options. To download your mail, turn off these options in the Server Settings for your mail server in the Account Settings window.
Obviously I checked if these settings were somehow changed. They weren't. It should leave messages on the server indeed, but I don't use no max message size or fetch headers only options. The original settings are what they used to be and how they have always worked.
The thing is: everything works normal if I start up TB. It downloads the messages, puts them in the folders where I want them to come etc... The problem seems to appear after a while (mostly a few hours, or overnight). It just stops downloading the messages from my yahoo.fr account. When I click the Get Mail for my yahoo account the above alert message pops up.
There is only one solution really. Close TB and restart it after which all works fine again.
It might be that the problem is related to another issue reported as bug # 689453 in launchpad that started around the same time (a few months ago). That bug forces me to have to end the process through the System Monitor where Thunderbird-bin uses almost 100% of the CPU and doesn't shut down.
Obviously it doesn't avoid me from using TB, but it starts to work on my nerves to have to close down TB (sometimes through the End Process in system monitor) and then restart it so frequently.
View 2 Replies
View Related
Oct 28, 2010
I would like to send emails form my server using my gmail account.Does anybody know how to do it?
OS = OPENSUSE 11.3 server installation - NO GUI....
View 9 Replies
View Related
Mar 24, 2011
Since yesterday Kmail has started downloading ALL ,messages, not just the new ones, from the server. It is a real pain as the mail check takes about twenty minutes and Kmail usually freezes afterwards. Then I have to close it down and after restart it downloads several thousand messages all over again. This has only started happening since yesterdays Fedora update, which I think was anything to do with Kmail?
I am using Fedora 14.
EDIT: I have just notice it is not downloading ALL messages, just the read ones. The new messages are being left on the server but the old ones are downloaded and flagged as new. So it seems as if something has got flipped around somewhere?
View 7 Replies
View Related
Feb 11, 2011
I'm trying to set up my postfix server to relay mail (via a php cms) using Gmail's smtp on my account, but for some reason, Gmail returns an error code that StartTLS must be sent first, my postfix main.cnf file can be found at pastebin, because of this forum's text length I cannot paste my postfix main.cnf file as can be seen I have everything set and configured for Gmail, but postfix (for some unseen reason) can not send StartTLS. [URL].
View 4 Replies
View Related
Feb 2, 2010
Does anyone have some quick tips on how to send an Ubuntu server's email to a gmail account via postfix/procmail?
View 5 Replies
View Related
Dec 20, 2010
I use fedora 13 now. I want to try mutt, but I don't know how to make it work.so I search by Google, Then,I add a .fetchmailrc in my home directory as below:
set daemon 60
set logfile /home/kenifanying/.fetchlog
poll pop.gmail.com
protocol POP3
user "abc@gmail.com"
password "123456"
ssl
sslcertck
sslcertpath /home/kenifanying/.certs/
There are two files named gmail.pem and Equifax_Secure_CA.pem in ~/.certs/ I create these two files like this: First, I retrieve the Gmail certificate provided by the Gmail pop server: $ openssl s_client -connect pop.gmail.com:995 -showcerts
[Code]....
View 4 Replies
View Related
Mar 29, 2011
My fetchmail stopped working for gmail. These are the error messages:
Code:
Mar 29 15:31:17 cannabis fetchmail[8814]: pop.googlemail.com fingerprints do not match!
Mar 29 15:31:17 cannabis fetchmail[8814]: SSL connection failed.
Mar 29 15:31:17 cannabis fetchmail[8814]: socket error while fetching from xxxxxxxxxx@gmail.com@pop.googlemail.com
Mar 29 15:31:17 cannabis fetchmail[8814]: Query status=2 (SOCKET)
Mar 29 15:31:17 cannabis fetchmail[8814]: pop.googlemail.com fingerprints do not match!
Mar 29 15:31:17 cannabis fetchmail[8814]: SSL connection failed.
Mar 29 15:31:17 cannabis fetchmail[8814]: socket error while fetching from xxxxxxxx@gmail.com@pop.googlemail.com
Mar 29 15:31:17 cannabis fetchmail[8814]: Query status=2 (SOCKET)
View 1 Replies
View Related
Apr 1, 2011
I have a server on CentOS 5.And I would like to set up an automatic forward so that every incoming message of a specified user gets forwarded to a specified email (my gmail account).In your opinion, what is the simplest solution ?
View 2 Replies
View Related
Oct 6, 2010
Using ubuntu 10.04 32-bit. I'm unable to get a gmail connection: Polling code in .fetchmailrc:
Code:
poll pop.gmail.com with proto POP3
user 'tim042849' there with password 'xxxxxx' is 'tim' here options ssl sslcertck sslcertpath /home/tim/.certs/
Relevant log messages:
fetchmail: Server certificate verification error: unable to get local issuer certificate
4034:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:980:
fetchmail: SSL connection failed.
fetchmail: socket error while fetching from tim042849@pop.gmail.com
fetchmail: Query status=2 (SOCKET)
Code:
wget -O equifax.pem [URL]
Both of the certificate files have permissions of 644 and user is tim
Unless I'm wrong, the key message is
Server certificate verification error: unable to get local issuer certificate
View 4 Replies
View Related
Feb 4, 2010
I am using fetchmail to download e-mails from the exchange server in sendmail box Using Centos 5.4 with Sendmail. I can download mails from exchange but want to keep all mail there in Exchange server also, which option I should use to keep that mail there as well with the help of fetchmail? My config is here below , but unable to use "keep" option and getting in the logs error below.
Code:
cat /root/.fetchmailrc
set logfile "/root/fetch/fetchlog"
set postmaster "test@example.com"
set bouncemail
set no spambounce
set properties ""
set daemon 600 .....
View 2 Replies
View Related
Jan 9, 2011
when a new email arrives on my gmail account, i want to be labelled (=tagged), letting an external bash script read the message and choose the right label.
i.e.:
from: ebay
to: me
dear matteo, congratulations! BILL_GATES has just bought one of your items! regards, mr. ebay i can easily write a script to calculate the right label (BILL_GATES) but how can i create it (if not already existing) and apply it to the processed message?
it took me 2 minutes to find a guide on how to configure mutt to view my gmail account, but i can't go any further... mutt has a kind of patch or extension to manage labels (view, edit, apply, etc), but i can't figure out how i could make it an automatic procedure... fetchmail + procmail seems to be the best solution, but (before spending a night with any effort)
View 1 Replies
View Related
Feb 4, 2010
I have been trying to configure the mailcheck in gkrellm to check and notify for new mail on my gmail account. I have activated pop of course...
These are the pop info taken from gmail:
Quote:
Server for incoming mail (IMAP) - needs SSL: imap.gmail.com
Use SSL: Yes
Port: 993
Server outgoing mail (SMTP) - needs TLS: smtp.gmail.com (use verification)
Use verifiering: Yes
Use STARTTLS: Yes(some clients call this SSL)
Port: 465 or 587
View 1 Replies
View Related
May 29, 2010
I found this page to have the configuration of : but I have to adapt and get always errors. [URL] What are the minimum configurations so that one can do : echo test | mutt me and it sends it via msmtp and mutt one can read his emails using hte imap enabled on the account?
View 1 Replies
View Related
Sep 22, 2010
I have a lot of emails on hotmail and gmail that I want to store in text or html files on my local Fedora computer for future reference. Is there a way I can download them to my hard drive without doing it one email at a time with the browser's Save Page As feature or some such thing? There has to (?) be a better way.
Every mail program should have an easy-to-use 'mass' export-to-text-file feature so that people are not held hostage to a particular email service or program. The lack of such a feature in email programs I've used is one of my pet peeves. It seems rather tyrannical and abusive. (Now before someone tells me it's a free service, please remember all the advertisements I have to go through to use the service). I do not have an email account through an ISP. I live with my landlord who deals with the ISP. I only use hotmail and gmail (and, rarely, yahoo).
View 6 Replies
View Related
Jan 25, 2010
Any way to get my sent messages out of gmail into my thunderbird. Right now it's getting my incoming messages perfectly using POP but I'm not syncing to my sent messages which is an issue because I have a lot of important stuff in my sent mail inside of gmail. Before I had it all in thunderbird (don't remember how) but I decided to try thunderbird 3 (couldn't keep it because calendar kept screwing up) so I downgraded and now I can't get those messages to show up again. I checked gmail and those sent messages are still there.
View 3 Replies
View Related
Feb 20, 2010
I'm having a problem. I cant log in pidgin or emesene or emapthy with a gmail acc in MSN.
View 5 Replies
View Related
Feb 15, 2010
Issue : Unable to use gmail account through outlook
What iptables rules that I should put in place This is my setup
Eth0 � 192.168.1.x - Connected to internet
Eth3 � 10.0.0.47 � Local Lan
Pop.gmail.com � port 995
Smtp.gmail.com � port 465
View 6 Replies
View Related
Apr 8, 2010
I use evolution 2.26.1 on my jaunty machine. I have a couple of gmail accounts, and use pop3 to have that mail sent to evolution on my computer. All was fine until a few days ago. Then I noticed that I was no longer getting mail from my freecycle account sent to my machine. I went to the gmail web interface and saw that freecycle mail is still being sent to me. But gmail isn't passing it along to my evolution. The odd thing is, other mail from that gmail account *is* reaching evolution okay.
View 3 Replies
View Related
Apr 30, 2010
I'm am successfully adding my gmail account to both empathy and pidgin (it shows up in green that i'm 'available' on my computer). However, I am unable to send or receive any messages. On empathy it just says there was a network error - unknown, and pidgin say there is an xmpp message error code 404.
I've been trying for months to get IM working with my gmail account.
View 1 Replies
View Related
Oct 22, 2010
On windows I use my Gmail account to sign into Windows Live Messenger. So my Gmail account is my windows live ID.
But Empaty on Ubuntu 10.04 wont let me log in. Is there any setting that should be changed or is a whole different client needed to make it work?
View 9 Replies
View Related
Dec 29, 2010
# uname -a
Linux newserver 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:40 EST 2010 i686 i686 i386 GNU/Linux
The configuration file for mutt (.muttrc ) :
root@newserver ~]# cat .muttrc
set from = "kostas123@gmail.com"
set realname = "Kostas xxxxx"
set imap_user = "kostas123@gmail.com"
set imap_pass = "xxxxxxxxxx"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed ="+[Gmail]/Drafts"
set header_cache =~/.mutt/cache/headers
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
set smtp_url = "smtp://kostas123@smtp.gmail.com:587/"
set smtp_pass = "xxxxxxxxxx"
set move = no
set imap_keepalive = 900
root@newserver ~]# service sendmail status
sendmail (pid 6428) is running...
root@newserver ~]# mutt
Error in /root/.muttrc, line 8: header_cache: unknown variable
Error in /root/.muttrc, line 9: message_cachedir: unknown variable
Error in /root/.muttrc, line 11: smtp_url: unknown variable
Error in /root/.muttrc, line 12: smtp_pass: unknown variable
source: errors in /root/.muttrc
Press any key to continue...
Mutt can only read email's from my gmail account, but no emails can be send through gmail to the Internet. I need some guide for Mutt , don't know how to configure it , for sending emails via my gmail account. I tried many muttrc conf files from the Internet and even tried to configure my own muttrc file , but still no luck. My windows xp box ( Outlook Express ) is configured and works with gmail account , but I would like to explore the power of Linux.
View 3 Replies
View Related
Mar 2, 2011
i am working on a neat little bash script, and i want the output to be mailed to my email account. So far i have tried installing sendmail then running: mail -s Test myemail@gmail.com But that hasn't worked; and i did check my spam folder. Am i missing something or is there a better technique all together?
View 8 Replies
View Related
Mar 2, 2011
Is it possible to send an email to abc123@gmail.com directly from Console? If it is possible, do I need to do some 'configuration stuff' to get it to work? How do I start it?
View 15 Replies
View Related
May 12, 2010
am new to linux. i have an opensuse 10.2 mail server in my LAN. my users want every e-mail they receive to be forwarded to their web mails [URl]l.
View 2 Replies
View Related
Mar 22, 2011
in the past i always used debian for servers only (mainly webservers, routers and antispam gateways), but now i have to develop some application for linux so i installed it on a desktop (have always been running windows on my desktops). i am running testing (mainly because i need some more recent packages and working with stable i find myself using backports most of the time). now i have seen that the standard used web browser is iceweasel (which according to sources i found is a firefox fork) but this browser seems to have some troubles:
- videos : always gives me an error in the video frame and i have to clear my cookies and reload the page to make it work for every single video i watch. embedded ..... vids work fine.
- gmail : as soon as i open my gmail account on any tab or iceweasel window all other windows are unuseable (show blank as if the application crashed) but gmail works fine. as soon as i close the iceweasel window where gmail is running all other windows are doing normal again.
- lots of pages display very poorly on iceweasel (misplaced div's, ... etc) : this is nearly always on pages where you find overlayed advertising in div's so i guess this is mainly dued to poor coding of those junk adds (i can live with that).
is there any alternative to iceweasel. especially the gmail part is very annoying, the rest i could live with (but prefer not to). i googled the web for those problems but i mostly found that these problems occured because of some extension (for example : ad blocker) but i don't use those so it didn't solve my problem.
View 14 Replies
View Related
Jul 14, 2011
I found this email in my inbox. From time to time it's showing up here then Evolution starts downloading messages again and duplicates all my inbox. I think.
View 1 Replies
View Related
Apr 14, 2011
I wanted to try out new Ubuntu 11 and while doing it I managed to connect to facebook, twitter, all my chat accounts and MY EMAIL via Evolution. Everything went well until I restarted and went back to my lovely Karmic to log in into the email account and find all messages GONE!
View 2 Replies
View Related