Changed hostnames need to requeue mail, and have hostname changed

2001-07-24 Thread Errol Casey

Recently, my dynamic DNS provider yi.org stopped working.

So, I've changed to a homeip.net hostname. I've changed my
qmail control files, including me -- but I have a few messages
that were enqueued with the old hostname.

How can I get these messages, changed so they will be sent out.

The mail is failing since the old hostname is unresolvable.

(I've changed email addresses, but I need to change the
enqueued messages from @bad.org to @bad.homeip.net; I
tried looking in archives under requeue and change hostname
but didn't find anything relavent)

[root@bad queue]# qmail queue
messages in queue: 4
messages in queue but not yet preprocessed: 0
23 Jul 2001 21:00:03 GMT  #291693  6830  [EMAIL PROTECTED]
remote  [EMAIL PROTECTED]
23 Jul 2001 21:48:30 GMT  #291694  1475  [EMAIL PROTECTED]
remote  [EMAIL PROTECTED]
24 Jul 2001 03:31:23 GMT  #291648  2326  [EMAIL PROTECTED]
remote  [EMAIL PROTECTED]
24 Jul 2001 03:47:33 GMT  #291654  1003  [EMAIL PROTECTED]
remote  [EMAIL PROTECTED]



-- 
Errol Casey
http://www.askerrol.org http://www.boo-bear.com
http://www.rtpnet.org   http://www.ncarrl.org
(GPG Key: Send email with Subject: send gpg )



Re: Changed hostnames need to requeue mail, and have hostname changed

2001-07-24 Thread Errol Casey

I was able to finally figure out that the outgoing hostname
was in the /var/qmail/queue/info directories and was able
to manually change it and push out the queue.

If there is a better solution, let me know. Thanks for
the individual responses I've received so far.

On Tue, Jul 24, 2001 at 07:55:11AM -0400, Errol Casey wrote:
 Recently, my dynamic DNS provider yi.org stopped working.
 
 So, I've changed to a homeip.net hostname. I've changed my
 qmail control files, including me -- but I have a few messages
 that were enqueued with the old hostname.
 
 How can I get these messages, changed so they will be sent out.
 
 The mail is failing since the old hostname is unresolvable.
 
 (I've changed email addresses, but I need to change the
 enqueued messages from @bad.org to @bad.homeip.net; I
 tried looking in archives under requeue and change hostname
 but didn't find anything relavent)
 
 [root@bad queue]# qmail queue
 messages in queue: 4
 messages in queue but not yet preprocessed: 0
 23 Jul 2001 21:00:03 GMT  #291693  6830  [EMAIL PROTECTED]
 remote  [EMAIL PROTECTED]
 23 Jul 2001 21:48:30 GMT  #291694  1475  [EMAIL PROTECTED]
 remote  [EMAIL PROTECTED]
 24 Jul 2001 03:31:23 GMT  #291648  2326  [EMAIL PROTECTED]
 remote  [EMAIL PROTECTED]
 24 Jul 2001 03:47:33 GMT  #291654  1003  [EMAIL PROTECTED]
 remote  [EMAIL PROTECTED]
 
 
 
 -- 
 Errol Casey
 http://www.askerrol.org http://www.boo-bear.com
 http://www.rtpnet.org   http://www.ncarrl.org
 (GPG Key: Send email with Subject: send gpg )

-- 
Errol Casey
http://www.askerrol.org http://www.boo-bear.com
http://www.rtpnet.org   http://www.ncarrl.org
(GPG Key: Send email with Subject: send gpg )



Re: url of sqwebmail too long!!!!

2001-06-08 Thread Errol Casey

On Fri, 8 Jun 2001, Massimo Quintini wrote:

 How can I use an URL short (like mail.te.astro.it) instead of
 mail.te.astro.it/cgi-bin/sqwebmail 

 I have tried with VirtualHost directive of Apache Web Server without
 success!!!

If your just trying to create a short URL, why not create an Alias in
httpd.conf?

i.e.
Alias /icons/ /usr/local/apache/icons/

Alias /sqwebmail/ absolute path to cgi-bin/sqwebmail


Restart apache.

Assuming the web server is the same box as
mail.te.astro.it.

I hope I understand what your asking.