Thanks for your reply
I have added the cv into the aliases file and ran newaliases it all imported ok
but every time I try and send an email to
cv@example.com it gets bounced back with a
smtp;550 Denied due to spam list message.
This also happens if i try and send an email to any of the aliases it bounces back with the same message.
My smtpd.conf is
EXTENSIONS=AUTH,DSN,8BITMIME
SMTPFILTER=TRUE
RELAY accept 127.0.0.1
RELAY accept %LOCALDOMAIN%
RELAY Log_Reject ALL
# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
and the log files for the smtpd relay (i have set them to all messages to find the problem)
REPORT SMTP Relay (SMTPD Relay Pr) 03.02.06 21:37:56
[OM 821] System error 2 on file /var/opt/scalix/sys/unixmap.in
File Name: /var/opt/scalix/sys/unixmap.in
REPORT SMTP Relay (SMTPD Relay Pr) 03.02.06 21:37:56
[OM 821] System error 2 on file /var/opt/scalix/sys/unixmap.gw
File Name: /var/opt/scalix/sys/unixmap.gw
REPORT SMTP Relay (SMTPD Relay Pr) 03.02.06 21:37:56
[OM.DMON 2172] SMTP: Rejected relay attempt from
me@example2.com at 195.137.89.197 to
cv@example.com
if anybody has any idea why its not working please post the answer its driving me nuts.
Thanks
Tim