[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Complicated RaQ 550 setup?
- Subject: RE: [cobalt-users] Complicated RaQ 550 setup?
- From: "Robert Roose" <robertr@xxxxxxxxxxxxx>
- Date: Thu Jun 19 08:25:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Look at the archive for the solution on removing the www after the @
There are multiple articles about this issue..
I use this script in my cron.hourly but there are a few steps that need to be done before running the script but I can't remember it.. *looks very ashamed*
Openwebmail_fix.pl:
cd /etc/mail
cp virtusertable virtusertable.owm
perl -pi -e "s/www\.//g" virtusertable.owm
my openwebmail.conf located in: /home/openwebmail/cgi-bin/openwebmail/etc/openwebmail.conf
domainnames auto
mailspooldir /var/spool/mail
timeoffset auto
ow_cgidir /home/openwebmail/cgi-bin/openwebmail
ow_htmldir /home/openwebmail/data/openwebmail
logfile no
spellcheck /usr/bin/ispell
default_language en
# note the line below. this is the virtual user table openwebmail uses to list the usernames to be used by webmail.
virtusertable /etc/mail/virtusertable.owm
<default_signature>
--
Open WebMail Project (http://openwebmail.org)
</default_signature>
<page_footer>
<a href="http://openwebmail.org/openwebmail/" target="_blank">%name%</a>
version %version%
</page_footer>
use_homedirspools yes
homedirspoolname mbox
use_homedirspools yes
homedirspoolname mbox
use_homedirspools yes
homedirspoolname mbox
auth_module auth_pam_cobalt.pl
Maybe this is all there's needed to be done..
Make backup copies just to be safe :)
> -----Oorspronkelijk bericht-----
> Van: Gregz [mailto:Greg@xxxxxxxxxx]
> Verzonden: woensdag 18 juni 2003 10:56
> Aan: Gregz
> CC: cobalt-users@xxxxxxxxxxxxxxx
> Onderwerp: [cobalt-users] Complicated RaQ 550 setup?
>
>
> I want to use a RaQ 550 to service a mail-domain xxxx.nl
> and use Open
> Webmail on it for something like 200 users, when setting up
> the domain
> the RaQ want me to fill in domain AND hostname, the e-mail
> adresses then
> default too user@xxxxxxxxxxxxxxxxxx and I want them to be
> user@xxxxxxxxx
>
> This can be fixed in openwebmail by the setting "domainnames_override
> yes" and "domainnames xxxx.nl" that works fine, BUT now I
> want to use
> the mailinglist option that comes with the RaQ and when I add
> internal
> users (to a closed list) and they try to mail the list the msgs get
> bounced (because they are comming from user@xxxxxxxxx and not
> user@xxxxxxxxxxxxxxxxxx). Is there a neat way to configure
> the RaQ 550
> to host a domain.nl without the hostname?
> If been hacking around in the httpd and dns configs but
> nothing really
> good came from it till now..
>
> Regards,
> Gregz @tplace.org <http://www.tplace.org/>
>
> ---
> /This message (with attachments) is given in good faith. Gregz cannot
> assume any responsibility for the accuracy or reliability of the
> information contained in this message (with attachments), nor
> shall the
> information be construed as constituting any obligation on
> the part of
> Gregz.
> /
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>