Ubuntu :: Evolution Receives Mails Only Once
Apr 19, 2011
I created three pop accounts in evolution. For jka-walgau.at my name, office and mobile. The first time everything ran ok (all new mails could be downloaded, and from each account mails could be send). After a day (iIset the computer up for a friend) there arent no new mails that come in (webinterface tells me there are new ones).
SSL for pop and TLS for smtp were set.
The problem is they are selfsigned certificates. The first time when I configured the accounts and clicked the button to test the authentication methods I got a warning (self signed) no button to add this cert permanently only a OK buttton and in the upper corner the (x) to close. How should I handle this problem.
View 1 Replies
ADVERTISEMENT
May 31, 2010
Installed ubuntu stupidly on the same partition as win7
couldn't boot anymore ubuntu
is it possible to access my evolution e-mails or even better to make my laptop boot ubuntu again
tried already various rescue cd-s etc
View 1 Replies
View Related
Sep 20, 2010
From 2/3 days my evolution mail client is not working properly when i'm trying to send mail from it. In case mail receiving it has no problem but the problem is occurring when i'm trying to send mails with following error..Error: Welcome response error: Server busy, too many connectionsI'm using: Ubuntu 9.10, Evolution 2.28.1
View 4 Replies
View Related
Jan 6, 2011
I have a problem with the evolution mail client. I have created a privat PGP key. Now I'd like to attach my puplic key to a E-Mail in order xchange the puplic keys with friends.I'm not able to find a option like "attach my privat key".I also wasn't able to find a solution by searching the web
View 1 Replies
View Related
Dec 17, 2010
I have used Evolution for 5 years with no problems but it really makes a mess now. It keeps on copying or moving already sent messages to my Outbox, hence it keeps on sending mails again and again (and again).Is there a bug I should fix?Is there a (better) alternative for evolution?
View 2 Replies
View Related
Apr 24, 2010
I am using ubuntu 9.04. I have configured Evolution on my laptop, but it is not working.
View 1 Replies
View Related
Dec 10, 2010
So, I get e-mails from both POP3 and IMAP servers on my Evolution service but what bugs me is that I cannot open any links within the e-mails on a browser window when I click on them (like would normally happen when I go to my accounts individually on the internet). Is it because I use Firefox or a bug in Evolution?
View 8 Replies
View Related
May 3, 2010
I just finished setting up Evolution Mail. All my e-mails have been downloaded and it's working good.But then I logged in at mail.live.com and I all my mails were gone!I don't want my mails to store in my PC, no one knows when my hard drive will die or when will I do something stupid that leads to the complete anihilation of all my e-mails. I want them back to Windows Live's mail server.
View 2 Replies
View Related
May 13, 2010
Evolution Mail 2.22.3.1 - Debian Lenny 5.0.4I configured Evolution in my gmail account. I can send successfully emails to users but I cannot receive any emails
View 4 Replies
View Related
May 24, 2010
I like to import mails from Evolution 2.28.3 into Mozilla Thunderbird 3.x. I guess I'll have to export them into mbox format. Correct ?
View 8 Replies
View Related
May 1, 2010
I reinstalled 11.2 yesterday (wiped / and kept /home). Now when I launch Evolution, it asks me to either create a new account, or to load an archive (which I don't think I have).Why can't it find my mails and calendar? It looks to me like everything is present in the .evolution folder in my home.
View 1 Replies
View Related
Aug 3, 2010
I am using CentOS, In Evolution mail, I was not able to send/receive my mails. When checked I found my Inbox exceeds 2.1 GB in size. I renamed my Inbox to Inbox.old and made a new Inbox in evolution. Now mail is working fine. but I want to get my old mails also. Is there any solution to get my mails back ? Also please tell me the cause of this problem
View 2 Replies
View Related
Apr 13, 2011
As the title says I have an IMAP-account and I want to use it via Evolution. I have the exact same settings on both Evolution and Thunderbird but only Thunderbird sees the mails (new/old), there are 139 messages.Evolution seen none. Nothing. I looked for IMAP-related problems concerning Evolution and one thread suggested something about Inbox-folder and it's location. I don't know if it's the solution, but I didn't find any luck trying different combos in Evolution's options.
View 9 Replies
View Related
May 2, 2011
I use this command to fetching mail from gmail it work good but it does not retrieved mails from server as I read from manual.
Quote:
fetchmail -d0 -F -K pop.gmail.com
What is wrong and what should I do?
View 1 Replies
View Related
Mar 19, 2010
am using qmail and have webmin, all is running smoothly, but i have users spamming other staff accounts.The question: How do I block a user from sending out mails but still able to receive mails. Just denying access to sending mails?if anyone can guide me to do it via terminal as well as webmin.Why webmin you ask, because I have tried it once it works but sadly it block both incoming and outgoing mails.
View 3 Replies
View Related
Nov 19, 2009
As a beginner I installed Fedora 11 yesterday. Everything went well until I installed Evolution and Thunderbird. Incoming mails went well, but outgoing mails not.
View 6 Replies
View Related
Dec 22, 2010
It could run on my computer. But there is no result.
[code]...
View 1 Replies
View Related
Mar 15, 2010
Does anybody know any useful free software for SMS Gateway (like OZEKI software under windows) for linux that receives sms via GSM modem convert it to mail and/or fax and visa versa and has web base configuration GUI?
View 3 Replies
View Related
Oct 25, 2010
I'm trying to connect to a Cisco VPN at work from Ubuntu 10.10. On earlier versions, I was able to import the config and get it working. In 10.10, though, the best I've gotten is being able to connect to the VPN, see the welcome message, and have packets sent over the tunnel. I don't receive any packets, though.
The command-line vpnc client connects just fine. I found this bug report: [URL]
The symptoms it describes are exactly what I'm seeing. The apparent solution is to "make sure in your config that LZO Compression is enabled (checked) under Advanced"; however I see neither an option for compression nor an "Advanced" tab, button, or anything on my VPN config in Network Manager.
View 4 Replies
View Related
Jan 28, 2010
i have ipA -> web server
and ipB -> mail server
when i send a mail from outside the user receives it but when i send it from my web server in mail logs i get the following error
relay=[127.0.0.1] [127.0.0.1], dsn=5.1.1, stat=User unknown
View 41 Replies
View Related
Mar 16, 2011
I have a problem with the last point of some homework I have for an OS class. I need the program to print the pid upon execution, then for 10 seconds react to SIGUSR1, SIGUSR2 and SIGTERM. If either USR1 or USR2 is received, the 10 seconds are reset. Some of the functions I'm told to use are alarm(), pause() and signal(). The nicest way I found was to handle SIGUSR1, SIGUSR2 and SIGALRM in the parent process, with SIGALRM killing the child (with a SIGTERM). In the child a pause() (or for(; pause() would be enough for it to be alive until killed from the SIGALRM handler in the parent.
What I found is that I can't just do a wait() in the parent process, waiting for the child to be killed, since whenever the parent receives a SIGUSR1 or SIGUSR2, the right handler is called but the child exits nicely. I tried blocking/ignoring those signals in the child, since the default behaviour for SIGUSR1 and SIGUSR2 is to terminate the process, but the result is the same. The only way I could do it is using a waitpid() within a do { } while(!WIFSIGNALED(status)) since when the child gets killed with the parent's kill(), it's WIFSIGNALED, whereas when it exits after the parent handles a SIGUSR1/2, it's WIFEXITED.
P.S. What I'm doing to achieve the expected 10s window is calling alarm(10) in the parent process and again within the SIGUSR1/2 handlers. In the SIGALRM handler I kill the child and within the child I simply do a for(; pause()
View 4 Replies
View Related
Jul 12, 2011
I have two DNS servers, one local and one remote, and I am trying to get them to talk to each other using views.
The problem I'm having is that the remote server can talk to the local one and receive zone files, but if I update the local server internal view, the remote doesn't receive the update. Here is my config:
Quote:
key "external" {
algorithm hmac-md5;
secret "xxxxx";
};
controls {
inet 127.0.0.1 allow { localhost; };
[Code]....
View 2 Replies
View Related
Jun 22, 2010
I'm running a cobalt raq550 web server (Linux version 2.6) and I want to install a syslog program on it, something that could log messages and send me an instant email in response to certain messages it receives. Is there such a program?
View 6 Replies
View Related
May 23, 2011
I have a doubt about signals in C programming. I have done this little program to explain it. It creates a child process with fork and, when the child ends, receives the SIGCHLD signal and wait for its termination.Ok, quite easy, BUT when I execute this code the SIGCHLD signal is received twice, first as an error (returns -1) and the second one to finish the child process.I don't understand the meaning of the first received signal. Why is it generated? Is the code wrong? (if you add the SIGINT and press Ctrl+C during the execution it also receives two signals instead of one)
Code: #include <stdio.h>
#include <unistd.h>
#include <string.h>
[code]....
View 4 Replies
View Related
Jul 26, 2011
I've been running the Evolution mail system under Fedora-15/KDE for about a month now, and it has some very serious problems. I just noticed that it is available for SUSE, and figured that since KDE is the principal desktop supported by KDE the SUSE version may be fixed. Before I go through the very tedious process of getting the SUSE version to compile on Fedora, I'd like to know whether anyone has seen these problems with the SUSE version of Evolution:It ignores font control from the KDE Settings->Applications Appearance window, both KDE font control and GTK+ font control, also its own internal font control window.
It has trouble sending messages to an SMTP server, sometimes taking a l-o-n-g time, sometimes timing out. This can be temporarily cured by restarting it It crashes when a filter attempts to refile an outgoing message. It often asks if I want to recover messages that have never been lost. It often locks up receiving mail from a remote POP3 server. I can live with these, except for items 1 and 2, since I have workarounds. If you are fairly sure that you have not seen these problems with the SUSE version of Evolution
View 9 Replies
View Related
Mar 28, 2011
During a clean install, at the setting up of the original user, there are two check boxes: "User Receives Mail" and "Automatic Login". What does "Receives Mail" do?
View 9 Replies
View Related
May 18, 2010
How can I set the outgoing port for the socket? In wireshark, my outgoing port is 1024, and i want to set it to 6800 (or a similar port) I see the outgoing broadcast-message in wireshark, but no answer. There are three ECU's in the LAN, which should answer. The following code is a mixture of C/C++ and jointed from different articles:
[code]...
In wireshark I can only see the outgoing message. But the "recvBuffer" (in the lower part of the code) contains the same content as the sendBuffer. Is it right, that I need a sender and further more a receiver? Or should I receive the broadcast-answer on the same socket on which I send the bc?
View 5 Replies
View Related
Apr 5, 2010
I had configured the evolution to send/recive email. After it had been configured, it could receive emails. Suddendly it can't fetch email anymore. In the inbox of evolution, there were about 200 emails. There are maybe 5K emails in the server, I guessed. I'm not sure whether it's the problem that there's one email in the server too big, so the evolution can not fetch it. The error of evolution is: error while fetching email. Evolution version: Evolution 2.28.0. OS version: Linux xxx2.6.32.9-70.fc12.i686.PAE #1 SMP Wed Mar 3 04:57:21 UTC 2010 i686 i686 i386 GNU/Linux I'm sure my network is fine, I use pop3 to receive email.
nslookup result:
$ nslookup pop3.163.com
Server:221.6.96.178
Address:221.6.96.178#53
Non-authoritative answer:
pop3.163.comcanonical name = pop.163.com.
pop.163.comcanonical name = pop3.163.idns.yeah.net.
Name:pop3.163.idns.yeah.net
Address: 123.125.50.29
View 7 Replies
View Related
Apr 1, 2011
i tried to update my evolution from 2.30.? to 2.32.1 usning
ppa
ppa:julenlanda/evolution
Because the exchange plugin didn't work i uninstalled evolution and removed the ppa. Now when i try to install evolution from the software centre i get this: Package dependencies cannot be resolved This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
it asks me if I want to repair the catalog, i say yes.
View 2 Replies
View Related
Feb 20, 2011
I have been using Fedora 14, which has Evolution 2.32.1 but have recently also installed openSUSE 11.3, which has Evolution 2.30.1.2. I would like to make openSUSE my primary distribution, and so I would like to restore my Evolution settings from Fedora, but Evolution complains that the backup file is invalid. I have tried copying the folders in the backup to their appropriate locations in openSUSE with no luck. I have also tried manually copying with instructions for older versions of openSUSE, but with no luck.
An obvious guess at what might be the problem seems to be that I am trying to restore settings from a newer version to an older version? An obvious thing to try would be to upgrade to Evolution 2.32, but Evolution has a long list of dependencies so before jumping into that fun I thought I would ask if anyone else has had similar problems and found a straight-forward solution. I still have access to my emails in Fedora so this is not hugely pressing, and if upgrading to 11.4 will do the trick then I can just wait for that.
View 1 Replies
View Related