OpenSUSE :: Importing Email From Windows Mail?

Feb 2, 2010

I've played with various distros over the last couple of years but always given up due to video problems. I've just installed 11.2 and the video problems are no more so I want to try and stick with it but..... unless I can get my emails across from Windows Mail I'll have to give up. Is there a client that will sensibly import my emails without too much fuss? I've got thousands of mails that I want to move across and they're split into around 50 folders.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Importing Email From Windows Live?

Oct 31, 2010

Which email client would you guys recommend to import email from windows live mail , im using ubuntu 10.10

View 1 Replies View Related

Ubuntu :: Importing Windows - Iaf Email Accounts Into Evolution?

May 12, 2010

I have 3 email accounts all of which I cant remember the specifics for setting up the email accounts.I do however have the .iaf files which under windows I can simply double click to import them into the windows email programs.Is there any way to import these in to evolution or a program I can use to convert them in to something evolution will recognise?

View 3 Replies View Related

General :: Importing Eudora Mail To Thuderbird?

Sep 26, 2010

I have a copy of old Eudora mbox files. I need to import them to Thunderbird. When I use the Import function, it does not provide a way to locate the mbox files. I've even installed the OSE Eudora, but, how that looks just like Thunderbird. Forks? Again, Eudora does not provide a way to import the files directly.

View 1 Replies View Related

OpenSUSE :: Evolution Mail In KDE 4.3.3 - Email-links Not Working?

Nov 19, 2009

I have switched from Gnome 11.1 to KDE 11.2 but am still using Evolution Mail as I could not figure out a straightforward way to move my large email base to KDE PIM. When I click on a link in emails, I get the message "failed to execute child process epiphany".I am using Opensuse 11.2 64-bit, KDE 4.3.3 Evolution Gnome

View 6 Replies View Related

OpenSUSE :: Evolution Mail - 11.3 - Does Not List All Email Accounts

Jul 23, 2010

I have just installed/upgraded OpenSUSE 11.3 and setup Evolution Email with 3 Email Accounts. Just for a while I could see all 3 accounts listed on the left column.Suddenly after reading some emails I just noticed that one Email Account (Comcast) had disappeared from the listing. I went to Edit-->Preferences and all 3 accounts are there and all 3 have check marks. I have done a lot of things trying to fix this issue, even uninstall/reinstall Evolution Mail, but nothing of what I have done has been able to make this Email account to be listed again.

View 1 Replies View Related

Ubuntu Installation :: Thunderbird Add-on For Importing From Live Mail

Jul 27, 2010

Would anyone have a recommendation for a Thunderbird extension or add-on for importing e-mail from Live Mail? I have a dual installation of win7 & Ubuntu 10.04. Ultimately, I want to import my e-mail archive into Thunderbird on the Ubuntu partition. For the transition, I have both Thunderbird and Windows Live Mail on the win7 side. I'm running Thunderbird 3.0.6, though I could upgrade.

View 1 Replies View Related

Ubuntu :: Importing Nested Mail Folders To Evolution?

Nov 9, 2010

Just installed latest Ubuntu (dual boot with XP until settled in) and also installed Evolution as default mail client. All works well. But, I need to import my nested, hierarchical mail folders (over 200) from Thunderbird on XP in to Evolution. Is there any speedier and less laborious way than importing single mail folders and then having to re-arrange them all?

View 2 Replies View Related

OpenSUSE Network :: Email Treated As Junk Mail On Hotmail, Gmail, Yahoo

Dec 31, 2009

I have been trying to figure out how to keep my company's email from being treated as junk mail by Hotmail, Yahoo & Gmail for over a year.

When I acquired the company its email was hosted by sina.com as its in China. It was being run under a windows server and had issues sending & receiving.

I moved it to a linux server system in Hong Kong that has a US co-host site in Chicago area thinking its got to better than whats running in China.

We are still having problems sending emails to hotmail, yahoo and gmail.

My entire company is about ready to redmond our company email and use their personal webmail accounts.

View 2 Replies View Related

Programming :: Basic PHP Mail Function \ Say 'and If 'email' Is Not Equal To 0 Then Send The Mail?

Sep 9, 2010

this is my code at the moment

PHP Code: <?php
if (isset($_REQUEST['email'])) && $_REQUEST['email']!='0'{
$to = "chrisathisemail";

[code]....

View 5 Replies View Related

General :: How To Send Email From /usr/bin/mail

Jan 15, 2011

I use gmail for all of my emailing needs but stumbled upon linux counter at counter.li.org. Now I registered on the site and downloaded the machine-update script from the site. So I ran it and it collected the required data. But when I run ./machine-update -m as they have told, I guess no mail gets sent as I have to configure the mail program. How do I configure it so that it sends mail from my gmail address using stmp?

View 1 Replies View Related

OpenSUSE :: Sending Email Using PHP / Start An Email Server In Order To Get Application To Work?

Feb 23, 2010

I'm attempting to send email with a PHP application I got from a textbook. Do I need to start an email server in order to get the application to work?Using SuSE 11.2

View 5 Replies View Related

Debian :: Mail Command Can't Send Email?

Jun 4, 2015

I ran this command from terminal.

Code: Select allmail -s "Test Subject" example@yahoo.com < /dev/null

Got error on command line:
Code: Select allsend-mail: Authorization failed (534 5.7.14 https://support.google.com/mail/answer/78754 ng13sm2265977pdb.82 - gsmtp)

ssmtp configuration file:

Code: Select allroot=ssmtpmailtesting@gmail.com
mailhub=smtp.gmail.com:587
#rewriteDomain=
hostname=mybox
UseSTARTTLS=YES
AuthUser=ssmtpmailtesting@gmail.com
AuthPass=[mypassword]
FromLineOverride=YES

View 1 Replies View Related

Fedora :: Sending Email Using Mail Program?

Apr 24, 2010

How is it possible to send email using the "mail" program? I tried:
echo "testing" | mail -s "test" myaddress@gmail.com
But nothing happened. I made sure that the sendmail daemon was running before I tried. Is there anything else that I have to set up first?

View 5 Replies View Related

Ubuntu :: Using Evolution Mail As Email Client?

Mar 17, 2010

I am using Evolution Mail as my email client and when i get email i dont see the pictures of email i see small red x like something is turned off.

View 9 Replies View Related

General :: Internal Mail Server Not Used For Email?

Feb 12, 2010

I am tired of managing local Address Books and Calendars. I use either POP or IMAP email accounts now and want to keep the email accounts I have. What is a good Mail Server I can setup to Let me use a Global Address Book and Shared Calendar System between Outlook 2003 and Evolution, but not create email accounts? In Other words I want a Local Server I can setup that does nothing but manage a Global Address Book and Calendars. I want to keep using POP and IMAP accounts for the email side of things.

View 1 Replies View Related

OpenSUSE :: Sending Email Using PHP / Application Fails To Send An Email?

Feb 23, 2010

I'm attempting to send email used a textbook PHP application. The application fails to send an email.Do I need to setup an email server to get the ap to work?Right now, I'm getting email through Kontact via my web host, Yahoo mail and Google mail.

View 2 Replies View Related

Ubuntu Servers :: Sending Mail To External Email (Outside LAN)

Apr 14, 2010

I just setup a mail server on my web server and I cannot for the life of me figure out how to send emails to external (as in outside my LAN) emails or receive from external emails. I'm using Postfix with Dovecot and Squirrelmail. I get this delivery report in Squirrelmail when trying to send an email to my hotmail address.

Final-Recipient: rfc822; example@hotmail.com
Action: failed
Status: 5.0.0
Remote-MTA: dns; mx3.hotmail.com
Diagnostic-Code: smtp; 550 DY-001 Mail rejected by Windows Live Hotmail for policy reasons. We generally do not accept email from dynamic IP's as they are not typically used to deliver unauthenticated SMTP e-mail to an Internet mail server. [URL] maintains lists of dynamic and residential IP addresses. If you are not an email/network admin please contact your E-mail/Internet Service Provider for help. Email/network admins, please visit [URL] for email delivery information and support.

View 3 Replies View Related

Ubuntu :: Setting Up Own Mail Server For Personal Email?

Jan 4, 2011

I would like to be able to have email sent directly to my computer at home (i.e. run some kind of mail server on it) instead of having to rely on Gmail, Yahoo or someone else. From what I've read it should be possible, but most of the guides out there seem to be oriented to enterprise-class setups, or at the very least a small business, and I think that a lot of that would be overkill for just getting my personal mail. The minimum *I think* is

- register a domain name, with the DNS pointing to my public IP (which is dynamic, so one question I have is whether I would have to use DynDNS or is DNS at any registrar going to be flexible enough to modify if/when my IP changes?)- something about MX records (I'm really unsure here, what exactly are these and where do I set them up? I don't think a free DynDNS account lets one handle this, does someone know which of their account types supports setting this up?)

- Install sendmail and postfix (which seems like a PITA, but much documentation appears to be available)

- Profit?

View 2 Replies View Related

General :: Delete Specific Email In Mail Queue

Jul 5, 2010

My system have problem to route mail to our mail server, some mails store to mail queue, I use the command "mailq" have the below output, can advise if I want to delete a specific mail "ofdaf8fafag8sgfas", what can I do?

o639ngDV026834 515345 Mon Jul 5 17:49 <mail1@ora-test.com>
(Deferred: Connection refused by ora-route)
ofdaf8fafag8sgfas 514345 Mon Jul 5 17:49 <mail2@ora-test.com>
(Deferred: Connection refused by ora-route)
Total requests: 36

View 5 Replies View Related

General :: Send Internal Email Using The Mail Command?

Jun 3, 2009

Send an E-mail to your local account. Try two different ways to send and read it. How can you check that it really arrived? I decided to try using the 'mail' and 'pine' commands. So:

1) Using the root account, intending to send an e-mail to myself (root):

Code:

# mail -s "Hello root!" root
Simple form of sending e-mails internally.
^D (this keystroke is to finish the e-mail)
EOT

2) Using 'pine', another e-mail client: The mail is composed correctly, with 'To:' field set to:

Quote:

[URL]

which is my hostname, as my box runs in a VMWare Slack 12.2 image. In both cases, nothing was received in my mailbox (by typing #mail)... Additionally I don't see any new e-mails when I look at the file '/var/spool/mail/root'. Do I need extra information configuring my mail client/server/service?

View 6 Replies View Related

General :: One Mail Address To Multi Email Accounts

Mar 16, 2011

i have a linux box at work that was configed by some that has left the company. we have an email add: e.g test@test.com, if you enter that mail add to a new email it then sends the mail to several email accounts the are on the server.i would like to remove and add new users onto that email address, is there anyone out there that can help?

View 1 Replies View Related

Server :: Mail Delivery - Email Went Out Fine But Did Not Come Back In

Aug 31, 2010

I am setting up an FC7 box to replace a currently dying server and I'm having an issue with the mail setup. I am using sendmail and dovecot and system users for credentials. I won't include all of their configurations, because that would get long, but I can copy and paste any sections if they are needed.

The problem is all mail is being delivered to the root mailbox in /var/spool/mail/. I setup a laptop on a local network with the server to test things. And just brought up Evolution with one of my test accounts. I was able to authenticate and tried to send a test email to myself. The email went out fine but did not come back in.

View 3 Replies View Related

Server :: Setting Up Email Address For Outgoing Mail

Dec 1, 2009

I have setup mail server on Ubuntu 9.10 and it's is working fine.I am using Webmin to addministrate my mail server.My Ubuntu server name abcs.I send a test mail from Wedmin for user gom.Why it keep adding InfoNet. What I would like is setup as gom@abcs.com.

View 1 Replies View Related

Software :: Sendmail Email Aliases Not Accepting Mail

Feb 3, 2011

Have tried to setup email aliases in sendmail so I can have multiple address pointing to one linux login. However none of the aliases seem to be accepting mail.

I get the following error message when trying to send to them.

I have tried restarting sendmail, have mapped the /etc/mail/virtusertable across to virtusertable.db with the following command.

Code:

Output of sendmail -bv is as follows and looks correct.

Code:

Have also added new domain into local-host-names file. I am stuck on what is left to check and why the messages are getting bounced back.

View 15 Replies View Related

CentOS 5 :: How To Config Sendmail So Can Use Mail To Send Email

Aug 11, 2011

I'm trying to setup notification function for the Nagios Core which use Mail to send notification.I got an account from Rogers. I have SMTP server, email account with authentication information.My Nagios server is in a workgroup, there is now domain assigned to it, I just use nagiosserver.localdomain in /etc/hosts.I added Rogers SMTP server in /etc/mail/sendmail.mc and Future (AuthInfo) I created an /etc/mail/AuthInfo and add AuthoInfo:smtpserver "U:user" " P: pwd" "M:Plain"I added smtp server in /etc/mail/access for RelayI added root@nagiosserver.localdomain on /etc/mail/virtusertableI regenerated sendmail.cf by user m4 commandrestart sendmail service.When I ran: Mial -s test nagios4ccs@rogers.comIt did not prompt any error message , in the maillog it says the message is queued but It can not be sent out

View 3 Replies View Related

OpenSUSE :: 11.3 With KDE 4.4 - Portable Panel Or Importing Panels?

Apr 26, 2011

I have 2 machines and i configured one how i like it to look. i.e desktop configurations including panels and etc. What i want to do now is it to import all the display settings from one machine to the other laptop i.e. same desktop environment including all the panels with all the shortcut.

Does anyone know, if i can do it or do i have to manually configure everything again.

View 6 Replies View Related

Debian Configuration :: Postfix To Block Fake Mail From Own Email

Mar 22, 2016

The problem I have is so simple yet difficult for me to resolve. My Postfix MTA allow fake mails from me@example.com to me@example.com. How can I block them?

For example, if I do "telnet smtp.mail.yahoo.it 25", as I write the MAIL FROM command I get the alert "Authentication required". How can I achieve that?

View 13 Replies View Related

Debian Configuration :: Email Encryption - How To Setup Mail Server

Feb 8, 2010

Could anyone point me to some simple articles that explain what email encryption is and how to set up a mail server (e.g. Exim) that can send secure emails? I know nothing about networks, mail servers, encryption, etc., but I have to be an expert on it before I walk into work tomorrow morning.

View 14 Replies View Related

Debian Configuration :: Can't Send Email From Command Line Using Mail

Mar 17, 2010

I'm running a desktop-less version of Debian via Sun VirtualBox. The reason I'm doing this is because I don't have enough graphics or RAM power to have a desktop environment running on top of my current desktop; also, I want to learn Linux through the command prompt. I'm running the AMD64 version of Debian; I'm not sure if that's relevant.

My main goal is to be able to email useful files from the virtual Debian to my main computer, so that I can save them for later if I ever decide to do a "real" installation of Debian on this computer. I realize now that there's probably some "easy" way to do this by reading the virtual machine's hard drive, but at this point, my curiosity wants to see this issue resolved. I started off wanting to find a command-line program to send my email with, and one was built-in. The syntax ~$ sudo mail -s "Subject" email@yahoo.com "This is a test email."

C^D
Cc:C^D ~$

is what I found. I tried it, and (unsurprisingly), it failed. I then learned that the mail command calls exim4, or something along those lines, so I needed to configure exim4. Soon thereafter, I learned that Yahoo's SMTP wasn't public, but Google's was. So, I found this web page which described how to configure exim4 to allow for email to be sent to a Gmail account. I made one, and followed the page word-for-word.

I sudo-mailled a test email to my Gmail account, and nothing happened. I waited a bit longer, and still, nothing happened. Finally, I started looking around, and found out about the exim4 logs in /var/log/exim4. In my mainlog, I think that it's telling me that Google denied my connection: <date><time><random numbers and letters> == **********.gmail.com R=send_via_gmail t=gmail_smtp defer (111): Connection refused

So, now, I'm just stuck. I don't know what I did wrong, I checked my exim4.conf.template twice for spelling errors, but I don't think I made any. At this point, I can only hope that someone else has had a similar problem, or knows what I'm doing wrong (or haven't done yet).

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved