* [gentoo-user] send mail to gentoo-user locally
@ 2006-03-20 22:46 Mingfeng Yang
2006-03-21 19:52 ` [gentoo-user] " Simon Kellett
2006-03-22 6:21 ` [gentoo-user] " Stroller
0 siblings, 2 replies; 6+ messages in thread
From: Mingfeng Yang @ 2006-03-20 22:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 613 bytes --]
Hi,
I subscribed to gentoo-user mailing list (and many others) with my gmail
account. I use getmail to fetch emails from gmail, and use mutt to read
them. Postfix is installed in my local machine to deliver mails locally
(mainly for sending me the system logs). Now my problem is: the mail
sent out by postfix (sendmail) is always get rejected by the mailing
lists, though I set "my_hdr From: mfyang <mfyang@gmail.com>" in muttrc.
How can I "cheat" the mailing list and let my email go to everybody even
if it's sent from my local sendmail program instead of gmail sever?
Thanks!
Mingfeng Yang
[-- Attachment #2: Type: text/html, Size: 719 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: send mail to gentoo-user locally
2006-03-20 22:46 [gentoo-user] send mail to gentoo-user locally Mingfeng Yang
@ 2006-03-21 19:52 ` Simon Kellett
2006-03-21 23:03 ` mfyang
2006-03-22 6:21 ` [gentoo-user] " Stroller
1 sibling, 1 reply; 6+ messages in thread
From: Simon Kellett @ 2006-03-21 19:52 UTC (permalink / raw
To: gentoo-user
"Mingfeng Yang" <mfyang@gmail.com> writes:
> Postfix is installed in my local machine to deliver mails locally
> (mainly for sending me the system logs). Now my problem is: the mail
> sent out by postfix (sendmail) is always get rejected by the mailing
> lists, though I set "my_hdr From: mfyang <mfyang@gmail.com>" in
> muttrc.
Do you send outgoing mail via a "smart host" ? If not then is there
somewhere like postman@gmail.com that will authenticate you and the pass
your email on ?
Otherwise you will get blocked because you could be anyone, with any
faked headers, especially if you are on dial-up.
--
Simon Kellett, | Gentoo Linux, Fvwm, Firefox
Darmstadt, Germany | Xemacs, Vm, Gnus
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: send mail to gentoo-user locally
2006-03-21 19:52 ` [gentoo-user] " Simon Kellett
@ 2006-03-21 23:03 ` mfyang
0 siblings, 0 replies; 6+ messages in thread
From: mfyang @ 2006-03-21 23:03 UTC (permalink / raw
To: gentoo-user
On Tue, Mar 21, 2006 at 08:52:34PM +0100, Simon Kellett wrote:
> "Mingfeng Yang" <mfyang@gmail.com> writes:
>
> > Postfix is installed in my local machine to deliver mails locally
> > (mainly for sending me the system logs). Now my problem is: the mail
> > sent out by postfix (sendmail) is always get rejected by the mailing
> > lists, though I set "my_hdr From: mfyang <mfyang@gmail.com>" in
> > muttrc.
>
> Do you send outgoing mail via a "smart host" ? If not then is there
> somewhere like postman@gmail.com that will authenticate you and the pass
> your email on ?
Thank you, very useful information!
>
> Otherwise you will get blocked because you could be anyone, with any
> faked headers, especially if you are on dial-up.
>
> --
> Simon Kellett, | Gentoo Linux, Fvwm, Firefox
> Darmstadt, Germany | Xemacs, Vm, Gnus
>
> --
> gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] send mail to gentoo-user locally
2006-03-20 22:46 [gentoo-user] send mail to gentoo-user locally Mingfeng Yang
2006-03-21 19:52 ` [gentoo-user] " Simon Kellett
@ 2006-03-22 6:21 ` Stroller
2006-03-22 13:49 ` mfyang
1 sibling, 1 reply; 6+ messages in thread
From: Stroller @ 2006-03-22 6:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
On 20 Mar 2006, at 22:46, Mingfeng Yang wrote:
>
> ... Now my problem is: the mail
> sent out by postfix (sendmail) is always get rejected by the mailing
> lists, though I set "my_hdr From: mfyang < mfyang@gmail.com>" in
> muttrc.
I'm not familiar with Mutt, but it looks like've got a space between
the < and the g. Is this correct / important / relevant?
> How can I "cheat" the mailing list and let my email go to everybody
> even
> if it's sent from my local sendmail program instead of gmail sever?
This should surely work as you anticipate. A work-around might be to
relay through Gmail's SMTP server, tho'.
Stroller.
[-- Attachment #2: Type: text/html, Size: 1200 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] send mail to gentoo-user locally
2006-03-22 6:21 ` [gentoo-user] " Stroller
@ 2006-03-22 13:49 ` mfyang
2006-03-22 21:41 ` stupendoussteve
0 siblings, 1 reply; 6+ messages in thread
From: mfyang @ 2006-03-22 13:49 UTC (permalink / raw
To: gentoo-user
Stroller and Simon,
Thank you so much for the helpful information.
Finally, I changed the settings of postfix, and let all my emails relay
through gmail server. It seems work.
Best,
Mingfeng
On Wed, Mar 22, 2006 at 06:21:17AM +0000, Stroller wrote:
>
> On 20 Mar 2006, at 22:46, Mingfeng Yang wrote:
>
>
>
> ... Now my problem is: the mail
> sent out by postfix (sendmail) is always get rejected by the mailing
> lists, though I set "my_hdr From: mfyang < mfyang@gmail.com>" in muttrc.
>
>
> I'm not familiar with Mutt, but it looks like've got a space between the < and
> the g. Is this correct / important / relevant?
>
>
> How can I "cheat" the mailing list and let my email go to everybody even
> if it's sent from my local sendmail program instead of gmail sever?
>
>
> This should surely work as you anticipate. A work-around might be to relay
> through Gmail's SMTP server, tho'.
>
> Stroller.
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] send mail to gentoo-user locally
2006-03-22 13:49 ` mfyang
@ 2006-03-22 21:41 ` stupendoussteve
0 siblings, 0 replies; 6+ messages in thread
From: stupendoussteve @ 2006-03-22 21:41 UTC (permalink / raw
To: gentoo-user
There is a great tutorial for postfix/fetchmail and gmail at
http://souptonuts.sourceforge.net/postfix_tutorial.html
On Wed, 22 Mar 2006, mfyang@gmail.com wrote:
> Stroller and Simon,
>
> Thank you so much for the helpful information.
> Finally, I changed the settings of postfix, and let all my emails relay
> through gmail server. It seems work.
>
> Best,
> Mingfeng
>
> On Wed, Mar 22, 2006 at 06:21:17AM +0000, Stroller wrote:
> >
> > On 20 Mar 2006, at 22:46, Mingfeng Yang wrote:
> >
> >
> >
> > ... Now my problem is: the mail
> > sent out by postfix (sendmail) is always get rejected by the mailing
> > lists, though I set "my_hdr From: mfyang < mfyang@gmail.com>" in muttrc.
> >
> >
> > I'm not familiar with Mutt, but it looks like've got a space between the < and
> > the g. Is this correct / important / relevant?
> >
> >
> > How can I "cheat" the mailing list and let my email go to everybody even
> > if it's sent from my local sendmail program instead of gmail sever?
> >
> >
> > This should surely work as you anticipate. A work-around might be to relay
> > through Gmail's SMTP server, tho'.
> >
> > Stroller.
> >
> >
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-03-23 22:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-20 22:46 [gentoo-user] send mail to gentoo-user locally Mingfeng Yang
2006-03-21 19:52 ` [gentoo-user] " Simon Kellett
2006-03-21 23:03 ` mfyang
2006-03-22 6:21 ` [gentoo-user] " Stroller
2006-03-22 13:49 ` mfyang
2006-03-22 21:41 ` stupendoussteve
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox