On 30/07/2024 15:24, Tim Woodall wrote:
On Mon, 29 Jul 2024, mick.crane wrote:
I was concerned the
'1722260402.M755015P70320.xx,S=17279,W=17606:2,S'
numbers might get mixed up with new ones but didn't seem to matter.
[...]
Yes, I use unison to keep some imap servers in sync.
Maildir
On Tue, 30 Jul 2024, Nicolas George wrote:
Tim Woodall (12024-07-30):
Yes, I use unison to keep some imap servers in sync.
Be precise: you use unison to keep the directories that serve as mail
storage for some IMAP servers in sync. Your unison does not know that
there is IMAP involved.
Corr
Tim Woodall (12024-07-30):
> Yes, I use unison to keep some imap servers in sync.
Be precise: you use unison to keep the directories that serve as mail
storage for some IMAP servers in sync. Your unison does not know that
there is IMAP involved.
--
Nicolas George
On Mon, 29 Jul 2024, mick.crane wrote:
On 2024-07-29 14:36, Nicolas George wrote:
Hi.
I am looking for a tool that reads a mail from its input and stores it
into an IMAP mailbox:
With a new Dovecot install I believe I copied all the old mails into eg.
~/Maidir/cur
and they showed up.
I was c
James Cloos (12024-07-29):
> How about keeping a locally patched version of curl on hand (you could
> call it something like /usr/local/bin/imap-upload) which sets the flags
> as you want them to be?
I did not need to ask for help for the obvious solution “write it
yourself”, be it from scratch or
> "NG" == Nicolas George writes:
NG> I got curl to work (I did not know that curl could do IMAP):
NG> curl --user george --url imaps://server/Mail/testcurl --upload-file
/tmp/mail
NG> Unfortunately, curl hardcodes that mail uploaded that way are seen:
NG> /* Send the APPEND command */
N
uot;imapfilter" is a program intended to filter messages on an IMAP server.
The program handles the hard work of talking to an IMAP server (i.e. the
IMAP protocol), allowing the user to write a lua script which does the
important work. It shouldn't be too hard to write a lua script w
Greg Wooledge (12024-07-29):
> You did not say you wanted to do this NON-INTERACTIVELY.
Yes, I did, in the very first message:
“The goal would be to provide our users an alternative to forwarding
their mail to another mail provider”
> Why do you want to do it non-interactively? It's ONE MESSAGE
On Mon, Jul 29, 2024 at 16:23:14 +0200, Nicolas George wrote:
> I want: transfer ONE message to an IMAP account.
>
Then use the mutt solution.
> And mutt's behavior is too unpredictable to be used in a non-interactive
> way.
You did not say you wanted to do this NON-INTERACTIVELY.
Why do you wa
Greg Wooledge (12024-07-29):
> https://superuser.com/questions/191719/transferring-lots-of-messages-between-imap-accounts
Closer, but no:
I want: transfer ONE message to an IMAP account.
This: transfer LOTS OF messages to an IMAP account.
imapsync (actually mbsync) is really good for what it is
On Mon, Jul 29, 2024 at 16:09:16 +0200, Nicolas George wrote:
> mick.crane (12024-07-29):
> > > I am looking for a tool that reads a mail from its input and stores it
> > > into an IMAP mailbox:
> > With a new Dovecot install
>
> Thanks, but this is not at all what I am asking. Dovecot is the serv
mick.crane (12024-07-29):
> > I am looking for a tool that reads a mail from its input and stores it
> > into an IMAP mailbox:
> With a new Dovecot install
Thanks, but this is not at all what I am asking. Dovecot is the server,
I am asking for a client.
--
Nicolas George
On 2024-07-29 14:36, Nicolas George wrote:
Hi.
I am looking for a tool that reads a mail from its input and stores it
into an IMAP mailbox:
With a new Dovecot install I believe I copied all the old mails into eg.
~/Maidir/cur
and they showed up.
I was concerned the
'1722260402.M755015P70320.x
Hi.
I am looking for a tool that reads a mail from its input and stores it
into an IMAP mailbox:
cat mail_file | imapupload imaps://george@server/Mail/incoming
The goal would be to provide our users an alternative to forwarding
their mail to another mail provider that we will have to forbid lest
Curt writes:
> On 2014-12-16, Rob Owens wrote:
>>
>>> Apparently, this is what imapfilter will do. You'll need to write a lua
>>> script to tell it what to do, but it looks like it comes with some
>>> hackable examples.
>>
>> Thanks. I see the following example in some of the imapfilter docs.
On 2014-12-16, Rob Owens wrote:
>
>> Apparently, this is what imapfilter will do. You'll need to write a lua
>> script to tell it what to do, but it looks like it comes with some
>> hackable examples.
>
> Thanks. I see the following example in some of the imapfilter docs. I'll
The problem I see
mail I receive. It's highly annoying, and the ISP refuses to fix this.
> >
> > What tools can I use to detect this tag and delete it? I'd prefer to
> > modify the subject of the email as it resides on my ISP's IMAP server.
> > But if I have to rely on
> What tools can I use to detect this tag and delete it? I'd prefer to
> modify the subject of the email as it resides on my ISP's IMAP server.
> But if I have to rely on my email client (mutt) to do that, that's ok
> too I guess.
>
> Any suggestions would be we
* to the subject. This occurs on every
> > > encrypted email I receive. It's highly annoying, and the ISP refuses
> > > to fix this.
> > >
> > > What tools can I use to detect this tag and delete it? I'd prefer
> > > to modify the subject of
I receive. It's highly annoying, and the ISP refuses
> > to fix this.
> >
> > What tools can I use to detect this tag and delete it? I'd prefer
> > to modify the subject of the email as it resides on my ISP's IMAP
> > server. But if I have to rely on my em
What tools can I use to detect this tag and delete it? I'd prefer
> to modify the subject of the email as it resides on my ISP's IMAP
> server. But if I have to rely on my email client (mutt) to do that,
> that's ok too I guess.
>
> Any suggestions would be welcome.
T
modify the subject of the email as it resides on my ISP's IMAP server.
But if I have to rely on my email client (mutt) to do that, that's ok
too I guess.
Any suggestions would be welcome.
-Rob
signature.asc
Description: Digital signature
Thanks you all for your response, and sorry for my late response, usually
it take a lot of time to have an answers but on this mailing list it's
really fast :)
I dont have any specific requirements, I install this imap server only for
myself.
I'll start to read some tutorial about d
On Mon, Apr 29, 2013 at 02:44:54PM CEST, Erwan David said:
> On Mon, Apr 29, 2013 at 02:30:04PM CEST, Eduardo M KALINOWSKI
> said:
> > On Seg, 29 Abr 2013, Mérof 42 wrote:
> > >Hi all,
> > >
> > >I'm looking for install a imap server to make my
On Mon, Apr 29, 2013 at 02:30:04PM CEST, Eduardo M KALINOWSKI
said:
> On Seg, 29 Abr 2013, Mérof 42 wrote:
> >Hi all,
> >
> >I'm looking for install a imap server to make my own mailserver and my own
> >webmail with roundcube
> >
> >For snmp, I want
On 29/04/13 13:27, Mérof 42 wrote:
> I use the format maildir format because is most easier for backups
> Is there a lot of imap server, Which one is the best ?
'best' depends on your precise criteria. Without further specifics, I'd
recommend dovecot.
> Is it possible to
I suggest Dovecot mail server os if you'll use with a webmail and only
localhost will access it, just usae mailutils-imapd with inetd...
Thread name: "Which imap server can I use"
Mail number: 1
Date: Mon, Apr 29, 2013
In reply to: Mérof 42
>
> Hi all,
>
> I
On Seg, 29 Abr 2013, Mérof 42 wrote:
Hi all,
I'm looking for install a imap server to make my own mailserver and my own
webmail with roundcube
For snmp, I want to use Postfix, because I used it some years ago and I was
really happy with it.
I use the format maildir format because is
Hi all,
I'm looking for install a imap server to make my own mailserver and my own
webmail with roundcube
For snmp, I want to use Postfix, because I used it some years ago and I was
really happy with it.
I use the format maildir format because is most easier for backups
Is there a lot of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joe wrote:
> On 09/07/10 06:48, surreal wrote:
>> I need a guide and howto on setting up a courier imap server on the
>> system..a basic guide of how to add users, set up their mailboxes and
>> get it
>> running with postf
On 09/07/10 06:48, surreal wrote:
I need a guide and howto on setting up a courier imap server on the
system..a basic guide of how to add users, set up their mailboxes and get it
running with postfix smtp server will be good.
Please point me any tutorial having lenny as the server example(not
I need a guide and howto on setting up a courier imap server on the
system..a basic guide of how to add users, set up their mailboxes and get it
running with postfix smtp server will be good.
Please point me any tutorial having lenny as the server example(not etch)
Regards
--
Harshad Joshi
Dear All
Does anyone know if there exists a kind of imap-server for sms' (the one
you can send and
receive on your mobile phone)?
If this kind of server exists one can receive, write and delete sms'
from your mobile phone
but also using a computer.
Cheers
Sam
--
To UNSUBSCRIBE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/26/08 14:35, David Baron wrote:
> I installed dovecot and gave it a more or less default mail location
> # 1.0.14: /etc/dovecot/dovecot.conf
> base_dir: /var/run/dovecot/
> log_path: /var/dovecot.log
> log_timestamp: %Y-%m-%d %H:%M:%S
> protocols
I installed dovecot and gave it a more or less default mail location
# 1.0.14: /etc/dovecot/dovecot.conf
base_dir: /var/run/dovecot/
log_path: /var/dovecot.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap
listen: [::]
login_dir: /var/run/dovecot//login
login_executable: /usr/lib/dovecot/imap-lo
David Baron wrote:
> I would like to set up an IMAP server. Dovecot looks easiest by Courier is
> also possible.
>
> Presnet setup:
>
> fetchmail -->exim4 -->procmail---> var/mail/user --> kmail, filters
> ---> /home/user/Mail folders.
>
> This would p
I would like to set up an IMAP server. Dovecot looks easiest by Courier is
also possible.
Presnet setup:
fetchmail -->exim4 -->procmail---> var/mail/user --> kmail, filters
---> /home/user/Mail folders.
This would probably be OK if I stay logged into KDE. I might prefer not
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/08 18:06, Tzafrir Cohen wrote:
> On Sat, May 31, 2008 at 06:00:16PM -0500, Ron Johnson wrote:
>> On 05/31/08 15:54, Tzafrir Cohen wrote:
>>> On Tue, May 27, 2008 at 04:00:26PM -0500, Ron Johnson wrote:
On 05/27/08 15:27, Public Mailing Li
On Sat, May 31, 2008 at 06:00:16PM -0500, Ron Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 05/31/08 15:54, Tzafrir Cohen wrote:
> > On Tue, May 27, 2008 at 04:00:26PM -0500, Ron Johnson wrote:
> >> On 05/27/08 15:27, Public Mailing Lists wrote:
> >
> >>> Would using mbo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/31/08 15:54, Tzafrir Cohen wrote:
> On Tue, May 27, 2008 at 04:00:26PM -0500, Ron Johnson wrote:
>> On 05/27/08 15:27, Public Mailing Lists wrote:
>
>>> Would using mbox make it any better?
>> Depends on your definition of "better". uw-imapd an
On Tue, May 27, 2008 at 04:00:26PM -0500, Ron Johnson wrote:
>
> On 05/27/08 15:27, Public Mailing Lists wrote:
>
> > Would using mbox make it any better?
>
> Depends on your definition of "better". uw-imapd and (maybe)
> Dovecot support mbox-backed-IMAP, so maybe that's the route you
> should
Hi Gordon and *,
Am 2008-05-27 19:38:28, schrieb Public Mailing Lists:
> Now I have lots of folders with dots in their names. And both Courier
> and Dovecot treat the dot as hierarchy separator. Frequently, domain
> names (as in mail.google.com) are used as folder names in my system, and
> thes
>
>> No, I can't change the dots to underscores, sorry. Cyrus appers to be
>> really smart about dots and change them secretly to charets, or
>> something. Is it possible to have any other imap server do this the same
>> way, i.e. transparently?
>
> Escapin
ores, sorry. Cyrus appers to be
> really smart about dots and change them secretly to charets, or
> something. Is it possible to have any other imap server do this the same
> way, i.e. transparently?
Escaping the . might work. I tried it, from within Icedove, though,
and it didn't wo
le to have any other imap server do this the same
way, i.e. transparently?
Would using mbox make it any better? Actually, I like the idea of
maildir of having each message in a single file, even though I don't
understand why maildir uses a dot for folder hierarchy instead of using
a dire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/27/08 12:38, Public Mailing Lists wrote:
> Hi,
>
> I'm looking for a decent imap server that supports hierarchical folders.
> My first try was Cyrus, but that one is too pedantic when accepting
> legacy emails. Other sugg
Hi,
I'm looking for a decent imap server that supports hierarchical folders.
My first try was Cyrus, but that one is too pedantic when accepting
legacy emails. Other suggestions were Courier and Dovecot with maildir
storage format.
Now I have lots of folders with dots in their names
Joe wrote:
Public Mailing Lists wrote:
Hi,
I'm looking for a decent imap server with hierarchical folders. I
tried Cyrus, but Cyrus does not accept the emails that I'm trying to
copy onto it. Which other imap server has hierarchical folders? Any
experiences for share?
Than
Public Mailing Lists wrote:
Hi,
I'm looking for a decent imap server with hierarchical folders. I tried
Cyrus, but Cyrus does not accept the emails that I'm trying to copy onto
it. Which other imap server has hierarchical folders? Any experiences
for share?
Thanks,
Gordon
IMAP
Public Mailing Lists wrote:
Hi,
I'm looking for a decent imap server with hierarchical folders. I tried
Cyrus, but Cyrus does not accept the emails that I'm trying to copy onto
it. Which other imap server has hierarchical folders? Any experiences
for share?
Thanks,
Gordon
Hi,
I'm looking for a decent imap server with hierarchical folders. I tried
Cyrus, but Cyrus does not accept the emails that I'm trying to copy onto
it. Which other imap server has hierarchical folders? Any experiences
for share?
Thanks,
Gordon
--
To UNSUBSCRIBE, email
On Thu, Aug 30, 2007 at 01:00:44AM +0200, Florian Kulzer wrote:
> On Tue, Aug 28, 2007 at 20:09:03 +0100, Richard Lyons wrote:
> > But, again if I understand Florian's earlier post, Method 2 requires the
> > use of sssh-agent. And I cannot see fromt he man page how to use it or
> > configure it.
>
On Thu, Aug 30, 2007 at 05:58:11PM +0200, Florian Kulzer wrote:
[...]
> I don't think you need port
> forwarding if you have the remote execution of msmtp working, no matter
> where you are. Just add your laptop's id_*.pub identities to
> ~/.ssh/authorized_keys on the vm.
Of course. It is amazin
On Thu, Aug 30, 2007 at 12:59:10 +0100, Richard Lyons wrote:
> On Thu, Aug 30, 2007 at 01:00:44AM +0200, Florian Kulzer wrote:
[...]
> > Ssh-agent is part of the openssh-client package. It should be started
> > with every X session by the /etc/X11/Xsession.d/90x11-common_ssh-agent
> > script. (Se
On Thu, Aug 30, 2007 at 01:00:44AM +0200, Florian Kulzer wrote:
> On Tue, Aug 28, 2007 at 20:09:03 +0100, Richard Lyons wrote:
> > On Sun, Aug 26, 2007 at 12:27:32AM +0200, Florian Kulzer wrote:
> > > # activated by this option in ~/.muttrc:
> > > # set sendmail="/path/to/sendmail-via-ssh.sh"
> >
On Tue, Aug 28, 2007 at 20:09:03 +0100, Richard Lyons wrote:
> On Sun, Aug 26, 2007 at 12:27:32AM +0200, Florian Kulzer wrote:
> [...]
> > Method 2:
> > -
> >
> > You can set up mutt's sendmail command to use a short script which
> > invokes ssh to run sendmail on myvm directly. This requi
On Sun, Aug 26, 2007 at 12:27:32AM +0200, Florian Kulzer wrote:
[...]
> Method 2:
> -
>
> You can set up mutt's sendmail command to use a short script which
> invokes ssh to run sendmail on myvm directly. This requires that
> sendmail works on myvm, though. The advantage is that you don't
On Tue, Aug 28, 2007 at 10:03:36AM -0500, Owen Heisler wrote:
> On Tue, 2007.08.28 13:41, Richard Lyons wrote:
> > On Mon, August 27, 2007 10:44, Florian Kulzer wrote:
> > > On Mon, Aug 27, 2007 at 08:41:36 +0100, Richard Lyons wrote:
> > >> Done that. Sending from the VM, now I get
> > >>
> > >>
On Tue, 2007.08.28 13:41, Richard Lyons wrote:
> On Mon, August 27, 2007 10:44, Florian Kulzer wrote:
> > On Mon, Aug 27, 2007 at 08:41:36 +0100, Richard Lyons wrote:
> >> Done that. Sending from the VM, now I get
> >>
> >> msmtp: the server does not support DSN
> >> msmtp: could not send mail (ac
On Mon, August 27, 2007 10:44, Florian Kulzer wrote:
> On Mon, Aug 27, 2007 at 08:41:36 +0100, Richard Lyons wrote:
>> On Sun, August 26, 2007 22:53, Florian Kulzer wrote:
>>
[...]
>> > #-
>> > tls off
>> > host FULLY_QUALIFIED_DOMAIN_NAME_OR_IP_OF_SMARTHOST
>> > from YOUR_E
On Mon, August 27, 2007 21:12, Steve Kemp wrote:
> On Mon Aug 27, 2007 at 15:27:55 +0100, Richard Lyons wrote:
>
>> > It might be time to contact bytemark's technical support.
>>
>> You are probably right. I'll give them a call.
>
> Agreed. Call us, or drop us a mail (!)
I did that, and here i
On Mon Aug 27, 2007 at 15:27:55 +0100, Richard Lyons wrote:
> > It might be time to contact bytemark's technical support.
>
> You are probably right. I'll give them a call.
Agreed. Call us, or drop us a mail (!)
This page on our website has some hints, but it looks like you're
aware of t
On Mon, August 27, 2007 10:44, Florian Kulzer wrote:
> [ I have changed the subject to get the attention of other bytemark
> users who might be able to help us with this problem: Richard has an
> account on a bytemark VM and he wants to send emails via the their
> smarthost. At the moment we
[ I have changed the subject to get the attention of other bytemark
users who might be able to help us with this problem: Richard has an
account on a bytemark VM and he wants to send emails via the their
smarthost. At the moment we are trying to configure msmtp properly on
the VM for this t
On Sun, August 26, 2007 22:53, Florian Kulzer wrote:
[...]
> Maybe the smarthost does not use TLS (an encryption wrapper) because it
> is only dealing with internal connections from trusted VMs. I would
> start simple on the VM, with this ~/.msmtprc:
>
> #-
> tls off
> host
On Sun, Aug 26, 2007 at 20:34:54 +0100, Richard Lyons wrote:
> On Sun, August 26, 2007 17:42, Florian Kulzer wrote:
> [...]
> > or you can install the "msmtp"
> > package which provides a sendmail work-alike that is very easy to
> > configure. Here is an example configuration file (~/.msmtprc):
> >
On Sun, August 26, 2007 17:42, Florian Kulzer wrote:
[...]
> or you can install the "msmtp"
> package which provides a sendmail work-alike that is very easy to
> configure. Here is an example configuration file (~/.msmtprc):
>
> #-
> tls on
> host localhost
> port 2525
> fro
On Sun, August 26, 2007 17:42, Florian Kulzer wrote:
[...]
> I vaguely remember that I had difficulties
> in the past when I tried to get exim4 to work over a forwarded port. The
> most straightforward approach is to run "dpkg-reconfigure exim4-config"
> and select "local delivery only" (for system
(CTRL-C) when you are done. Mutt (or any
> > other MUA) on the local computer can now simply be configured to use
> > localhost, port 2525 as its smtp server.
>
> I find the whole mail process absurdly confusing, and nobody seems to
> have written a lucid explanation of how the
On Sun, August 26, 2007 15:27, Alex Samad wrote:
> On Sun, Aug 26, 2007 at 11:06:14AM +0100, Richard Lyons wrote:
>> On Sat, August 25, 2007 23:27, Florian Kulzer wrote:
[...]
>> > Mutt (or any
>> > other MUA) on the local computer can now simply be configured to use
>> > localhost, port 2525 as it
ver -
all in one place.
to send mail you use a mail agent that let you create a mail message and enter
it into the smtp network (via you smtp server). Because of spam, most (well
configured) server do not allow relaying through them except for certain
clients/hosts/networks.
A
>
ther MUA) on the local computer can now simply be configured to use
> localhost, port 2525 as its smtp server.
I find the whole mail process absurdly confusing, and nobody seems to
have written a lucid explanation of how the bits fit together. I read
mail by connecting to the IMAP server. When I w
On Sat, Aug 25, 2007 at 22:09:58 +0100, Richard Lyons wrote:
> On Sat, August 25, 2007 18:56, Florian Kulzer wrote:
> > On Sat, Aug 25, 2007 at 17:30:12 +0100, Richard Lyons wrote:
> [...]
> >> I have an IMAP server on a remote vm. I access it with mutt because it
> >
On Sat, August 25, 2007 18:56, Florian Kulzer wrote:
> On Sat, Aug 25, 2007 at 17:30:12 +0100, Richard Lyons wrote:
[...]
>> I have an IMAP server on a remote vm. I access it with mutt because it
>> sucks least. But when I want to send mail, I have to open a webmail
[...]
>
On Sat, Aug 25, 2007 at 17:30:12 +0100, Richard Lyons wrote:
> I've been trying to solve this for about three years now. Every few
> months, when I have a moment, I try again. It is not a specifically
> debian issue, but someone here must have a similar setup.
>
> I have
I've been trying to solve this for about three years now. Every few
months, when I have a moment, I try again. It is not a specifically
debian issue, but someone here must have a similar setup.
I have an IMAP server on a remote vm. I access it with mutt because it
sucks least. But when I
Am 2006-01-19 17:06:03, schrieb Ropetin:
> What software do I need to use to make this happen? I've read about a
> number of different pieces of software but can't figure out what would
> be best. I don't want you to walk me through it step by step, just
> point me in the right direction and
Clive Menzies wrote:
Please let me know what these are so I can correct them :)
I don't remember off the top of my head, but I'm going to take another
box from bare metal upwards so as I'm going through the steps I'll
document the issues I come across.
My immediate thought is: How did th
On (20/01/06 13:57), Ropetin wrote:
> Clive Menzies wrote:
>
> >We had the same requirement, pulling in via pop3 and accessing via IMAP.
> >We used dovecot. I made some notes on the setup here:
> >http://www.clivemenzies.co.uk/selfhelp/MailServer.html
>
> I appreciate this and all the other grea
Clive Menzies wrote:
We had the same requirement, pulling in via pop3 and accessing via IMAP.
We used dovecot. I made some notes on the setup here:
http://www.clivemenzies.co.uk/selfhelp/MailServer.html
Regards
Clive
I appreciate this and all the other great responses to my request. You
't want you to walk me through it step by step,
> > just point me in the right direction and give me a push!
> >
>
> Hiya,
>
> This is relatively simple. You just set up a IMAP server (personally I
> prefer Postfix/Amavis/Courier based) then user Fetchmail to collect
>
e, but those of us in the IT department and our
> mobile users would be better served by an IMAP server with larger
> amounts of storage.
>
> I'd like to then setup an IMAP server on another machine, with more
> storage, and have it pull email from the regular POP server and
to set a
> server storage limit of no more than 20Mb for each user. This is
> suitable for most people, but those of us in the IT department and our
> mobile users would be better served by an IMAP server with larger
> amounts of storage.
>
> I'd like to then setup an IM
On Thu, Jan 19, 2006 at 06:14:47PM +0100, igor wrote:
} On Thu, 2006-01-19 at 17:06 -0500, Ropetin wrote:
} > What software do I need to use to make this happen? I've read about a
} > number of different pieces of software but can't figure out what would
} > be best. I don't want you to walk me
On Thu, Jan 19, 2006 at 05:06:03PM -0500, Ropetin wrote:
> I'd like to then setup an IMAP server on another machine, with more
> storage, and have it pull email from the regular POP server and make it
> available to a limited number of users. It will be hosted inside our
>
ction and give me a push!
>
Hiya,
This is relatively simple. You just set up a IMAP server (personally I
prefer Postfix/Amavis/Courier based) then user Fetchmail to collect
mail from the POP server and have your users collect it from the IMAP box.
HTH
Dave
> Thanks,
> Ropetin.
>
>
On Thu, 2006-01-19 at 17:06 -0500, Ropetin wrote:
> What software do I need to use to make this happen? I've read about a
> number of different pieces of software but can't figure out what would
> be best. I don't want you to walk me through it step by step, just
> point me in the right direct
table for most people, but those of us in the IT department and our
mobile users would be better served by an IMAP server with larger
amounts of storage.
I'd like to then setup an IMAP server on another machine, with more
storage, and have it pull email from the regular POP server a
On 30/12/05, Daniel Webb <[EMAIL PROTECTED]> wrote:
> On Thu, Dec 29, 2005 at 02:47:29PM +0800, Chris Purves wrote:
>
> > I am running courier IMAP using maildirs. I would like to know what
> > is the best way for removing mail from the trash folder that are older
> > than six months.
> >
> > Is t
On 30/12/05, Adam James <[EMAIL PROTECTED]> wrote:
> On Thu, 2005-12-29 at 14:47 +0800, Chris Purves wrote:
> >
> > I am running courier IMAP using maildirs. I would like to know what
> > is the best way for removing mail from the trash folder that are older
> > than six months.
> >
> > Is there a
On Fri, 2005-12-30 at 12:09 +, Adam James wrote:
> On Thu, 2005-12-29 at 14:47 +0800, Chris Purves wrote:
> > Hello,
> >
> > I am running courier IMAP using maildirs. I would like to know what
> > is the best way for removing mail from the trash folder that are older
> > than six months.
> >
On Fri, 2005-12-30 at 13:05 +0800, Chris Purves wrote:
> On 30/12/05, Ron Johnson <[EMAIL PROTECTED]> wrote:
> > On Fri, 2005-12-30 at 11:41 +0800, Chris Purves wrote:
> > > On 30/12/05, Ron Johnson <[EMAIL PROTECTED]> wrote:
> > >
> > > > If person system: it's *trash*, don't store old stuff in it
On Thu, 2005-12-29 at 14:47 +0800, Chris Purves wrote:
> Hello,
>
> I am running courier IMAP using maildirs. I would like to know what
> is the best way for removing mail from the trash folder that are older
> than six months.
>
> Is there any functionality built into courier or should I make a
On 30/12/05, Ron Johnson <[EMAIL PROTECTED]> wrote:
> On Fri, 2005-12-30 at 11:41 +0800, Chris Purves wrote:
> > On 30/12/05, Ron Johnson <[EMAIL PROTECTED]> wrote:
> >
> > > If person system: it's *trash*, don't store old stuff in it!
> >
> > Well, I prefer to do it anyway, for personal reasons. ;
On Fri, 2005-12-30 at 11:41 +0800, Chris Purves wrote:
> On 30/12/05, Ron Johnson <[EMAIL PROTECTED]> wrote:
> > >
> > > I am running courier IMAP using maildirs. I would like to know what
> > > is the best way for removing mail from the trash folder that are older
> > > than six months.
> >
> > I
On 30/12/05, Daniel Webb <[EMAIL PROTECTED]> wrote:
> On Thu, Dec 29, 2005 at 02:47:29PM +0800, Chris Purves wrote:
>
> > I am running courier IMAP using maildirs. I would like to know what
> > is the best way for removing mail from the trash folder that are older
> > than six months.
> >
> > Is t
On 30/12/05, Ron Johnson <[EMAIL PROTECTED]> wrote:
> >
> > I am running courier IMAP using maildirs. I would like to know what
> > is the best way for removing mail from the trash folder that are older
> > than six months.
>
> Is this for a personal system or an ISP/company/email-host?
personal
On Thu, Dec 29, 2005 at 02:47:29PM +0800, Chris Purves wrote:
> I am running courier IMAP using maildirs. I would like to know what
> is the best way for removing mail from the trash folder that are older
> than six months.
>
> Is there any functionality built into courier or should I make a cro
On Thu, 2005-12-29 at 14:47 +0800, Chris Purves wrote:
> Hello,
>
> I am running courier IMAP using maildirs. I would like to know what
> is the best way for removing mail from the trash folder that are older
> than six months.
>
> Is there any functionality built into courier or should I make a
Hello,
I am running courier IMAP using maildirs. I would like to know what
is the best way for removing mail from the trash folder that are older
than six months.
Is there any functionality built into courier or should I make a cron
job? What are others doing?
Thanks for your ideas.
--
Take c
1 - 100 of 249 matches
Mail list logo