I 'm managing a server with Sqwebmail 0.36 now, but I still have a problem 
with the return path, as the server name is server.somesite.or.id and the 
domain for the user is just only somesite.or.id
so bob email address will be [EMAIL PROTECTED]

In vpopmail, I didn;t compile it with --default-domain=somesite.or.id, 
because if I do, then when users check their mail, by using only their 
username, and not username%domain, they will got response from the POP 
server like this (sorry I a bit forgot it)
error, aack client crash.
So I prefer to rm the ~vpopmail/users and then link with
ln -s ~vpopmail/domains/somesite.or.id ~vpopmail/users

It works, and people can fetch their mail by using only their username, and 
not full address, they can also login to sqwebmail by only typing their 
username, and don;t neet to type their full address.

The problem is, that, when users only insert their username when they login 
to the webmail, their return path will be like
[EMAIL PROTECTED]
Of Course, this is wrong, and makes people can't know if their mails which 
they sent, bounce, because the bounce will go to postmaster account as 
double bounce.

But if they login using their full email address like [EMAIL PROTECTED], 
then the return path IS correct.

My question is how to solve this problem ?, is this DNS problem, or 
sqwebmail problem, or vpopmail problem ?
thanks

Reply via email to