On Fri, Feb 05, 2016 at 12:38:45PM GMT, Luis Mendes wrote:
> pki myhost.pt certificate
> "/usr/local/etc/ssl/myhost_wosign_apache.crt"<br/>
> pki myhost.pt key
> "/usr/local/etc/ssl/private/myhost_wosign_apache.key"<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
> <creds><br/>
> accept for local alias <aliases> deliver to mbox<br/>
> accept for domain <vdomains> 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 [email protected]
To unsubscribe, send a mail to: [email protected]