Software :: Coping With MS Outlook - Getting It To Launch, Run Export Rules And Exit?
May 7, 2011
I often find myself working in environments that force MS Outlook down my throat. I know there must be others here who have dealt with this frustration, so I'm hoping to get a convenient workaround.My strategy so far has been to make an Outlook rule that immediately copies every email to a PST file (for export). This is the first rule that runs. The pst file is kept directly on network filespace, so the linux and windows sides can both get at it. On the linux side, a pst to mbox converter runs, and then emacs can access the mbox mail.
It all works, but it's cumbersome. The script must periodically move the PST file and immediately copy an empty PST file in its place. I would have appreciated it if Outlook would only handle the file when adding mail to it. The problem is, after I replace the file with an empty PST file, Outlook pukes, and even deactivates the rule for copying emails. So I must manually close Outlook, empty the PST file, then relaunch Outlook just to run the rule to copy email.Is there a way to use cygwin or something to launch outlook in the background, run outlook rules, and exit, every 10 minutes?
View 1 Replies
ADVERTISEMENT
Jan 4, 2011
try to get my Evolution emails into Outlook, I can now say that the whole process is quite simple. It seems clunky the way that I have done it, but it is free and it works!First download and this Free Converter to convert *.mbx into *.eml If the link is broken, it came from [URL] and you just have to find their link to the mbx to eml converter.
IN LINUX
1) Open Evolution
2) Highlight the emails that you wish to convert, CTR+A for all in folder
3) R-click and "save as" and call the file anything you want with an mbx extension (example: inbox.mbx) - note: you may need to save this somewhere that Win/linux both recognise as Windows refuses to recognise drives formatted by linux. ie. save on a drive that has been formatted in FAT32 or NTFS
IN WINDOWS
1) Open mbox-eml-extractor.exe (the free converter, probably in your downloads directory)
2) Click "Add" and select your *.mbx file that you saved
3) Click "process" and select the output directory (I just created one on the desktop)
4) Open Microsoft Outlook Express NOT OUTLOOK!! It comes free with your windows install
5) Open the directory that you saved the *eml files (the "process" ones) and drag n drop into MS outlook express
6) All of your emails should show up in MS Outlook express now
7) Click File->Export->Messages
8) You will not be given an option where to save it but if you are curious, go to Tools->Options and click the Maintenance tab and the "Store folder" button to see the path
9) After it has exported now open Microsoft Outlook and click File->Import and Export and select "Import Internet mail and addresses" and press next. Choose "outlook express" etc and follow the bouncing ball so to speak.
10) You have managed the frustratingly and seemingly impossible. Now if Evolution soon gets an export to pst (or whatever the extension is) we won't need this thread anymore
View 1 Replies
View Related
Nov 26, 2010
A client of mine has a 7.7G .pst file, every time I try and import it into outlook so I can import to Thunderbird, it breaks due to the size, as Outlook can't handle files bigger than 2G. Is there anyway I can import this file into Thunderbird without having to use Outlook?
View 3 Replies
View Related
Dec 14, 2009
I have a client how likes windows 2000, and office 2000. Her outlook box got too full and that totally killed outlook. Msft provides tools to fix this, but none of them work. I managed to switch her over to thunderbird, and I got the messages transferred over, but not the address book - only the email addresses transferred. I can not export outlook 2000 into office 2002, and I don't think office 2007 will work either. I have heard of transferring the addresses into outlook express, and then transferring to outlook. Will that work?
View 1 Replies
View Related
Oct 11, 2013
I have a CSV file, which I created using an HTML export from a Check Point firewall policy. Each rule is represented as several lines, in some cases. That occurs when a rule has several address sources, destinations or services.
I need the output to have each rule described in only one line. It's easy to distinguish when each rule begins. In the first column, there's the rule ID, which is a number.
Here's an example. In green are marked the strings that should be moved:
See example. The strings that should be moved are in bold:
NO.;NAME;SOURCE;DESTINATION;SERVICE;ACTION;
1;;fwgcluster;mcast_vrrp;vrrp;accept;
;;;;igmp;;
2;Testing;fwgcluster;fwgcluster;FireWall;accept;
;;fwmgmpe;fwmgmpe;ssh;;
;;fwmgm;fwmgm;;;
What I need ,explained in pseudo code, is this:
Read the first column of the next line. If there's a number:
Evaluate the first column of the next line. If there's no number there, concatenate (separating with a comma) the strings in the columns of this line with the last one and eliminate the text in the current one
The output should be something like this. The strings in bold are the ones that were moved:
NO.;NAME;SOURCE;DESTINATION;SERVICE;ACTION;
1;;fwgcluster;mcast_vrrp;vrrp-igmp;accept;
;;;;;;
2;Testing;fwgcluster-fwmgmpe-fwmgm;fwgcluster-fwmgmpe-fwmgm;FireWall-ssh;accept;
;;;;;;
The empty lines are there only to be more clear, I don't actually need them.
View 1 Replies
View Related
Jun 12, 2010
seahorse export menu is always disabled. I need to export the passwords to restore it after formatting my machine.
View 1 Replies
View Related
Jun 19, 2011
I need to create filename 70-android.rules in the directory /etc/udev/rules.d/I have Adm privileges in my user account properties, but when I use sudo to create this file the Ubuntu OS does not allow me the privilege... I am running Ubuntu 10.04 LTS and here's the Terminal output below:daddy@gatomon-laptop:/etc/udev/rules.d$ sudo cat > 70-android.rulesbash: 70-android.rules: Permission denieddaddy@gatomon-laptop:/etc/udev$ ls -ltotal 8drwxr-xr-x 2 root root 4096 2011-03-16 18:03 rules.d-rw-r--r-- 1 root root 218 2010-04-19 04:30 udev.conf
View 2 Replies
View Related
Apr 11, 2010
I noticed that if I have "exit" in a bash script file., e.g. script.sh,that when the word "exit" is reached, and the script file being executed is not in the PATH nvironment, i.e. ". script.sh", the whole konsole shell profile is exited! What gives here? Is there another command compatible to "exit" to prevent this, or will I just have the leave the "." part in the PATH enviroment, which is, to my understanding, is not recommended? I desire for a "goto" function in bash script files
View 11 Replies
View Related
Nov 19, 2010
Directory is not coping totally i tried 3 types, those are.
1. by rsync command to take backup
it was running in b/w that process is automatically killed.
2. by copy command
when i am trying with out recursion option ,it gives an error like directory is not copied.at that case i used -r option
this time also the process was killed in bitween.
3. i tried directly copy/paste process.
this process is just stopped and it didn't continue .
regularly ,i am using that rsync command.it worked fine .from 4 days i am facing this problem
at these three times ,when the process stopped ,the kernel failure window appears at right side bottom of the display
actually i want that backup of that directory regulerly.how can i take that.
View 3 Replies
View Related
May 22, 2010
In linux, creating thread is same as process (clone()), except the virtual address space gets shared with the parent.If a running main process(thread) creates new thread, and if main thread exits, why should the new thread too exit? both are different entities, The same doesn't happen if the child thread exits, the parent thread would be alive.
View 1 Replies
View Related
May 19, 2010
Where is the file with Evolution contacts? I want to copy this file from one computer to other.
View 2 Replies
View Related
Sep 23, 2010
If a user want secure coping of files through scp from one system to another system then how this can be done. This user have only been granted securing coping of files through another system but without ssh.
View 5 Replies
View Related
Feb 26, 2011
from: [URL]
Q. - "Next we will copy all files, directories and sub-directories from your current /home folder into the new partition: sudo rsync -axS --exclude='/*/.gvfs' /home/. /media/home/."
I would like to know what the dots in /home/. and /media/home/. mean? Or to put it other way; will the command bellow copy my /home to /media/home (on different hard disk)?
sudo rsync -axvS --exclude='/*/.gvfs' /home/ /media/home/
View 3 Replies
View Related
Dec 8, 2010
A directory /test/test1 is created & under /test1 there are some files & subdirectories with data in it. I had copied the files (text & script files) with command as,
cp -irv /test/test1/.* /test as per the requirement but what i see in destinarion i.e, /test that no files or directory has been copied in /test & the files/directories is also removed from source i.e, /test/test1
so my query is how can i get the files/directories back with data?
View 6 Replies
View Related
May 12, 2011
I need assistance with my Snort Installation. I used Bodhi Zazen's Network Intrusion Detection System post and found it easier than the previous time I had done it. I am currently running Ubuntu 10.04 server and Snort 2.8.6.1 with BASE 1.4.5. I followed Bodhi Zazen's instructions and when I tested snort it ended with a Fatal Error due to ERROR: /etc/snort/rules/exploit.rules(264) => 'fast_pattern' does not take an argument
Fatal Error, Quitting.. Here is the entire output once I ran the test command: snort -c /etc/snort/snort.con -T Running in Test mode
[Code]...
View 2 Replies
View Related
Dec 11, 2010
The only reason I keep a dual-boot on my computer is because I need the calendar in Outlook. Is there a outlook-style calendar I can use in Ubuntu 10.04? Here is the catch, it MUST be able to sync with my Google calendar. Because I use an android phone that syncs with Google. I would love to totally leave windoze behind me.Maybe I can use Wine to install the entire 2007 MS office suite into Linux?
View 9 Replies
View Related
Oct 15, 2010
I'm looking for the outlook2vcal tool but all the links I've found send me to out of date sites or I get an Error 404 message. Does anybody know where I can download this tool or if not any tool that will convert my Outlook calendar into a format that I can import into KOrganizer.
View 6 Replies
View Related
Aug 12, 2010
I changed job and my new office uses Outlook. I saved my old emails in Outlook Express .dbx files ... is there a way to import the DBX files into MS Outlook?
View 1 Replies
View Related
Jul 31, 2010
Firefox 3.5 still looks like it's 2.5 version on Fedora 12. What ever happened to the round back button theme. It's always there by default on it's Windows equivalent version. We must learn to make open source applications look attractive especially on our platform.
View 1 Replies
View Related
May 6, 2010
I am asking for a template, not for an instruction how to do it. What I need is a mapping from [0‥91] (Outlook CSV) to [0‥44] (KAddressBook CSV).
View 3 Replies
View Related
Sep 16, 2010
I am probably in the wrong post / tread/ whatever. But maybe someone can put me on the right track.
I try to configure evolution on my opensuse, for using my outlook account. I tryed a lot, and tryed to understand a lot, but all seems to be very diffucult.
What I completely miss on the internet / documentation / everywhere is what to enter where. I can open in my outlook, the account settings. But names there, are not the same names in evolution.
And what to use, mapi, imapi mapi+ whatever. I have no clue about that.
What I found today, is something about proxy. since I was unable to ping a server host with a very strange name. NLCLUEXA11.connect1.local But I also have somewhere a exchange proxy.
Whith a https://www..... url ?? and an NTLM Authentication, no idea about that.
There is also an web interface, webclient, but that also seems to go wrong.
Is there any simple explanation, or just a simple tutorial, which show the outlook settings, and where to put them in the evolution settings ??
View 9 Replies
View Related
Feb 1, 2010
how to synchronize Microsoft Outlook with whatever office app of LINUX? What are the office solutions that are offered by linux or what can we compile?I have some CSV files from outlook but it is annoying to daily try to export those.How to synchronize the ubuntu machine, with for instance ethernet
View 7 Replies
View Related
Feb 21, 2010
I searched in forums but I couldnt solve my problem. I copy my pst files of outlook on windows then I completely remove windows and set up ubuntu. I made all my configuration on thunderbird. I can send and recieve mails but I could not import my old mails from outlook to thunderbird.
View 4 Replies
View Related
Jul 10, 2010
I use evolution a lot during my working day, I work in IT so my work is heavily email driven. I have used ubuntu on my personal computers for a while now and last week decided to migrate my work computer from Windows to ubuntu. For my work email, contacts and calendars I use google apps for business (highly recommended by the way!) and evolution syncs all 3 brilliantly. As outlook uses the nk2 file to autocomplete email addresses when you begin to type them into the to, cc or bcc bar.
I can't seem to enable the same feature in evolution. I have gone into Edit > Preferences > Mail Preferences > Automatic Contacts. I have then put a tick in the check box "create address book entries when sending emails" and I have selected the ubuntu one address book (don't want my gmail contacts being clogged up). After sending some emails it doesn't seem to store the addresses in the 'history'.
View 2 Replies
View Related
Oct 10, 2010
I have a HP Pavilion dv9700 with Ubuntu and Windows Vista (dual boot with Grub).For some reason when I connect to my computer at work (Windows XP machine) in Ubuntu mode, I'm unable to control Outlook 2007. I can activate outlook window, but I cannot browse/open e-mails or folders.When my laptop is in Windows Vista mode everything works fine. This is the only reason for me to still use Windows.
View 1 Replies
View Related
Dec 4, 2010
I'm running Evolution 2.28.3 on the latest Lucid. I tried importing an Outlook pst file. Evolution obviously leads one to believe it CAN do this, otherwise why would it allow one to choose a pst file, then recognize it as an Outlook file, and give one the option of choosing which portions to import (i.e. mail, contacts, calendar, etc)?
So the first time I chose mail, contacts, calendar, and tasks. It seems to have imported mail and calendar correctly, but NOTHING happened in tasks and contacts (contacts being very important). So I tried again, this time ONLY choosing to import contacts. It went through the whole pst file again. NO contacts still. While it seems not to have duplicated email messages the second go around (and it shouldn't have), it DID duplicate all calendar items (even though I ONLY checked "contacts"). UGH!
It's one thing for it not to have a capability, but to make a person believe it CAN import all those things, then screw it all up, ... well, that's highly irritating.
View 3 Replies
View Related
Dec 25, 2010
I suffered a permanent crash of WinXP. It won't boot and there's an incomprehensible error message.Anyway, I was able to recover almost all my data and move it over to Ubuntu 10.4 on the same computer. What I could not recover was my Outlook Address Book. I know it is funky to transfer it from one Windows email client to another, but transferring it across OS's seemed almost impossible, especially since I don't have Outlook's Export feature available. Even Google and other webmails needed to have those Outlook address files converted before they could use them.
What would be the plan of least resistance here for a Total Noob? Can I, should I, and how do I transfer the address book to a different computer with Outlook for export before transferring it back on the Linux side?
View 2 Replies
View Related
Jan 16, 2011
I use Windows XP with Outlook 2003 (soon to be Outlook 2010) on my work laptop, and also the same on my home PC. I copy the .PST file containing my home emails between the two so I still have access to my home emails on my work laptop when I'm away on business. So, why am I mentioning this on a non-Windows forum?
Well, I'm migrating my home PC to Ubuntu, but I still want to be able to move the mail PST file to & from the work laptop, but I don't know of any Ubuntu mail clients that will work directly on the PST file. Those that I have looked at will import from the PST file but maintain emails in their own file format, which means I can't read the new ones again using Outlook if I have updated the mail folders with the mail client on Ubuntu.
So, does anyone know of and can recommend any mail clients that work with PST files directly? The analogy is like using Open office to read & write MS Word .doc & Excel .xls files directly without any importing or exporting. I should also mention that I've tried unsuccessfully to install Outlook using Wine, but it's not happening, same problems as described in the Wine appdb test results.
View 9 Replies
View Related
Mar 12, 2011
I have tried to import my calendar from an Outlook 2010 .pst file twice and have had the same error both times. Appointments import successfully, but the start time (and end time) is advanced by 8 hours. For example, an appointment in Outlook with the correct start time of 12:30pm appears in Evolution with a start time of 8:30pm. I have confirmed that my system time and time zone are identical and correct in WinXP/Outlook and Ubuntu/Evolution.
View 2 Replies
View Related
May 10, 2011
I know there's a simple answer, and I cant find it, maybe I just don't know the proper term to search with. Or ive just been up too late.I have a mail server.t works great.It uses a self signed certificate for TLSHow do i export the root authority cert file that a win machine can import?this is so when the win box uses TLS, outlook wont complain
View 2 Replies
View Related