View Full Version : Access to mail?
phppete
12-18-2008, 06:51 PM
In CPanel servers mail is usually in /home/site/mail , I know on FQ it is on a separate mail server but I was wondering if there is any method for accessing it via SSH or SFTP, just curious more than anything else.
Also what is in .sys_op_dir apart from session files, once again just curious.
sheila
12-18-2008, 07:01 PM
Mail can only be accessed through either POP or IMAP protocol.
Hopefully one of the techies will come along and answer the other part of your question...
hobbes
12-18-2008, 07:06 PM
wondering if there is any method for accessing it via SSH or SFTPSure: telnet mail.example.com 110
USER XXXXX
PASS YYYY
LIST
RETR ###
QUIT
My POP may be a little rusty:)
phppete
12-18-2008, 07:22 PM
I got in but using LIST didn't list my emails, never mind, not that I really need another method for accessing them anyway.
Kevin
12-18-2008, 07:37 PM
We don't really provide any support for this however if you really want to you could install a text based email client (like pine or mutt) within your account and do IMAP and SMTP from it.
sheila
12-18-2008, 07:45 PM
We don't really provide any support for this however if you really want to you could install a text based email client (like pine or mutt) within your account and do IMAP and SMTP from it.
mutt is already installed and ready for all clients to use. We even have a Knowledgebase article on using it:
http://service.FutureQuest.net/kb102
sheila
12-18-2008, 07:47 PM
When I really want to access the mail through SSH, I use Python poplib for POP protocol access.
http://docs.python.org/library/poplib.html#module-poplib
Kevin
12-18-2008, 07:54 PM
mutt is already installed and ready for all clients to use. We even have a Knowledgebase article on using it:
http://service.FutureQuest.net/kb102
We actually have pine installed too. It should work with the same settings as mutt.
phppete
12-19-2008, 06:15 AM
I think my question was slightly misread, on CPanel, without being logged in to any email account you can read all mail boxes just by reading in /home/site/mail without needing passwords or anything else, in /home/site/mail/new you can simply 'less domain.co.uk_messageid1234455' and read the mail without anything but I guess that is just a CPanel 'feature' like being able to snoop on other accounts files.
kitchin
12-19-2008, 09:19 AM
The mail is on a separate server at FQ.
phppete
12-19-2008, 09:20 AM
The mail is on a separate server at FQ.
Yes I know that :)
sheila
12-19-2008, 09:25 AM
I think my question was slightly misread, on CPanel, without being logged in to any email account you can read all mail boxes just by reading in /home/site/mail without needing passwords or anything else, in /home/site/mail/new you can simply 'less domain.co.uk_messageid1234455' and read the mail without anything but I guess that is just a CPanel 'feature' like being able to snoop on other accounts files.
Pete, I did not misread your question. I understood it exactly. Many Linux hosted environments, whether they provide Cpanel or not, have the mail for given users stored in a directory where they can access it directly through the file system.
We do not have that possibility here at FutureQuest. As I noted before, the mail is only accessible to clients by either POP or IMAP protocol. There is no means for clients to access their email through the file system.
phppete
12-19-2008, 09:33 AM
Pete, I did not misread your question. I understood it exactly.
My reply wasn't a personal attack on you, I was suggesting I did not phrase my question clearly. Anyway it doesn't matter, thank you for answering my question.
sheila
12-19-2008, 09:37 AM
Pete, I didn't take it as an attack. No problems, mate. Or something? I was just saying...
phppete
12-20-2008, 04:47 PM
Hi Sheila, sorry I must have read something into it which wasn't there, I apologise for that. I hope you have a good xmas :)
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.