<div>
            <div>
                <span>I am trying to use smtp connection for an email marketing software and would like to use smtp or pop3, but I am not sure where to start. I have mailauth.pm in /root/auth/ but I am not sure if that is write. If the previous is correct, is this also correct in nginx.conf:</span></div><div><span><br></span></div><div><span><span class="Apple-style-span" style="font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif; font-size: 12px; "><pre>mail {
auth_http  127.0.0.1:80/auth;

    pop3_capabilities  "TOP"  "USER";</pre><pre>    smtp_auth plain login;

    server {
        listen     110;
        protocol   pop3;
        proxy      on;
    }

}</pre><pre><br></pre><pre>If none of the above is correct, can you point me in the write direction or documentation on how to accomplish this? Thanks.</pre><pre><br></pre><pre><br></pre></span>
                </span>
                <span><br>--&nbsp;<br>Parker, Joshua<br>Sent with <a href="http://www.sparrowmailapp.com/?sig">Sparrow</a><br></span>
            </div>
        </div>