9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Can somebody tell me the EXACT commands I need to use for getting email on Plan9
@ 2008-12-09 16:59 Nolan Hamilton
  2008-12-09 17:09 ` [9fans] Can somebody tell me the EXACT commands I need to use for erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: Nolan Hamilton @ 2008-12-09 16:59 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

Ok, I use gmail so my imap is: *imap.gmail.com*, and my smtp is: *
smtp.gmail.com* .
Can somebody tell me the exact commands to get mail on plan 9

Thanks

[-- Attachment #2: Type: text/html, Size: 329 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Can somebody tell me the EXACT commands I need to use for
  2008-12-09 16:59 [9fans] Can somebody tell me the EXACT commands I need to use for getting email on Plan9 Nolan Hamilton
@ 2008-12-09 17:09 ` erik quanstrom
  2008-12-09 17:13   ` [9fans] Can somebody tell me the EXACT commands I need to use erik quanstrom
  2008-12-16 11:07   ` [9fans] Can somebody tell me the EXACT commands I need to use for Sergey Zhilkin
  0 siblings, 2 replies; 4+ messages in thread
From: erik quanstrom @ 2008-12-09 17:09 UTC (permalink / raw)
  To: 9fans

> Ok, I use gmail so my imap is: *imap.gmail.com*, and my smtp is: *
> smtp.gmail.com* .
> Can somebody tell me the exact commands to get mail on plan 9

to read mail, it would be

	upas/fs -f /imaps/imap.gmal.com/$gmailuser

you send mail, you want to modify the last line of /mail/lib/remotemail
to be something like

	exec /bin/upas/smtp -sa -u $gmailuser -h $fd tcp!smtp.gmail.com!smtp $sender $*

i'm guessing that you'll need tls (-s) and authentication (-a).
you'll need to arrange that the factotum smtp sees running from cron
has the right keys to authenticate to gmail's smtpd.

- erik




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Can somebody tell me the EXACT commands I need to use
  2008-12-09 17:09 ` [9fans] Can somebody tell me the EXACT commands I need to use for erik quanstrom
@ 2008-12-09 17:13   ` erik quanstrom
  2008-12-16 11:07   ` [9fans] Can somebody tell me the EXACT commands I need to use for Sergey Zhilkin
  1 sibling, 0 replies; 4+ messages in thread
From: erik quanstrom @ 2008-12-09 17:13 UTC (permalink / raw)
  To: 9fans

> you'll need to arrange that the factotum smtp sees running from cron
> has the right keys to authenticate to gmail's smtpd.

that only applies if mail gets queued.

- erik




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Can somebody tell me the EXACT commands I need to use for
  2008-12-09 17:09 ` [9fans] Can somebody tell me the EXACT commands I need to use for erik quanstrom
  2008-12-09 17:13   ` [9fans] Can somebody tell me the EXACT commands I need to use erik quanstrom
@ 2008-12-16 11:07   ` Sergey Zhilkin
  1 sibling, 0 replies; 4+ messages in thread
From: Sergey Zhilkin @ 2008-12-16 11:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

Whereis wiki ???? :)

2008/12/9 erik quanstrom <quanstro@quanstro.net>

> > Ok, I use gmail so my imap is: *imap.gmail.com*, and my smtp is: *
> > smtp.gmail.com* .
> > Can somebody tell me the exact commands to get mail on plan 9
>
> to read mail, it would be
>
>        upas/fs -f /imaps/imap.gmal.com/$gmailuser
>
> you send mail, you want to modify the last line of /mail/lib/remotemail
> to be something like
>
>        exec /bin/upas/smtp -sa -u $gmailuser -h $fd tcp!smtp.gmail.com!smtp
> $sender $*
>
> i'm guessing that you'll need tls (-s) and authentication (-a).
> you'll need to arrange that the factotum smtp sees running from cron
> has the right keys to authenticate to gmail's smtpd.
>
> - erik
>
>
>


-- 
С Уважением
Жилкин Сергей

[-- Attachment #2: Type: text/html, Size: 1396 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-16 11:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-09 16:59 [9fans] Can somebody tell me the EXACT commands I need to use for getting email on Plan9 Nolan Hamilton
2008-12-09 17:09 ` [9fans] Can somebody tell me the EXACT commands I need to use for erik quanstrom
2008-12-09 17:13   ` [9fans] Can somebody tell me the EXACT commands I need to use erik quanstrom
2008-12-16 11:07   ` [9fans] Can somebody tell me the EXACT commands I need to use for Sergey Zhilkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).