On Sunday 13 October 2002 09:59 pm, sean xu wrote:
> Hi
> the vqsignup 0.5 have a file send_welcome.c
> ...
> the line snprintf(b, 255, "%s/etc/welcome/%s",
> VPOPMAILDIR, domain);
You can expland this line into (for a default setup)
/home/vpopmail/etc/welcome/"domain name".
So if you creat
Hi
the vqsignup 0.5 have a file send_welcome.c
...
the line snprintf(b, 255, "%s/etc/welcome/%s",
VPOPMAILDIR, domain);
is supposing send a welcome message to the new user
sign up ?
where does the welcome reside ? in
/usr/home/vpopmail/etc
thanks
sean
___