Terry Collins wrote:
> 
> Is is possible for sendmail to collect and distribute mail on a system
> if users(mail recipients) do not have a system account?,i.e act as a
> mailhost?

Yes, use the virtusertable.

Make sure you have defined one, eg: in your .mc file have:

FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl

Then in /etc/mail/virtusertable have:

[EMAIL PROTECTED]      [EMAIL PROTECTED]

or even:

@somedomain.com.au              [EMAIL PROTECTED]

then make the virtusertable.db file with:

makemap hash /etc/mail/virtusertable < /etc/mail/virtusertable

----+------------------------+--------------------------
Del | mailto:[EMAIL PROTECTED] | Christchurch, New Zealand
----+------------------------+--------------------------

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to