On 29/11/2019 15:42, necktwi via Exim-users wrote: > In my macbook i've added [email protected] to mail client. it successfully > connected to the imap dovecot server. however when i'm sending a mail from > this mail account, I get the following error at my exim server: > > Nov 29 15:29:02 RPi1B2 exim[14576]: 2019-11-29 20:59:02 H=([192.168.1.103]) > [157.48.99.88] X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no > F=<[email protected]> rejected RCPT <[email protected]>: relay not permitted > Nov 29 15:29:02 RPi1B2 exim[14576]: 2019-11-29 20:59:02 H=([192.168.1.103]) > [157.48.99.88] X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no > F=<[email protected]> rejected RCPT <[email protected]>: relay not permitted
You didn't give any of your config detail (or, indeed, directly ask a question)... but, at a guess, your exim config refuses to relay mail sourced by non-authenticated connections. Check your MUA "outbound", "sending", or "SMTP" authenthication config. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
