Ola a todos,

Eu configurei o meu postfix na rede interna e ele está funcionado corretamente. Como os computadores não vão ficar ligado 24h, estou utilizando o fetchmail para pegar as mensagens do servidor externo. Só que quando eu peço para pegar uma mensagem, o destinatário muda de endereço. Eu executei o seguinte comando para ver o que ocorre:

$fetchmail -v
fetchmail: 6.2.2 querying pop.rascan.com.br (protocol POP3) at Qua 19 Mar 2003 10:30:35 BRT: poll started
fetchmail: POP3< +OK Teapop [v0.3.3] - Teaspoon stirs around again <1048080280.6C0D8EF1@Llywellyn>
fetchmail: POP3> CAPA
fetchmail: POP3< +OK These are my limits, Sir
fetchmail: POP3< TOP
fetchmail: POP3< USER
fetchmail: POP3< LOGIN-DELAY 900
fetchmail: POP3< UIDL
fetchmail: POP3< EXPIRE NEVER
fetchmail: POP3< IMPLEMENTATION Teapop-v0.3.3
fetchmail: POP3< .
fetchmail: POP3> USER [email protected]
fetchmail: POP3< +OK Welcome, do you have any type of ID?
fetchmail: POP3> PASS
fetchmail: POP3< +OK I&acute;m ready to serve you, Master.
fetchmail: POP3> STAT
fetchmail: POP3< +OK 1 1366
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
fetchmail: 1 mensagem para [email protected] em tatui.insite.com.br (1366 octetos).
fetchmail: POP3> LIST
fetchmail: POP3< +OK These are my measures.
fetchmail: POP3< 1 1366
fetchmail: POP3< .
fetchmail: POP3> TOP 1 99999999
fetchmail: POP3< +OK 1366
fetchmail: reading message [email protected]@tatui.insite.com.br:1 of 1 (1366 octetos)
fetchmail: SMTP< 220 mail.rascan.com.br ESMTP Postfix (Postfix-20010228-pl0<IMG SRC="images/forum/icons/icon_cool.gif">
fetchmail: SMTP> EHLO localhost
fetchmail: SMTP< 250-internet.rascan.com.br
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250-SIZE 10240000
fetchmail: SMTP< 250-ETRN
fetchmail: SMTP< 250 8BITMIME
fetchmail: SMTP> MAIL FROM:<[email protected]> BODY=8BITMIME SIZE=1366
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> RCPT TO:<teste@localhost>
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 End data with <CR><LF>.<CR><LF>
#fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 Ok: queued as 02340378F4
fetchmail: eliminada
fetchmail: POP3> DELE 1
fetchmail: POP3< +OK Bye bye, letter
fetchmail: POP3> QUIT
fetchmail: POP3< +OK It has been a pleasure serving you.
fetchmail: 6.2.2 querying pop.rascan.com.br (protocol POP3) at Qua 19 Mar 2003 10:30:46 BRT: poll completed
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 Bye
fetchmail: encerramento normal, status 0

Pelo que entendi, eu tenho um problema na configuração do postfix, já que tem a seguinte linha RCPT TO:<teste@localhost>. A configuração do meu postfix está assim:

$postfix -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
command_directory = /usr/sbin
content_filter = vscan:
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_privs = nobody
default_transport = smtp
mail_owner = postfix
mailbox_command = /usr/bin/procmail
mydestination = radani.com.br
myorigin = $mydomain
program_directory = /usr/sbin
queue_directory = /var/spool/postfix
relayhost = smtp.sao.terra.com.br
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
soft_bounce = yes

Agradeço pela a atenção