<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Making no assertions\judgements as to the goal or intended path to get there…just helping with the original question…</p>

<p dir="auto">Based on the submission server link below, it appears you will need to use the same auth mechanisms for submission as you do for imap\pop.  So essentially, the same type of config for allowing no auth imap\pop connections should be how you cfg no auth submission connections.</p>

<p dir="auto">In addition to the following links, I would also take a look at Dovecot’s default auth config file for more details on how to allow access without auth…</p>

<p dir="auto"><a href="https://doc.dovecot.org/admin_manual/submission_server/" style="color:#3983C4">https://doc.dovecot.org/admin_manual/submission_server/</a><br>
<a href="https://doc.dovecot.org/configuration_manual/authentication/" style="color:#3983C4">https://doc.dovecot.org/configuration_manual/authentication/</a></p>

<hr style="background:#333; background-image:linear-gradient(to right, #ccc, #333, #ccc); border:0; height:1px" height="1">

<p dir="auto">On 28 Jul 2021, at 7:10, Dan Conway wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Hello,</p>

<p dir="auto">Is it possible to disable the requirement for authentication on the submission service? I'm trying to require authentication for all, except for a handful of IP addresses.</p>

<p dir="auto">Thank you.</p>

<p dir="auto">ehlo test.com<br>
250-aaa<br>
250-AUTH PLAIN LOGIN<br>
250-BURL imap<br>
250-CHUNKING<br>
250-DSN<br>
250-ENHANCEDSTATUSCODES<br>
250-SIZE<br>
250 PIPELINING<br>
MAIL FROM:<a href="mailto:test@test.com" style="color:#777">test@test.com</a><br>
530 5.7.0 Authentication required.</p>
</blockquote>
</div>
</div>
</body>
</html>