Hi Lewi,

Lewi wrote:
> 
> I have a message queue with a large size, I send it to my friends' email at lycos,
> the problem is I see on my maillog message status is defer, how I can recover it from
> queue and send it again using another server, because my friend need it fast and I
> don't have a backup email.

if you use sendmail, you can modify your /etc/mail/mailertable:

your-friends-domain.tld      smtp:[192.67.198.2]

(substitute 192.67.198.2 with your mailserver ;-p )

donīt forget to rebuild the mailertable.db
makemap hash mailertable < mailertable

then you can call sendmail:

# sendmail -q -v
And you hopefully see sendmail delivering the mail.

regards
Thorsten



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to