Ubuntu :: Use An Email Client Like Alpine To Read Imported Email?

Feb 24, 2011

we had a server with Hostway, and it was running ubuntu. The server also had Plesk installed, which did some funny things. We had several websites on that server, and many email addresses. Then we changed servers. Now we have a server through Rackspace and it is also running Ubuntu. It also has Virtualmin installed, which generally does not impose as many unconventional changes on Ubuntu as Plesk did.

Rather than using Thunderbird to download my email (which is what I used to do) I've decided I'll start reading my email on the server. So I will ssh to the server and then use some email client, such as Alpine, to read the email. So I installed Alpine. I have an email account for "lawrence". The email address is lawrence @ krubner. Currently, when mail arrives for that account, it is stored here:

/home/krubner/homes/lawrence/Maildir/new

and then it is transferred to hear:

/home/krubner/homes/lawrence/Maildir/cur

When I start Alpine, while logged in as lawrence, Alpine automatically sets up an inbox for me here:

/home/lawrence/mail/

How do I get Alpine (or any other client) to read from the correct folder? I'm fairly sure the email package (the MTA) at work on this new server is Postfix. As near as I can tell, my email is held for 24 hours in this folder:

/home/krubner/homes/lawrence/Maildir/new

and then it gets transferred here:

/home/krubner/homes/lawrence/Maildir/cur

Alpine only lets me set one path for my Inbox, so I'm not sure what path I should set. If I use "cur" I will see all email 1 day late, but if I use "new" then I will miss email if I go a day without checking.

View 2 Replies


ADVERTISEMENT

General :: Command Based Email Client To Send Email Through Secure Smtp?

Jul 26, 2010

In my Windows environment, I use email client such as Microsoft Outlook to connect to our email server to send email with the following configuration:

Incoming server (POP3): 995 - (requires with SSL)
Outgoing server (SMTP): 465 - (use encrypted connection SSL)

[code]....

And the mail server requires user ID login and password.how do I setup a text command based email client in my Linux (Centos 5.1) to send out email through the existing email server above, which is in another machine? The email client has to be text command based because I need to use command line to send notification email from anothar application installed in my Linux (Centos 5.1) Since the email client will only be used to send email notification, I don't require setting up of an email server in my linux.

View 2 Replies View Related

Ubuntu :: Evolution Email - Intersperse Replies Into Quoted Email?

Apr 24, 2010

I use 'quoted' style for reply emails. I want to be able to intersperse my replies within a quoted reply i.e. if the email had three paragraphs, I'd like to be able to have my replies between each of the paragraphs. At the moment, I don't seem to be able to do anything other than delete from the quoted section - I try to simulate my requirements by cutting and then 'paste quotation', but this doesn't always work as sometimes Evolution adds too many levels of '> ' .

View 5 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

General :: Email Output Of Cron Command, Sends Email But No Content?

May 28, 2010

Using CentOS. I have a cron setup to run this command: Code: /var/test.sh | mail -s "Test Cron" mr182@somewhere.com The email is sent but the output of the script is not in the email body, it's just blank. I know there is some output because there are some echo statements in the script.I don't want to get an email for all cronjobs, just this one.

View 1 Replies View Related

General :: Copy And Forward Email To Multiple Email Servers Using Postfix?

Dec 31, 2009

I have an email setup where all of the emails from our email host is downloaded to our Linux server using Fetchmail. Then some of the incoming emails are sent to an MS exchange server (server1.domain.com) using Postfix. What i want to do is to send a copy of all emails to Another server (server2.domain.com) for redundancy.Can postfix be configured to send copies out to both?

View 1 Replies View Related

Server :: Allow Unsubscribed Email Address To Send Email To Mailman List?

Jul 1, 2010

is there a way to allow unsubscribed email address to send emails to mailman list without having to manually set a filter for that email address?

View 1 Replies View Related

Software :: Apache Virtual Host Send Email Without Email Server?

Jun 3, 2009

Debian 5, apache 2.2 I've got Apache up and hosting multiple sites. Each site will have a php contact me page that will simply dump an email to a fixed address. What program should i be using to accomplish this? I've used nullmailer before but that assumes you have a fixed smarthost somewhere which I don't.

View 6 Replies View Related

Ubuntu :: Exim4 Copy All New Email To Another Email Address?

Jan 18, 2010

Is there a way to configure exim4 to bcc all new incoming emails to another email address? My boss wants a copy of all outgoing emails.

I know postfix can do this with a bcc_always option. Im sure exim4 should be able to also.

View 3 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

Server :: Block Email From Certain Group To A Specific Email Address?

Apr 29, 2010

Is there a way of allowing only certain domain to send e-mails to certain specific e-mail address. I am using Sendmail, and I have an alias which translate to certain members of staff within my organization. I don't expect e-mails from outside our domain to be sent to this alias e-mail address.

View 1 Replies View Related

Server :: Routing Inbound Email To Multiple Email Servers?

Dec 21, 2009

I have recently setup a new mail server and have simulated sending and receiving on the new email server. The new email server will replace the primary one.I would like to setup the new email server in parallel with the existing one.This way i can observe issues that might occur and be aware of what could go wrong. I want to received mail to be delivered to both mail servers at the same time.I would like to use postfix, exim i find a bit to difficult to understand.I have thought of using transport maps, the only problem is that you can only forward mail to one server at a time using transport maps.I think recipient_bcc_maps and sender_bcc_maps could work, i would just like ideas of how i can do this.

View 5 Replies View Related

Server :: Dropping All Email For Specific Email Address?

Jun 12, 2011

I have a user who was getting constantly spammed so I deleted their email account but it's still coming in and trying to get delivered, how do drop all email for a specific email address?

View 4 Replies View Related

Software :: Web-based Email For Multiple Email Accounts?

Apr 11, 2010

I was wondering if there's some web-based email application (like Zimbra) or perhaps gmail can do it I'm not sure that can handle both receiving and sending of mail from multiple email accounts.I have about 4 different email accounts with various different domains and would like to have one platform which has an inbox for each account and from which I can send mail from any of the accounts

View 1 Replies View Related

Programming :: Out-putting Email Content Of Last Email Received?

Jan 25, 2011

I would like with bash to output the content of my very last email that has been received (I use gmail), especially using fetchmail or mutt.

View 1 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

Ubuntu :: Recommendation For Simple Email Client?

Dec 13, 2010

I am looking for an email client with the following specifications. I have trialled most of the commonly recommended clients but have found ongoing irritations that push me to keep looking.

Specifications

1. specific email client, not PIM
2. can run as a portable application or configuration files and mail can be stored remotely
3. minimal or no dependences
4. can scan for viruses

[code]...

Evolution matches 5, 6 and 9. The program is a good general client but slow and glitchy. Can't scan for viruses in emails. Kmail matches 1, 4, 5, 6, 7 and 9. Does most of what I need with the powertools plugin but does not play well with Gnome. The program comes with too many dependencies that makes it very hard to move data around or even use on various machines. The dependence on the akonadi server is quite frustrating and makes this kde application a great product but only really useful on kde. Thunderbird matches 1, 2, 5, 8 and 9. Again reasonably comprehensive but lacks the basic ability to scan incoming emails (filters can pipe incoming data to an external program). The fact that the mail is intrinsically linked with your Mozilla profile makes working with the email file very difficult.

Clawsmail matches 1, 2 (old version), 3, 4, 5, 6, 8 (Windows Port old and not maintained) and 9. Looks good but appears to lack portability and a current windows version. I want to check my mail (predominantly POP accounts), have spam and viruses set aside/deleted/quarantined, have my attachments saved to a directory so my mailbox does not get too big and for the emails and configuration data be stored in a distinct directory that can be readily synchronized between computers. The program should be able to run on Ubuntu and Windows XP/Vista/7, on the same data once the data directories are synchronized. And no, I don't want an Internet based option like gmail or yahoo.

View 1 Replies View Related

Ubuntu :: Email Software That Will Let Me Read Emails On PC

Jan 10, 2010

Can any one recommend an email software that will let me read my emails on the pc without removing them from there original location in case i want to read them on another pc/work, also i need to be able to bounce spam like you can do in mail on the Mac.

View 1 Replies View Related

Ubuntu :: Setting Up The Email Client To Work With Hotmail?

Feb 16, 2010

I have recently installed Ubuntu 9.10 on laptop behind XP and Win7. No problems at all so far. Even got wireless to work (awesomeness). But trying to set up the email program it continues to say there's a problem. I'm trying to use Hotmail. And the way the email wizard? is set up it's a little off for me. I'm not too experienced with Ubuntu, or Linux for that matter. Mainly a Microsoft OS user. give me the info on setting up the email client to work with Hotmail?

View 4 Replies View Related

Ubuntu :: Trouble When Replyin All In Evolution Email Client

Jun 9, 2010

I'm having trouble when replyin all in my Evolution email client. It includes my email address when I reply all. Any ideas how to fix?Ubuntu 10.4

View 1 Replies View Related

Ubuntu Security :: Get In To Email Client Thunderbird Or Firefox

Mar 18, 2011

I received a suspect E mail from paypal which I reported to them, I did'nt click on anything in the E mail. The Question I am asking is there any way that some one could get in to my email client Thunderbird or Firefox. When I used thunderbird to report the e mail I received a problem reporting that my email couldn,t be sent due to AOL smpt not excepting email because of ssl encrpyption. I checked the settings for the account all seemed ok ssl was still marked. Also while I was on the internet yesterday I got the popup regarding did I want to save a "file" I canceled as I didn,t click anything to download anything.

View 3 Replies View Related

General :: Read Email Of Other Users?

Feb 19, 2011

Currently i am studying sendmail on a very basic level. Now that i am writing it, i think it sounds unethical but is there a way for root user to see the inbox of other users ?

View 2 Replies View Related

Debian :: Install Thunderbird Email.client?

Aug 8, 2011

I downloaded it

Where is it?

How do I install it?

View 3 Replies View Related

Software :: Davical With Evolution Email Client ?

Dec 9, 2010

Our office has been using davical with Ubuntu Server 9.10 and it is working fine with Thunderbird 3.x and was working fine with Evolution but recently it has stopped working in Evolution and was wondering if anyone else is having the same issue? We have the most up to date version of davical on our server at this time.

View 1 Replies View Related

Ubuntu Networking :: Unable To Check Email & Use Chat Client?

Aug 16, 2010

Just installed Ubuntu 10.04 on my Acer laptop last night. I wasn't able to surf the net at first but after searching these forums, managed to get it right (changed setting in firefox). I was able to use update manager and the software program ok (downloading and installing). I am using a adsl via wifi. Networked pcs and my NAS/samba work fine
My current problem is that while I can surf the net and download updates etc, I can't seem to get email and chat working, it just gives a timeout error for some reason.

View 5 Replies View Related

Ubuntu Servers :: Dovecot/Postfix Cannot Receive Email Via Client?

Apr 12, 2011

I have a very basic install of dovecot and postfix on the latest version of Ubuntu server. This is an internal only email server with internal only DNS. I can send email via clients and check said emails via the command line when logged in as the appropriate user. I cannot for the life of me check said emails via SquirrelMail on the server nor using IMAP clients. I have no idea where to look and I can't find a basic tutorial for the life of me. Where should I start?

View 9 Replies View Related

Software :: Evolution Email: Mark As Read?

Jul 13, 2011

In every other e-mail program that I have encountered in my years upon this Earth, including previous version of Evolution, when you open a message, the message in the main displays stops being displayed in bold, so that you can see it has been opened and read. In my new version, 2.32.3, the message header stays bold, even once you have opened the message. In order to make it stop being bold, you have to manually "Mark As Read" in the context menu.

I cannot see any option in the preferences that needs to be switched on so that this (until now) default behaviour of marking read messages as Read automatically, can resume. A Google of this problem just brings up messages on other forums, asking the same question but getting no answer. Has anyone on LinuxQuestions come across this Evolution feature before? Is this an Evolution bug, or is there a way of having opened messages Marked as Read automatically, which virtually every other e-mail application does anyway?!

View 2 Replies View Related

Debian Multimedia :: Email Client For Gmail And IMAP

Feb 5, 2012

I am running debian testing, amd64 architecture on my box. I have 3 gmail accounts that I use regularly. I have used mainly thunderbird/icedove to access my mailboxes via imap.However, now two of them have really several tens of thousands of emails I often experience difficulties in dealing with them (the connection often freezes, browsing my folders is a pain).I tried also sylpheed and claws, but the situation has not really improved.I do not think there is anything fundamentally wrong in the way I configured my accounts on the various clients (actually, some of them even boast automatic setup of gmail accounts).

View 5 Replies View Related

General :: Design An Email Client For Gmail And Yahoo?

May 22, 2010

I want to design an email client for gmail and yahoo. Somebody suggest me how to do this?

View 3 Replies View Related

Ubuntu :: Set Thunderbird As Default Email Client And Get It To Open With The Mail Icon?

Jul 28, 2010

How do I set Thunderbird to be my default email client, and make the little mail icon in the top menu bar?

View 8 Replies View Related







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