rrma
(usa Ubuntu)
Enviado em 22/01/2011 - 13:19h
Olá a todos!
Configurei o mutt com ssmtp no meu servidor, pra me mandar informações dos backups automatizados via shell script, porém, quando por exemplo, o cron executa uma rotina programada, o servidor me manda um email automático, mas o remetente vem sempre como "root@gmail.com" e por isso o gmail anexa uma mensagem de erro no início da mensagem original, avisando que existe um erro.
Segue um exemplo abaixo:
Mail Delivery Subsystem
para rodrigo.xxxxxxx
mostrar detalhes 21 jan (1 dia atrás)
Delivery to the following recipient failed permanently:
root@gmail.com
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.2.1 The email account that you tried to reach is disabled. 3si21660474ano.164 (state 14).
----- Original message -----
Received: by 10.90.92.3 with SMTP id p3mr947454agb.70.1295622015580;
Fri, 21 Jan 2011 07:00:15 -0800 (PST)
Return-Path: <rodrigo.xxxx@gmail.com>
Received: from localhost ([MEU IP WAN])
by mx.google.com with ESMTPS id c28sm11580034ana.1.2011.01.21.07.00.10
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Fri, 21 Jan 2011 07:00:12 -0800 (PST)
Message-ID: <4d399f7c.1c36640a.710e.39dd@mx.google.com>
Received: by localhost (sSMTP sendmail emulation); Fri, 21 Jan 2011 12:00:01 -0300
From: root <rodrigo.xxxxx@gmail.com>
Date: Fri, 21 Jan 2011 12:00:01 -0300
To: root
Subject: Cron <root@servidor> /backup/backup.sh
Content-Type: text/plain; charset=UTF-8
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <LOGNAME=root>
Alguém faz idéia de como resolvo isso pra mensagem chegar correta?
Tem muito artigo sobre mutt na net, mas nenhum cobre esse problema.
Obrigado a todos.
Rodrigo