M
M
MrSotariz2017-12-29 13:35:58
Exim
MrSotariz, 2017-12-29 13:35:58

Exim relay not permitted?

When I try to send a letter from the console, I get a thump:
echo "" | mail -r [email protected] -s "Test Mail" -a ~/test.file "[email protected]"
send-mail: RCPT TO:<[email protected]> (550 relay not permitted)
At the same time, through Exim:
echo "test" | exim -v [email protected]
goes away and is delivered without problems
Help solve the problem. I will provide configs if necessary
UODATE
In principle, I got off the ground, I specified the authentication method in the mailx config

set smtp-use-starttls
set ssl-verify=ignore

# set smtp=smtp://smtp.server.tld:port_number
set smtp=smtp://my-domain.com:587

# tell mailx that it needs to authorise
set smtp-auth=login

# set the user for SMTP
# set [email protected]
set [email protected]

# set the password for authorisation
set [email protected]$woRd

Now I get the following errors in the Exim log
2017-12-30 10:14:21 TLS error on connection from (mountain.pp.ua) [my_ip_addres] I=[my_ip_addres]:587 (SSL_accept): error:00000000:lib(0):func(0): reason(0)
2017-12-30 10:14:21 TLS client disconnected cleanly (rejected our certificate?)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freshcot, 2017-12-29
@freshcot

The first link in Google: https://www.reg.ru/support/pochta_general/pochta-r...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question