Simplest way to access Linux system mail from email client


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Simplest way to access Linux system mail from email client
# 1  
Old 06-11-2013
Simplest way to access Linux system mail from email client

I'm not a Linux newbie but this seemed like a pretty n00b question. I am familiar with Postfix/Dovecot setups but now I am looking for the simplest way to access mail on a Linux system, such as the mail that goes to /var/mail/root. I know I can edit /etc/aliases and have the system mail go straight to my mail box but the problem is that my email provider requires the sending server to have a valid PTR or it gets rejected. Adding a PTR is not an option because I am using Windows Azure.

It's just a little Red Hat server. I was thinking about setting up Courier-IMAP and authenticate to /etc/shadow (of course, I'd be checking the mail with a user other than root) to access the mail, but is there a simpler way? I know I can check it with mail command but I want to read it in my mail client, on my personal computer. I know I can run my own mail server where I can control relay access but that would be overkill for this single server.

Any ideas would be appreciated. Thanks!
# 2  
Old 06-12-2013
  • Probably the simplest is to run an Xserver and use a local copy of Netscape, Thunderbird or some other gui client to read local mail.
  • If you must use a remote protocol, there are many pop and imap servers you can run there.
  • You could put in a .forward or the like to have all the mail go elsewhere.
  • A cron job could archive mail locally in a zip and forward a copy, perhaps annotated by origin.
# 3  
Old 06-12-2013
Thanks for the suggestions. I should have made the subject say "remote email client." I do not run GUIs on my servers so Xserver is not an option. Basically I have a Linux server in Windows' Cloud and I'm trying to read the logs from my house using Thunderbird. I'm so far thinking Courier-IMAP since it's the lightest IMAP client I've worked with.
# 4  
Old 06-13-2013
Can you automount your remote mail dir to local system and access emails just like local email on thunderbird ?
# 5  
Old 06-13-2013
I take it your client machine is Windows? There are open source Samba, NFS, SSH clients to move files from there to here.

XServer would run on the client box (X is backwards that way, it serves the eyeball), so remote X mail clients could be run from there. The mail never leaves the LINUX box, but you read it with an X client running there and displaying here.
# 6  
Old 06-17-2013
Ok thanks a lot. I didn't really get too many answers in other places I posted. Out of all the options I think just setting up Courier-IMAP would be the easiest. But it actually looks like my email provider has begun accepting email from my server so it looks like I no longer need a solution to this. Thanks for the help!
# 7  
Old 06-18-2013
Maybe your DNS PTR became valid, so client reverse lookup at the server succeeded?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies

2. Linux

Exchange Email Client for Linux

About 5 years ago I used to use Evolution for its ability to interact with my companies Exchange 2003 server. I was wondering what Exchange compliant email clients you are actually using with either Exchange 2007 or 2010? FYI I've tried Thunderbird and it just sucks. (5 Replies)
Discussion started by: binary-ninja
5 Replies

3. Red Hat

Unable to access NFS share on Solaris Server from Linux client

Hi, I am trying to access a NFS shared directory on Solaris 10 Server from a client which is RHEL 4 Server. On the NFS Server, in /etc/dfs/, I added following line to dfstab file. share -F nfs -o rw /var/share & then ran the following svcadm -v enable -r... (3 Replies)
Discussion started by: SunilB2011
3 Replies

4. Solaris

Can't access NFS Share on Solaris Server from a Linux Client

Hi, I am trying to access a NFS shared directory on Solaris 10 Server from a client which is RHEL 4 Server. On the NFS Server, in /etc/dfs/, I added following line to dfstab file. & then ran the following On the client machine, while running the mount command, I am... (0 Replies)
Discussion started by: SunilB2011
0 Replies

5. OS X (Apple)

HbbTV client for OS X or Linux? Access via HTTP possible?

Hi Is there a HbbTV client for OS X or Linux? Access via HTTP possible? https://en.wikipedia.org/wiki/Hybrid_Broadcast_Broadband_TV (0 Replies)
Discussion started by: slashdotweenie
0 Replies

6. UNIX for Dummies Questions & Answers

Configuring mail to send email from server to client

Hi, I want to send an email from server to my gmail account for all critical messages reported in the server. Kindly help me in configuring the same. Regards Rochit (1 Reply)
Discussion started by: rochitsharma
1 Replies

7. UNIX for Dummies Questions & Answers

how to send mail from server to client's email-id

i want to send email from server to the client's email-id. server is solaris. please help me out.i want to send mail to the email-id not to the var/spool/mail. (8 Replies)
Discussion started by: parmeet
8 Replies

8. UNIX for Dummies Questions & Answers

problem relaying email to client mail exchanger from online forms

We are having a mail issue on our shared web server. We have a $40/mo. web hosting reseller account with a company called F r o g e e . c o m. We host 50+ domains there and only have this problem with two. We don't get much support from them so I am turning to outside help. We are not web... (1 Reply)
Discussion started by: ken_brainstorm
1 Replies

9. SuSE

What's mail system running on Linux

Hi,I am need setup mail system on the linux, but i am don't know , My linux system is Redhat Linux 9.0.However,What's kind mail system is fit my operation system? expect everyone give directionsme with superior . Thanks! (6 Replies)
Discussion started by: Golden.Liu
6 Replies

10. UNIX for Dummies Questions & Answers

Need help to access/mount so to access folder/files on a Remote System using Linux OS

Hi I need to access files from a specific folder of a Linux system from an another Linux System Remotely. I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility. Also, I know to use mount -t ... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies
Login or Register to Ask a Question