On 25.07.2014 13:36, [email protected] wrote: > I try it without "verify" > > but I have returned-mail error: > > ... > An error has occurred while attempting to deliver a message for > the following list of recipients: > > [email protected]: 553 <sacarde@arch64> Invalid mail address, must be fully > qualified domain > ... > > > > but is correct my command to send using relayhost?: > > > sendmail -t [email protected] < /home/sacarde/back/log > > > > > thank you > > > [email protected] > > -- > You received this mail because you are subscribed to [email protected] > To unsubscribe, send a mail to: [email protected] >
try: sendmail -f [email protected] -t [email protected] < /home/sacarde/back/log -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
