Re: POP3 Cluster

2001-05-05 Thread Steve Kennedy

On Sat, May 05, 2001 at 06:54:10PM +0200, Karsten W. Rohrbach wrote:

> > Anyone on the list(s) have any idea of how to make a "independent-of-another-
> > servers" pop3 cluster on a group of qmail-vpopmail servers? Preferentlly on 
> > distinct DMZs.
> quick outline:
> - you want high availability, so you might want storage servers such as
>   a netapp f740 or up; those boxes export the fs as nfs
> - you probably want toasters, so you got to implement a multi tier
>   architecture with more than one resource server (netboot/ldap/...)

You could also use EMC storage as a back-end, not cheap but very
flexible and reliable.

You could also look at an appliance device like those from
Mirapoint ...

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Re: Cyrus - Qmail Help.

2000-08-14 Thread Steve Kennedy

On Mon, Aug 14, 2000 at 09:27:22AM -0700, [EMAIL PROTECTED] wrote:

> I'm having a few problems setting up cyrus and qmail.  
> Qmail is currently being started with:
> qmail-start '|preline -f /usr/local/cyrus/bin/deliver -
> e -a $USER -- $USER' splogger qmail&
> Delivery of mail to valid mailboxes works fine.  But if 
> a message is sent that doesn't have a valid user, it 
> just gets dumped into the mail queue.  (So, I assume 
> qmail doesn't recognize that cyrus gave it an error 
> message.)
> I also had to relax permissions of the above deliver 
> program so it could be executed.  I'm getting the below 
> error message in my logs. 

We use this as a wrapper to cyrus deliver: -

/usr/local/cyrus/bin/deliver -a $EXT2 $EXT2
status=$?
case $status in
  64|65|66|67|68|76|77|78)
exit 100
;;
  0)
exit 0
;;
  *)
exit 111
;;
esac

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Re: Email to SMS

2000-09-05 Thread Steve Kennedy

On Tue, Sep 05, 2000 at 09:02:42PM +1000, Brett Randall wrote:

> Email to SMS requires a calling card in your PC which is connected to a
> mobile telephony device with data capabilities. OR, there are several online
> sites that provide this service. Here in Australia, we have
> www.blueskyfrog.com and www.mobilealert.com.au . You may have some luck
> finding similar services in the UK. Actually, I can almost guarantee it. Try
> www.mtnsms.com although it has been a while since I looked at it.
> I haven't seen any software to interface with cellular devices for Linux,
> but there is plenty for Windows out there that acts as e-mail servers as
> well... you might want to run it as the 'add-on' for qmail on a seperate
> machine. Look up SMS Gateway on your favourite search engine...

There are several ways to interface into SMS networks. You can do
this over air via a phone, or via a connection into the networks
SMS-C.

You could install something like Kannel (www.kannel.org) which is
a WAP gateway and an SMS gateway. The SMS part has functionality
to drive various cellular data phones, it can also talk to the
network SMS-C's using various protocols (however you'll need a
connection agreement from the network to use these).

You could also use something like sendpage (sendpage.sourceforge.net)
which implements a TAP (i.e. dial-up) interface into the networks
(and most have a public dial-up number, though generally premium rate).
There are other alternatives like www.qpage.org ...


Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Re: static IP (was Re: Which domain name to put where?)

1999-02-10 Thread Steve Kennedy

On Wed, Feb 10, 1999 at 06:39:47PM +, Andy Smith wrote:

> On Wed, 10 Feb 1999, Chris Green wrote:
> > Demon Internet is exceptional in that it offers all its dial-up users
> > a static IP address.  I think it's basically because it was one of the
> > earliest ISPs and thus has the addresses available because it grabbed
> > them early before they were hard to come by.
> I don't know all the facts behind it but I believe there that the IP
> registry in question (RIPE) will not prevent any ISP from giving static IP
> to all it's customers, provided the ISP keeps all the relevant records.

Demon offers a 'host' based service, delivers mail to customers by
SMTP. Thus a customer logs-in, say with host, and their domain name
is host.demon.co.uk. Demon dont care about the user part and can in
fact have as many or as few 'users' on their host.

At the time static IP was the way to go.

RIPE DID try and stop Demon allocating static IP addresses, however
after certain high level shouting matches and threats to go to the
European court (RIPE aren't allowed to dictate how Demon run their
business, if they run an SMTP/host based service - that's what they
run, RIPE can't dictate for them to use dynamic IP). Anyway, Demon
have to account for every IP addressed used, and associate it (in
customer blocks) with a name and address. Which is fair enough.

Steve
-- 
NetTek Ltdtel +44-171 483 1169 fax +44-181 444 6103
Flat 2,  43 Howitt Road,  Belsize Park,  London NW3 4LU
   Epage [EMAIL PROTECTED] [body of text only]



Re: Qmail, Majordomo, and virtual domains

1999-02-19 Thread Steve Kennedy

On Thu, Feb 18, 1999 at 09:47:17AM -0600, Chuck Milam wrote:

> On Mon, 15 Feb 1999, John R. Levine wrote:
> > If this sounds interesting, let me know and I'll pack up my scripts.
> > There's a perl script to handle the bounces, and a shell script that
> > creates the lists and makes the .qmail files.
> Yes, this sounds interesting!  I'd like to see your scripts.

Definately interested.

Steve

-- 
NetTek Ltdtel +44-171 483 1169 fax +44-181 444 6103
Flat 2,  43 Howitt Road,  Belsize Park,  London NW3 4LU
   Epage [EMAIL PROTECTED] [body of text only]



Re: Chang MCIS mail system to Qmail

2000-01-19 Thread Steve Kennedy

On Wed, Jan 19, 2000 at 06:38:42AM +0800, ±ióI·Ô wrote:

>  We use MCIS mail to provide mail service.Now we want to use qmail to
> provide mail service.How can we replace MCIS mail by Qmail?

Since MCIS is NT based, you'd have to have a seperate mail system
and integrate it using MCIS's LDAP features and LDAP patches to
qmail.

Steve

-- 
NetTek Ltd tel +44-(0)20 7483 1169 fax +44-(0)20 7483 2455
Flat 2,   43 Howitt Road,   Belsize Park,   London NW3 4LU
   Epage [EMAIL PROTECTED] [body of text only]



Re: problem with notifying user that new email arrived

2000-04-10 Thread Steve Kennedy

On Mon, Apr 10, 2000 at 02:17:56PM -0400, Dave Sill wrote:

> preline freaks out if the program it's running doesn't read the entire 
> message. sendsms is obviously doing just that when the message
> contains an attachement. Since preline returns an error status that
> qmail-local considers temporary, the delivery is deferred and retried.
> The simplest fix, if you don't care about sendsms errors, would be to
> change the invocation to:
>   |preline /home/info/sendsms; exit 0

Of course you could check the status of sendsms, then return an
error code to qmail that would do something sensible (like not
defer it sendsms errored, but would it if was a temp error).

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Re: Compile Error

2000-04-18 Thread Steve Kennedy

On Tue, Apr 18, 2000 at 11:29:44AM -0400, Greg Owen wrote:

> > to compile qmail. I received the error '/usr/ucb/cc: language optional
> > software package not installed' '*** Error code 1' 'make: Fatal error:
> > Command failed for target 'qmail-local.o' '. What does this 
> > mean and how can I get around this?
>   It means that Solaris ships without a C compiler, so you can't
> compile anything.
>   To fix it, either purchase Sun's compiler, or download a precompiled
> version of GCC for Solaris.

Or download (or get Sun to send you) a try and buy CD, then you can get
a 30 day eval key (which actually gives you a fully multi-user set
of Sun tools i.e. C/C++/Fortan/Debuggers/Visual tools etc).

Then extend that ...

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Re: qmail speed improvement

2001-02-01 Thread Steve Kennedy

On Thu, Feb 01, 2001 at 06:03:37PM +0100, Michael Maier wrote:

> Justin Bell wrote:
> > On Thu, Feb 01, 2001 at 05:12:36PM +0100, Michael Maier wrote:
> > # > mean airspeed velocity of an unladen swallow?
> > # Dunno, gonna search on Google! :-)
> > the correct response would be 'African or European?'
> > Justin Bell
> If you are Monty Python, yes! :-)

what's your favourite colour ?

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]