8 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] A problem with "From"...
FromSent OnAttachments
Peter BurdenNov 20, 2007 4:09 am 
Paweł TęczaNov 20, 2007 4:45 am 
Peter BurdenNov 20, 2007 5:18 am 
Paweł TęczaNov 20, 2007 5:54 am 
Peter BurdenNov 20, 2007 7:12 am 
Paweł TęczaNov 20, 2007 7:29 am 
Peter BurdenNov 20, 2007 7:39 am 
Paweł TęczaNov 20, 2007 7:50 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] A problem with "From" addressActions...
From:Paweł Tęcza (pte@uw.edu.pl)
Date:Nov 20, 2007 5:54:46 am
List:net.sourceforge.lists.courier-sqwebmail

"Peter Burden" <pete@gmail.com> writes:

On 20/11/2007, Paweł Tęcza <pte@uw.edu.pl> wrote: Hi Peter,

I hope that following command helps you:

sudo sh -c 'echo "ptwol.net" > /etc/courier/defaultdomain'

If a place of your Courier configuration is different, then fix the command, of course :)

OK - checked that, the file, on my installation is at /usr/lib/courier/etc/defaultdomain and is already set to " ptwol.net" So presumably "sqwebmail" isn't reading this file, so did I do something wrong configuring "sqwebmail" or in building "sqwebmail" [I normally compile packages from source.]

Do do have any experiences with programming in C language? If so, then firstly please check a path to defaultdomain file in webmail/htmllibdir.h file:

grep HOSTNAMEFILE webmail/htmllibdir.h

Next you can study a code of webmail/auth.c file (hint: myhostname() function).

Good luck! :)

Pawel