On Fri, Feb 05, 2016 at 12:38:45PM GMT, Luis Mendes wrote:

> pki myhost.pt certificate 
> &quot;/usr/local/etc/ssl/myhost_wosign_apache.crt&quot;<br/>
> pki myhost.pt key 
> &quot;/usr/local/etc/ssl/private/myhost_wosign_apache.key&quot;<br/>
> table aliases file:/etc/mail/aliases<br/>
> table vusers file:/usr/local/etc/mail/vusers<br/>
> table vdomains file:/usr/local/etc/mail/vdomains<br/>
> table creds file:/usr/local/etc/mail/creds<br/>
> table recipients file:/usr/local/etc/mail/recipients<br/>
> listen on 192.168.0.8 port smtp tls pki myhost.pt auth-optional<br/>
> listen on 192.168.0.8 port submission tls-require pki myhost.pt auth 
> &lt;creds&gt;<br/>
> accept for local alias &lt;aliases&gt; deliver to mbox<br/>
> accept for domain &lt;vdomains&gt; deliver to maildir<br/>
> accept from local for any relay</div>

You had defined 'vusers' table but you are not using it later on - what
you are missing is something like:

        accept for domain myhost.pt virtual <vusers> deliver to mbox

Also, I'm not entirely sure whether you intend to host any other domains
but your usage of 'myhost.pt' throughout suggest that it is a single
domain you are configuring. Why not simply going away with virtual
domains?

Last, but not least - please don't use HTML, it might be good for the
web but I found it difficult to read your email :^)

Regards,

Raf

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to