On 10/30/2010 06:16 PM, Hiisi Troll wrote: > In the provided sendmail.mc file there's an option: > define(`SMART_HOST', `smtp.direct.ru')dnl > I thought it relays all my outgoing mail to ISP smtp server. Or am I > wrong here? Try putting the smtp machine name between square brackets: define(`SMART_HOST', `[smtp.direct.ru]')dnl there is something about the square brackets and its use to either use or keep sendmail from using the MX or an A record instead for the listed host (sorry, I can't remember the details, only that it works!). I use it (the square brackets) for my ISP's smtp server and I can send email out through it. -- Kevin J. Cummings kjchome@xxxxxxx cummings@xxxxxxxxxxxxxxxxxx cummings@xxxxxxxxxxxxxxxxxxxxxxx Registered Linux User #1232 (http://counter.li.org) -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines