How to resend messages in sendmail.
How to resend messages in sendmail.
am 05.12.2007 18:33:57 von scotv453
Hello,
I have Redhat Linux with Sendmail installed using POP3. We use
outlook 2000/2003 for the front end. I have one user that uses both
her laptop, and desktop to check her emails. Up until today, she can't
get her email on her desktop as it is already on her laptop. I can
still see all of the messages on the server. Is there a way to resend
messages that are in /var/mail/ so she can get them on her
Desktop?
P.S. I already tried using mutt -f /var/mail/rcpt@domain.net. Then
putting t's on all the messages, then pressing b to bounce, then add
the recipients email address, but this did not work.
Re: How to resend messages in sendmail.
am 05.12.2007 23:59:06 von Andrzej Filip
scotv453 writes:
> I have Redhat Linux with Sendmail installed using POP3. We use
> outlook 2000/2003 for the front end. I have one user that uses both
> her laptop, and desktop to check her emails. Up until today, she can't
> get her email on her desktop as it is already on her laptop. I can
> still see all of the messages on the server. Is there a way to resend
> messages that are in /var/mail/ so she can get them on her
> Desktop?
Have you considered adding access to mailbox via IMAP protocol?
> [...]
--
[pl>en: Andrew] Andrzej Adam Filip : anfi@priv.onet.pl : anfi@xl.wp.pl
Open-Sendmail: http://open-sendmail.sourceforge.net/
Re: How to resend messages in sendmail.
am 06.12.2007 11:07:35 von zoot
On 5 d=E9c, 18:33, scotv453 wrote:
> Hello,
> I have Redhat Linux with Sendmail installed using POP3. We use
> outlook 2000/2003 for the front end. I have one user that uses both
> her laptop, and desktop to check her emails. Up until today, she can't
> get her email on her desktop as it is already on her laptop. I can
> still see all of the messages on the server. Is there a way to resend
> messages that are in /var/mail/ so she can get them on her
> Desktop?
>
> P.S. I already tried using mutt -f /var/mail/r...@domain.net. Then
> putting t's on all the messages, then pressing b to bounce, then add
> the recipients email address, but this did not work.
IMAP is your friend....
Zoot
Re: How to resend messages in sendmail.
am 06.12.2007 15:25:48 von scotv453
On Dec 6, 4:07 am, SarDameAveline wrote:
> On 5 d=E9c, 18:33, scotv453 wrote:
>
> > Hello,
> > I have Redhat Linux with Sendmail installed using POP3. We use
> > outlook 2000/2003 for the front end. I have one user that uses both
> > her laptop, and desktop to check her emails. Up until today, she can't
> > get her email on her desktop as it is already on her laptop. I can
> > still see all of the messages on the server. Is there a way to resend
> > messages that are in /var/mail/ so she can get them on her
> > Desktop?
>
> > P.S. I already tried using mutt -f /var/mail/r...@domain.net. Then
> > putting t's on all the messages, then pressing b to bounce, then add
> > the recipients email address, but this did not work.
>
> IMAP is your friend....
> Zoot
I am working in an IT position, and we have well over 200 people
working here. And we already payed for google apps to host our email.
So just changing to imap is not an option right now. Please assist.
Re: How to resend messages in sendmail.
am 06.12.2007 23:50:03 von scotv453
On Dec 6, 8:25 am, scotv453 wrote:
> On Dec 6, 4:07 am, SarDameAveline wrote:
>
>
>
>
>
> > On 5 d=E9c, 18:33, scotv453 wrote:
>
> > > Hello,
> > > I have Redhat Linux with Sendmail installed using POP3. We use
> > > outlook 2000/2003 for the front end. I have one user that uses both
> > > her laptop, and desktop to check her emails. Up until today, she can't=
> > > get her email on her desktop as it is already on her laptop. I can
> > > still see all of the messages on the server. Is there a way to resend
> > > messages that are in /var/mail/ so she can get them on her
> > > Desktop?
>
> > > P.S. I already tried using mutt -f /var/mail/r...@domain.net. Then
> > > putting t's on all the messages, then pressing b to bounce, then add
> > > the recipients email address, but this did not work.
>
> > IMAP is your friend....
> > Zoot
>
> I am working in an IT position, and we have well over 200 people
> working here. And we already payed for google apps to host our email.
> So just changing to imap is not an option right now. Please assist.- Hide =
quoted text -
>
> - Show quoted text -
I meant to say that we haven't migrated to google apps yet, but there
is not point changing up our internal servers for two reasons. 1) It
is only one user having a problem. 2) We will be migrating soon.
Re: How to resend messages in sendmail.
am 07.12.2007 10:39:50 von Tilman Schmidt
scotv453 schrieb:
> On Dec 6, 4:07 am, SarDameAveline wrote:
>> On 5 d=E9c, 18:33, scotv453 wrote:
>>
>> > Hello,
>> > I have Redhat Linux with Sendmail installed using POP3. We use
>> > outlook 2000/2003 for the front end. I have one user that uses both
>> > her laptop, and desktop to check her emails. Up until today, she can=
't
>> > get her email on her desktop as it is already on her laptop. I can
>> > still see all of the messages on the server. Is there a way to resen=
d
>> > messages that are in /var/mail/ so she can get them on her=
>> > Desktop?
>>
>> > P.S. I already tried using mutt -f /var/mail/r...@domain.net. Then
>> > putting t's on all the messages, then pressing b to bounce, then add=
>> > the recipients email address, but this did not work.
>>
>> IMAP is your friend....
>> Zoot
>=20
> I am working in an IT position, and we have well over 200 people
> working here. And we already payed for google apps to host our email.
Then you might want to turn to them for support, too.
> So just changing to imap is not an option right now. Please assist.
Configure the clients so that they both fetch all mail. From your
description, it looks like the desktop doesn't fetch the mail the
laptop has already faught even though it is there.
Anyway, this has nothing to do with Sendmail, it's a client problem.
(And you didn't even say what the client software is.) Blindly
resending the entire mailbox with something like
"formail -ds sendmail user@addr.ess < /var/mail/user"
would probably only make your problem worse.
--=20
Please excuse my bad English/German/French/Greek/Cantonese/Klingon/...
Re: How to resend messages in sendmail.
am 07.12.2007 17:53:34 von scotv453
On Dec 7, 3:39 am, Tilman Schmidt wrote:
> scotv453 schrieb:
>
>
>
>
>
> > On Dec 6, 4:07 am, SarDameAveline wrote:
> >> On 5 d=E9c, 18:33, scotv453 wrote:
>
> >> > Hello,
> >> > I have Redhat Linux with Sendmail installed using POP3. We use
> >> > outlook 2000/2003 for the front end. I have one user that uses both
> >> > her laptop, and desktop to check her emails. Up until today, she can'=
t
> >> > get her email on her desktop as it is already on her laptop. I can
> >> > still see all of the messages on the server. Is there a way to resend=
> >> > messages that are in /var/mail/ so she can get them on her
> >> > Desktop?
>
> >> > P.S. I already tried using mutt -f /var/mail/r...@domain.net. Then
> >> > putting t's on all the messages, then pressing b to bounce, then add
> >> > the recipients email address, but this did not work.
>
> >> IMAP is your friend....
> >> Zoot
>
> > I am working in an IT position, and we have well over 200 people
> > working here. And we already payed for google apps to host our email.
>
> Then you might want to turn to them for support, too.
>
> > So just changing to imap is not an option right now. Please assist.
>
> Configure the clients so that they both fetch all mail. From your
> description, it looks like the desktop doesn't fetch the mail the
> laptop has already faught even though it is there.
>
> Anyway, this has nothing to do with Sendmail, it's a client problem.
> (And you didn't even say what the client software is.) Blindly
> resending the entire mailbox with something like
> "formail -ds sendmail u...@addr.ess < /var/mail/user"
> would probably only make your problem worse.
>
> --
> Please excuse my bad English/German/French/Greek/Cantonese/Klingon/...- Hi=
de quoted text -
>
> - Show quoted text -
I thought I did say we are using outlook. And we can't turn to google
apps for support because we didn't migrate to them yet. Is there
anything I can do to send all of her mail to her desktop machine.
Re: How to resend messages in sendmail.
am 07.12.2007 21:10:26 von smallpond
On Dec 7, 11:53 am, scotv453 wrote:
> On Dec 7, 3:39 am, Tilman Schmidt wrote:
>
>
>
> > scotv453 schrieb:
>
> > > On Dec 6, 4:07 am, SarDameAveline wrote:
> > >> On 5 d=E9c, 18:33, scotv453 wrote:
>
> > >> > Hello,
> > >> > I have Redhat Linux with Sendmail installed using POP3. We use
> > >> > outlook 2000/2003 for the front end. I have one user that uses both=
> > >> > her laptop, and desktop to check her emails. Up until today, she ca=
n't
> > >> > get her email on her desktop as it is already on her laptop. I can
> > >> > still see all of the messages on the server. Is there a way to rese=
nd
> > >> > messages that are in /var/mail/ so she can get them on he=
r
> > >> > Desktop?
>
> > >> > P.S. I already tried using mutt -f /var/mail/r...@domain.net. Then
> > >> > putting t's on all the messages, then pressing b to bounce, then ad=
d
> > >> > the recipients email address, but this did not work.
>
> > >> IMAP is your friend....
> > >> Zoot
>
> > > I am working in an IT position, and we have well over 200 people
> > > working here. And we already payed for google apps to host our email.
>
> > Then you might want to turn to them for support, too.
>
> > > So just changing to imap is not an option right now. Please assist.
>
> > Configure the clients so that they both fetch all mail. From your
> > description, it looks like the desktop doesn't fetch the mail the
> > laptop has already faught even though it is there.
>
> > Anyway, this has nothing to do with Sendmail, it's a client problem.
> > (And you didn't even say what the client software is.) Blindly
> > resending the entire mailbox with something like
> > "formail -ds sendmail u...@addr.ess < /var/mail/user"
> > would probably only make your problem worse.
>
> > --
> > Please excuse my bad English/German/French/Greek/Cantonese/Klingon/...
>
> I thought I did say we are using outlook. And we can't turn to google
> apps for support because we didn't migrate to them yet. Is there
> anything I can do to send all of her mail to her desktop machine.
Using an alias, deliver the mail to two mailboxes, one for the laptop
and one for the desktop. They can each fetch using pop3.
--S