How can I use a vanilla Yahoo! account (free) with mail.app in Snow Leopard?
I note that with my iPod Touch I can access my Yahoo! account without a single problem.
i have an excel workbook with this structure
myexcelworkbook.xlxs
course sheet with date and venue
participants sheet with names and addresses
how can i add date, venue, names and addresses from these two sheets of same workbook into word document via mail merge
i tried but it uses only one sheet at a time.
thanks
Hi im trying to get an int from my FragmentActivity and i have a way to do this but the code get very cluttered and long and i did this to shorten the problem and i don't get any errors while in the editor but when i run the app it eminently crashes. Any suggestions?
An example of the code that doesn't work
MainActivity mainActivity =…
When I work on configuration files, especially of the mail server, I would like to temporarily drop all the incoming traffic except the port 22.
So, I don't risk to lose incoming mails if I need to move the mail server to another server, or something like that.
Using shorewall, how I could do that?
I was thinking to create a rules…
Right now I am able to do the backup using mysqldump. But I have to take down the web server AND it takes around 5 minutes to do the backup. If I don't take down the web server, it takes forever and never finishes + the website becomes inaccessible during the backup.
Is there a quicker/better way to backup my 22 GB and growing…
Hi,
I'm sending email with PHP's mail function.
It works just as it should except all email clients show blank From-field.
Here's how i'm using the function:
mail( 'mail@example.com', "Example subject", $msg,
implode( "\r\n", array( Content-Type: text/html; charset=UTF-8', 'From: test@example.com') ) );
As i said…
Lately our Apache web server has been giving us this error multiple times per day:
[Tue Apr 06 01:07:10 2010] [error] Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting
We raised our ThreadsPerChild setting from 50 to 100, but we still get the error. Our access logs indicate that…
For testing emails I don't want to actually send an email out (and can't anyway as ISP blocks port 25).
I have installed Sendmail, and what I want to do is install a mail server on the same pc that is sending the email which I can simply send the emails to, and receive them on my pc.
so I am looking for a couple of…
I am trying to get the XFCE Mail Watcher panel plugin to check my IMAP mail, but it won't connect to my server. I have entered the details correctly -- they're exactly the same as those I use in Thunderbird -- but nothing!
When I go to select the "New mail folders..." it returns with "Failed to get folder list". If…
Hello,
I having problem connecting a NOkia cell phone to my home wifi network.
The wifi network is provided by a wireless card in a machine
running Debian Testing and 2.6.26-2-686 kernel. The cars is D-Link
DWL-G520 working in ap mode and has WPA encryption enabled.
The wireless network is provided by hostapd…
No, I'm not a spammer! I do volunteer work for a non-profit social services agency. They send out daily email with several hundred recipients on each message. Their web hosting company has been flagging the email as spam due to the volume. So I'm looking for an email hosting provider that won't do that. (I…
Hello, that's me again.
After having problem with estabilishing connection to github.com now I have a problem with next step - pushing. I need to mention, that I am novice at GIT service, and this whole Distributed Subversion Checking Systems world..
I have done git init, then git add *.h and git add *.cpp,…
One of my four Linux software raid arrays drops one of its two devices when I reboot my system. The other three arrays work fine. I am running RAID1 on kernel version 2.6.32-5-amd64. Every time I reboot, /dev/md2 comes up with only one device. I can manually add the device by saying $ sudo mdadm /dev/md2…
One of my four Linux software raid arrays drops one of its two devices when I reboot my system. The other three arrays work fine. I am running RAID1 on kernel version 2.6.32-5-amd64 (Debian Squeeze). Every time I reboot, /dev/md2 comes up with only one device. I can manually add the device by saying $…
On my Red Hat server, the sshd will not accept my correct certificate login. However, If i start another sshd on another port, it works! (I assume the second sshd loads the same configruation files.)
second sshd started with:
sudo /usr/sbin/sshd -p 54321 -d #-d is optional and prints debug output
…
I am using below code to connect to SMTP server where authentication is required for connection. While executing script I am getting an error message saying
"Error sending mail: Connection error from mail.utiba.com on port 465 ()". However the connection to the mail server is working fine, I can…
We have a local Exchange 2003 server (company .local) who is collecting POP3 mail accounts on a distant (company .com) mailserver.
The mails are collected by the Exchange server every 5-10 minutes and stored locally (on company .local), so the users can read them without going on the "real" mail…
I am having an issue with one of my Postfix/Dovecot mail servers and I'm unsure how to fix the problem. I will try to explain it in detail, here it goes:
I have an Ubuntu server setup using Virtual hosting with Postfix, Dovecot and MySQL. We have one domain setup as a virtual domain, for this…
Hi!
How to find items in Outlook inbox by from email?
This version works and finds email:
String sCriteria = "[From] = 'Sebastian Nowak'";
Outlook.Items filteredItems = inbox.Items.Restrict(sCriteria);
This version doesn't work, doesn't find any mail:
String sCriteria = "[From] =…
It takes about 30 seconds for the server to send me the banner, but initial connection is done instantly
only happens when I am at the office, from home it works fine
at the office I have a rRns set-up for my client ip that it's not working.
Server: Exim, public fixed ip, rDNS, no…
I'm trying to add a second SSD to a Centos 6 system. But I get the error 22 no such partition at boot.
The system already has a single SSD (sdb) and a pair of HDDs (sd{a,c}) in a RAID 1 array from where it boots. It is as if the new SSD assumes one of the devices of the RAID array.…
I'm trying to run the heroku-django tutorial (using ubuntu 12.04) and it seems for some reason i cant push into heroku. here is what happens:
yeinhorn@ubuntu:~/hellodjango$ git init
Reinitialized existing Git repository in /home/yeinhorn/hellodjango/.git/…
Our home directories are exported via kerberized nfs, so the user needs a valid kerberos ticket to be able to mount its home. This setup works fine with our existing clients & server.
Now we want to add some 11.10 client and thus set up ldap &…
I'd like to configure an SMTP MTA to accept all mail addressed to any domain and deliver it to my local user account.
It would be very useful for debugging mail sent in some code I'm working on. I'll be running the server locally - no outside world…