hi all, i know this is many places on the forum, but none of the other examples of this problem have fixed my problem. from the unix command line i can send mail just fine and i see entries in the /var/log/mail logs. when i try to send from the web interface it just tells me it's unable to send to my email address. there are no entries in the /var/log/mail logs and i'm not sure where to go from here. i've tried making changes to the smtpd.cfg file, but i'm not sure what's causing the problem nor where the logs are that could help. here' s my smtpd.cfg file:
###############################################################################
RELAY accept 192.168.64.41
SMTPFILTER=TRUE
RELAY accept 127.0.0.1
RELAY accept .xtime.com
RELAY Log_Reject ALL
SUBMIT accept 10.0.0.0/255.0.0.0
AUTH_SUCCESS accept ALL
ANONYMOUS Log_Reject ALL
ANONYMOUS accept 10.0.0.0/255.0.0.0
# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
thanks for any light you can shed on this subject...
jim