[Dovecot] POP3 Setup help - more info
Well my last email went unaswered - I assume because I didn't provide enough detailed information. Not a surprise if that is the case. Anyway, I also noted that there is no dovecot/pop3 process like there is for IMAP. Not certain that is wrong, but I am guessing it is. I am enclosing the output from a doveconf -an query - hopefully you can see a screenshot, otherwise I have to figure out how to get it in text form (work disables cp & scp traffic). Hopefully this will provide information that will help define what I am missing?
Thanks again,
Thomas Higgins
On Mon, Oct 14, 2013 at 11:16:06AM -0400, Thomas I Higgins wrote:
Well my last email went unaswered
Not so. You got two replies. If you are not going to read your replies, you cannot be helped.
- I assume because I didn't provide enough detailed information.
Both replies noted this. One asked for clarification.
Not a surprise if that is the case. Anyway, I also noted that there is no dovecot/pop3 process like there is for IMAP. Not certain that is wrong, but I am guessing it is. I am enclosing the output from a doveconf -an query - hopefully you can see a screenshot,
No, I can't. (I could, but I won't, to be exact.) Please don't post binary attachments to public mailing lists.
otherwise I have to figure out how to get it in text form
Yes, you should.
In addition to the ignored replies in the other thread, I'll ask this: why do you want to use POP3? IMAP can do everything POP3 can do, and it's superior in many ways. POP3 should have died out a decade ago.
(work disables cp & scp traffic). Hopefully this will provide information that will help define what I am missing?
http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:
Am 14.10.2013 18:58, schrieb /dev/rob0:
In addition to the ignored replies in the other thread, I'll ask this: why do you want to use POP3? IMAP can do everything POP3 can do, and it's superior in many ways. POP3 should have died out a decade ago
say who?
you want to provide storage, backup and responsibility for every message all users ever received in their live and train them how to move messages to local folders instead have a typical POP3 setup with some days keep on server where the user must not all the time remember that he should act before quota warnings arrive?
well, you can do so, many others won't
<snip> >> otherwise I have to figure out how to get it in text form > Yes, you should. > > <snip>
Try something like:
#!/bin/sh ( dovecot -an && echo) | /bin/mail -s "Dovecot -an output" you@yourdomain.com
Put the above two lines in an executable file (chmod 777 or something like that and erase after you run it) and run the file. It should send the output of "dovecot -an" to the email address you@yourdomain.com with a subject line of "Dovecot -an output". You might have to use a different "/bin/mail" command depending on what your mail server is.
steve campbell
On 15/10/2013 02:58, /dev/rob0 wrote:
In addition to the ignored replies in the other thread, I'll ask this: why do you want to use POP3? IMAP can do everything POP3 can do, and it's superior in many ways. POP3 should have died out a decade ago.
Not sure what country he's in, but I'll comment on that comment :) Some countries, disks are not cheap, for instance in Australia, disks and most hardware is on average over 200% more expensive, than the U.S., I've been given some pricing that makes it 350% dearer.
Most ISP's here, even the most largest ones, only offer pop3 - imap is reserved for those very few using webmail.
Of the very few that do offer imap, the take up rate over the years is negligible, such that it is not worth the effort, likely due to privacy which most aussies take seriously.
Although we are not as bad as the US with its publicised broad over reaching FISA warrants, it is still all too easy for law enforcement here to get warrants to secretly access your mail if on ISP servers, but bloody hard to do so if you use pop3 and have already d/l it to whatever device/client you choose to use.
Then there's the other law, yes, those obnoxious jackass interfering govt #$E# with nothing else to do but regulate everything but "thin air" (give em time they'll do that too), IOW, imap, providing a service where every single email is stored on servers, you are accountable for, and must be recovered, even if idiot1234 deletes a message by mistake and when you say, no, you deleted it tuff luck, you can be sued for their loss of data.
With pop3 that onus and risk is removed.
participants (5)
-
/dev/rob0
-
Noel Butler
-
Reindl Harald
-
Steve Campbell
-
Thomas I Higgins