hello,
i do not think that this is on of the issues already handled in other posts. yes, i read all of the other posts and i tried various "accept" statements in smtpd.cfg. with out any customization log says:
...
Cli 6571/1 rcvd: 'MAIL FROM:<sender@domain.org>'
Cli 6571/1 sent : 250
sender@domain.org... Sender ok
Cli 6571/1 rcvd: 'RCPT TO:<xxx@yyy.org>'
Rejected relay attempt from
sender@domain.org at 192.168.11.4 to
xxx@yyy.org
Cli 6571/1 sent : 550 Denied due to spam list
Cli 6571/1 failed: EOF
so i set smtpd.cfg to:
RELAY accept ALL
now i get following log output:
...
Cli 6666/1 rcvd: 'MAIL FROM:<sender@domain.org>'
Cli 6666/1 sent : 250
sender@domain.org... Sender ok
Cli 6666/1 rcvd: 'RCPT TO:<xxx@yyy.org>'
mail transmission is stuck at this point, nothing happens. i have to either cancel the client program or restart smtpd.
i am new to scalix. i think this is an essential function of an email-system. this should work without too much effort.
FYI - i changed the above senders/recipients to placeholders.
thanks in advance for further replies
andreas