[vchkpw] How to use different HTML templates

2007-01-10 Thread Manish Jain [HUGHES]
Dear Sir,
 
I have installed RHEL-3.1 with
Netqmail-1.03+vpopmail+qmailadmin+sqwebmail. I have a number of virtual
domains configured on this server. Now, I want to use different HTML
templates for different virtual domains. Please guide me for the same.
 
Regards, 
  
Manish Jain 
(Sr. Engineer - IDC) 
Hughes Communications India Ltd.
Plot-1, Sector-18,
Electronic City, Gurgaon. 
Email: [EMAIL PROTECTED] 

Ph. : 91 124 3072681
  91 124 3072589 
 


Re: [vchkpw] How to use different HTML templates

2007-01-10 Thread Bob Hutchinson
On Wednesday 10 January 2007 12:56, Manish Jain [HUGHES] wrote:
 Dear Sir,

 I have installed RHEL-3.1 with
 Netqmail-1.03+vpopmail+qmailadmin+sqwebmail. I have a number of virtual
 domains configured on this server. Now, I want to use different HTML
 templates for different virtual domains. Please guide me for the same.

for sqwebmail read the INSTALL file, SQWEBMAIL_TEMPLATE

qmailadmin does not as far as I know support multiple templates, so you would 
have to have one copy per domain compiled with whatever you want.


 Regards,

 Manish Jain
 (Sr. Engineer - IDC)
 Hughes Communications India Ltd.
 Plot-1, Sector-18,
 Electronic City, Gurgaon.
 Email: [EMAIL PROTECTED]

 Ph. : 91 124 3072681
   91 124 3072589

-- 
-
Bob Hutchinson
Midwales dot com
-


[vchkpw] qmail-tap installation issue

2007-01-10 Thread Facundo Barrera - GMail

Hi list:
First post, hope to get lucky! , i'm running a couple of
qmail servers and i need to urgently send copies of outgoing messages
to another account, i look for qmail-tap, i already have qmail up and
running, with John Simpson patch, so i tried to apply the q-tap patch
and compile qmail again but i get the following error:

[EMAIL PROTECTED]:/usr/src/qmail/qmail-1.03# patch -p0  qmail-tap.diff
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|diff -Nur qmail-1.03/error.h qmail-1.03.tap/error.h
|--- qmail-1.03/error.h 1998-06-15 05:53:16.0 -0500
|+++ qmail-1.03.tap/error.h 2005-06-06 13:02:38.0 -0500
--
File to patch:


any ideas how to solute this??

Thanks in advance

Facundo Barrera

www.openlabs.com.ar

Buenos aires - Argentina.


Re: [vchkpw] qmail-tap installation issue

2007-01-10 Thread Tom Collins

On Jan 10, 2007, at 11:30 AM, Facundo Barrera - GMail wrote:

any ideas how to solute this??


You want -p1 instead of -p0.

--
Tom Collins  -  [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/




[vchkpw] how use chkuser on dmz

2007-01-10 Thread Miki
Hello all,

I have this setup : mail coming to relay server located in DMZ, and
this server is relaying x domains to internal LAN mail server.
Im receiving lot of unwanted mails for nonexistent addresses.

Ho I can handle it ? Chkuser is working fine when are domains on
server, but how I can check user existency on remote server ?
FYI: rsync of passwd.cdb is ok, but how check against aliases ?

Please, I need some pointing where to look at. i fit is possible done
by chkuser or another way  (qmail-ldap)

Thank you
  
Peter M.





Re: [vchkpw] how use chkuser on dmz

2007-01-10 Thread Rick Macdougall

Miki wrote:

Hello all,

I have this setup : mail coming to relay server located in DMZ, and
this server is relaying x domains to internal LAN mail server.
Im receiving lot of unwanted mails for nonexistent addresses.

Ho I can handle it ? Chkuser is working fine when are domains on
server, but how I can check user existency on remote server ?
FYI: rsync of passwd.cdb is ok, but how check against aliases ?

Please, I need some pointing where to look at. i fit is possible done
by chkuser or another way  (qmail-ldap)



One option would be to create a duplicate of the domain, users and 
aliases, on the relay server and then remove the domain.com entry from 
virtualdomains.


chkusr will check the duplicate for required users but qmail-send will 
use the smtproutes to send the mail on to the final destination.


An unintended ability but it works very well all the same.  We use it 
here for pre-filtering Exchange servers for clients.  They can even 
login to qmailadmin and add users.


Cheers,

Rick



Re: [vchkpw] how use chkuser on dmz

2007-01-10 Thread Rick Macdougall

Miki wrote:

Hello all,

I have this setup : mail coming to relay server located in DMZ, and
this server is relaying x domains to internal LAN mail server.
Im receiving lot of unwanted mails for nonexistent addresses.

Ho I can handle it ? Chkuser is working fine when are domains on
server, but how I can check user existency on remote server ?
FYI: rsync of passwd.cdb is ok, but how check against aliases ?

Please, I need some pointing where to look at. i fit is possible done
by chkuser or another way  (qmail-ldap)



Follow up:

You could mount the /home/vpopmail/domains/domain.com dir via NFS or 
rsync it hourly to keep it in sync if needed (rather than have to add 
all new users and aliases on both machines.)


Regards,

Rick



Re: [vchkpw] how use chkuser on dmz

2007-01-10 Thread Tom Collins

On Jan 10, 2007, at 3:25 PM, Miki wrote:

Ho I can handle it ? Chkuser is working fine when are domains on
server, but how I can check user existency on remote server ?
FYI: rsync of passwd.cdb is ok, but how check against aliases ?


rsync ~vpopmail/domains but have it ignore any directory with  
Maildir in the name.  That way you won't be syncing gigabytes of  
email.


As Rick mentioned, mirror the /var/qmail/control/* and /var/qmail/ 
users/* files, *except* for /var/qmail/control/virtualdomains.


--
Tom Collins  -  [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/