10 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] <user>@<host> instead...
FromSent OnAttachments
Rainer SiglJul 4, 2006 12:59 pm 
Brian CandlerJul 5, 2006 5:46 am 
Rainer SiglJul 5, 2006 1:23 pm 
Brian CandlerJul 5, 2006 3:29 pm 
Brian CandlerJul 5, 2006 3:40 pm 
Rainer SiglJul 6, 2006 12:51 am 
Brian CandlerJul 6, 2006 1:04 am 
Rainer SiglJul 6, 2006 1:40 am 
Brian CandlerJul 6, 2006 1:45 am 
Rainer SiglJul 6, 2006 3:12 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] <user>@<host> instead of <user>@<domain> in envelope sending email with sqwebmail?Actions...
From:Rainer Sigl (si@mpe.mpg.de)
Date:Jul 6, 2006 3:12:39 am
List:net.sourceforge.lists.courier-sqwebmail

Brian Candler schrieb:

On Thu, Jul 06, 2006 at 10:40:42AM +0200, Rainer Sigl wrote:

my sqwebmaild is in /usr/lib/courier/courier and the only answer on my grep hostame is: gethostname

Try grepping for "defaultdomain" instead. If so, that's the name of the file.

Looking at the build scripts, the file may be called either "defaultdomain" or "hostname", depending on whether sqwebmail was built as part of the courier suite or not (a bit confusing IYAM)

if test -d $(srcdir)/../courier \ ; then \ echo '#define HOSTNAMEFILE "$(sysconfdir)/defaultdomain"' >>html libdir.h \ ; echo '#define MAKEMIME "$(bindir)/makemime"' >>htmllibdir.h \ ; else \ echo '#define HOSTNAMEFILE "$(sysconfdir)/hostname"' >>htmllibdi r.h \ ; echo '#define MAKEMIME "$(pkglibexecdir)/makemime"' >>htmllibd ir.h \ ; fi

Regards,

WOW! it works! many thanks for your support Rainer