[qmailtoaster] Qmail Server over https

2012-08-17 Thread Vijay Thakur

Hi all,

Thanks for great helping hands. With the help of mailing list member 
Biju Jose, my qmail server is up now.
I want to access my qmail server over https (Port 443). I have googled 
for this setup but afraid that any change will
break my server and there is no straight forward how to. So suggest me 
the best way to run it over port 443.


Thanks in advance.

Vijay Thakur


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



RE: [qmailtoaster] Qmail Server over https

2012-08-17 Thread Biju Jose
Have a look at http://wiki.centos.org/HowTos/Https


Biju Jose

 please consider the environment before printing this e-mail.



-Original Message-
From: Vijay Thakur [mailto:vijay.tha...@loopmethods.com] 
Sent: Friday, August 17, 2012 12:25 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Qmail Server over https

Hi all,

Thanks for great helping hands. With the help of mailing list member 
Biju Jose, my qmail server is up now.
I want to access my qmail server over https (Port 443). I have googled 
for this setup but afraid that any change will
break my server and there is no straight forward how to. So suggest me 
the best way to run it over port 443.

Thanks in advance.

Vijay Thakur


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Qmail Server over https

2012-08-17 Thread Vijay Thakur

Hi,

Thanks for prompt reply. But on my linode box

# Generate private key

Command is giving no output on Centos 5.8.

Thanks,

Vijay Thakur




On Friday 17 August 2012 12:46 PM, Biju Jose wrote:

Have a look at http://wiki.centos.org/HowTos/Https


Biju Jose

 please consider the environment before printing this e-mail.



-Original Message-
From: Vijay Thakur [mailto:vijay.tha...@loopmethods.com]
Sent: Friday, August 17, 2012 12:25 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Qmail Server over https

Hi all,

Thanks for great helping hands. With the help of mailing list member
Biju Jose, my qmail server is up now.
I want to access my qmail server over https (Port 443). I have googled
for this setup but afraid that any change will
break my server and there is no straight forward how to. So suggest me
the best way to run it over port 443.

Thanks in advance.

Vijay Thakur


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






Re: [qmailtoaster] Qmail Server over https

2012-08-17 Thread Vijay Thakur

Thanks, the command is executed as told. i am getting the bellow error :

[root@li496-23 ~]# Generate private key
-bash: Generate: command not found

With Regards,

Vijay Thakur



On Friday 17 August 2012 02:28 PM, Biju Jose wrote:


Hi Vijay,

Lines with # are comments, not to be executed.

*Biju Jose*



Pplease consider the environment before printing this e-mail.

*From:*Vijay Thakur [mailto:vijay.tha...@loopmethods.com]
*Sent:* Friday, August 17, 2012 1:08 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Qmail Server over https

Hi,

Thanks for prompt reply. But on my linode box

# Generate private key
  
Command is giving no output on Centos 5.8.
  
Thanks,
  
Vijay Thakur
  
  
  



On Friday 17 August 2012 12:46 PM, Biju Jose wrote:

Have a look athttp://wiki.centos.org/HowTos/Https

  

  


Biju Jose

  


  please consider the environment before printing this e-mail.P

  

  

  


-Original Message-

From: Vijay Thakur [mailto:vijay.tha...@loopmethods.com]

Sent: Friday, August 17, 2012 12:25 PM

To:qmailtoaster-list@qmailtoaster.com  
mailto:qmailtoaster-list@qmailtoaster.com

Subject: [qmailtoaster] Qmail Server over https

  


Hi all,

  


Thanks for great helping hands. With the help of mailing list member

Biju Jose, my qmail server is up now.

I want to access my qmail server over https (Port 443). I have googled

for this setup but afraid that any change will

break my server and there is no straight forward how to. So suggest me

the best way to run it over port 443.

  


Thanks in advance.

  


Vijay Thakur

  

  


-

To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com  
mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com  
mailto:qmailtoaster-list-h...@qmailtoaster.com

  

  

  


-

To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com  
mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com  
mailto:qmailtoaster-list-h...@qmailtoaster.com

  






Re: [qmailtoaster] Qmail Server over https

2012-08-17 Thread Tony White

Run this then

openssl genrsa -out ca.key 1024
openssl req -new -key ca.key -out ca.csr
openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt
cp ca.crt /etc/pki/tls/certs
cp ca.key /etc/pki/tls/private/ca.key
cp ca.csr /etc/pki/tls/private/ca.csr



best wishes
  Tony White

On 17/08/2012 19:01, Vijay Thakur wrote:


Thanks, the command is executed as told. i am getting the bellow error :

[root@li496-23 ~]# Generate private key
-bash: Generate: command not found

With Regards,

Vijay Thakur



On Friday 17 August 2012 02:28 PM, Biju Jose wrote:


Hi Vijay,

Lines with # are comments, not to be executed.

*Biju Jose*

---

Pplease consider the environment before printing this e-mail.

*From:*Vijay Thakur [mailto:vijay.tha...@loopmethods.com]
*Sent:* Friday, August 17, 2012 1:08 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Qmail Server over https

Hi,

Thanks for prompt reply. But on my linode box

# Generate private key
  
Command is giving no output on Centos 5.8.
  
Thanks,
  
Vijay Thakur
  
  
  



On Friday 17 August 2012 12:46 PM, Biju Jose wrote:

Have a look athttp://wiki.centos.org/HowTos/Https

  

  


Biju Jose

  


  please consider the environment before printing this e-mail.P

  

  

  


-Original Message-

From: Vijay Thakur [mailto:vijay.tha...@loopmethods.com]

Sent: Friday, August 17, 2012 12:25 PM

To:qmailtoaster-list@qmailtoaster.com  
mailto:qmailtoaster-list@qmailtoaster.com

Subject: [qmailtoaster] Qmail Server over https

  


Hi all,

  


Thanks for great helping hands. With the help of mailing list member

Biju Jose, my qmail server is up now.

I want to access my qmail server over https (Port 443). I have googled

for this setup but afraid that any change will

break my server and there is no straight forward how to. So suggest me

the best way to run it over port 443.

  


Thanks in advance.

  


Vijay Thakur

  

  


-

To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com  
mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com  
mailto:qmailtoaster-list-h...@qmailtoaster.com

  

  

  


-

To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com  
mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com  
mailto:qmailtoaster-list-h...@qmailtoaster.com

  








[qmailtoaster] Bounces mail

2012-08-17 Thread rajeshrudramani
Hi all,


  In one of my qmail shared server, If any mail bounced means
it shows mailer-dae...@rajesh.com. Domain name brings from host name which
we have set. It possible to set for separate domain when mail bounced
example  mailer-dae...@rajesh1.com,mailer-dae...@rajesh2.com. Kindly guide
me





Regards,
Rajesh


[qmailtoaster] Re: Qmail Server over https

2012-08-17 Thread Eric Shubert
Just as an FYI, there's a Makefile in the /etc/pki/tls/certs directory 
that makes key/cert generation relatively painless. I'm not familiar 
with the various options yet, but here's what it says about itself:


# make -f /etc/pki/tls/certs/Makefile
This makefile allows you to create:
  o public/private key pairs
  o SSL certificate signing requests (CSRs)
  o self-signed SSL test certificates

To create a key pair, run make SOMETHING.key.
To create a CSR, run make SOMETHING.csr.
To create a test certificate, run make SOMETHING.crt.
To create a key and a test certificate in one file, run make 
SOMETHING.pem.


To create a key for use with Apache, run make genkey.
To create a CSR for use with Apache, run make certreq.
To create a test certificate for use with Apache, run make testcert.

To create a test certificate with serial number other than zero, add 
SERIAL=num


Examples:
  make server.key
  make server.csr
  make server.crt
  make stunnel.pem
  make genkey
  make certreq
  make testcert
  make server.crt SERIAL=1
  make stunnel.pem SERIAL=2
  make testcert SERIAL=3
#

It'd be nice to have something on the wiki about this.
Any takers?

--
-Eric 'shubes'

On 08/17/2012 02:40 AM, Tony White wrote:

Run this then

openssl genrsa -out ca.key 1024
openssl req -new -key ca.key -out ca.csr
openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt
cp ca.crt /etc/pki/tls/certs
cp ca.key /etc/pki/tls/private/ca.key
cp ca.csr /etc/pki/tls/private/ca.csr



best wishes
   Tony White

On 17/08/2012 19:01, Vijay Thakur wrote:


Thanks, the command is executed as told. i am getting the bellow error :

[root@li496-23 ~]# Generate private key
-bash: Generate: command not found

With Regards,

Vijay Thakur








-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: Qmail Server over https

2012-08-17 Thread Aleksander Podsiadły
Dnia 2012-08-17, pią o godzinie 07:33 -0700, Eric Shubert pisze:
 It'd be nice to have something on the wiki about this.
 Any takers? 

It should be nice.
Sorry, admin who do not know what is the comment is not the admin. :(
Only one URL for that kind of admin is:
http://www.catb.org/~esr/faqs/smart-questions.html#translations

ROTFL

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: Qmail Server over https

2012-08-17 Thread Eric Shubert

On 08/17/2012 09:00 AM, Aleksander Podsiadły wrote:

Dnia 2012-08-17, pią o godzinie 07:33 -0700, Eric Shubert pisze:

It'd be nice to have something on the wiki about this.
Any takers?


It should be nice.
Sorry, admin who do not know what is the comment is not the admin. :(
Only one URL for that kind of admin is:
http://www.catb.org/~esr/faqs/smart-questions.html#translations

ROTFL



That's certainly an informative link, Aleksander.

Let's remember though that we all started at that same place, knowing 
nothing. ;) While we don't intend to be an admin training facility here, 
I think it benefits us all to welcome users of all skill levels. I'm 
sometimes amazed that people with relatively few linux admin skills can 
set up a QMT host. This is one of the project's objectives after all. (I 
need to do a better job of setting and communicating objectives btw, and 
I'm working on that as well).


I have no doubt that there are people here who are willing and capable 
of helping Vijay along. Their participation here helps everyone, 
including the more experienced admins among us, as it frees us up to 
work on development. If you feel that someone needs help in a very basic 
way, just let someone else handle the situation. That's what I (attempt 
to) do.


Thanks to everyone for their participation.

--
-Eric 'shubes'




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] qtp-menu

2012-08-17 Thread sysadmin
Hi Guys,
Can you remind me if the qtp-menu is available yet for Centos 6.x install
of qmailtoaster..


Thanks



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] qtp-menu

2012-08-17 Thread sysadmin
Sorry that should be qmailtoaster-plus



 Hi Guys,
 Can you remind me if the qtp-menu is available yet for Centos 6.x install
 of qmailtoaster..


 Thanks



 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com