[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RES: Fetchmail e múltiplas contas



On Thu, 15 May 2003 10:24:15 -0300
"Diorgenes Mello" <mello@comint.com.br> wrote:

> 
> o fetchmail já faz isto, veja este exemplo:
> 
> poll IG
>         proto pop3
>         via pop.ig.com.br
>         user "meu_user"
>         pass "minha_senha"
>         is usuario_local
>         fetchall
> 	  user "meu_user2"
>         pass "minha_senha"
>         is usuario_local2
>         fetchall
> 
> 
> note que no IG são dois usuários nesta mesma maneira vc pode incluir quantos
> vc quiser....

Mas aí que está a questão. Não são 'n' usuários em um único servidor. As contas
estão espalhadas em provedores distintos. No seu exemplo, me parece que o
fetchmail antes logaria na conta do 'terra', e assim que terminasse, receberia
as mensagens dos dois usuários do servidor 'IG'.

Meu '.fetchmailrc' está parecido com isso:

---
...

poll pop.jfa.terra.com.br with proto POP3 and options no dns
       user 'user1' there with password 'pass' is 'douglas' here options
       stripcr fetchall

poll pop.ig.com.br with proto POP3 and options no dns
       user 'user2' there with password 'pass' is 'douglas' here options stripcr
       fetchall

poll pop3.bol.com.br with proto POP3 and options no dns
       user 'user3' there with password 'pass' is 'douglas' here options stripcr
       fetchall

poll pop.mail.yahoo.com.br with proto POP3 and options no dns
       user 'user4' there with password 'pass' is 'douglas' here options stripcr
       fetchall

poll mailhost.coc.ufrj.br with proto POP3 and options no dns user 'user5' there
       with password 'pass' is 'douglas' here options stripcr ssl fetchall

---

[]'s,

-- 
Douglas Augusto



Reply to: