Re: orbs

2001-07-19 Thread Christopher Tarricone

As I understand it they were shutdown because the ISP was hosting them had
made a mandate that ORBS alert systems administrators BEFORE testing thier
servers for open relay
- Original Message -
From: Kurth Bemis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 19, 2001 10:22 AM
Subject: orbs


 does any one know why orbs is offline?

 ~kurth






Login SMTP Errors

2001-05-15 Thread Christopher Tarricone



I am can recieve errors displayed on the console 
from qmail-smtpd that look like

qmail-smtpd: pid 29533 from 207.69.200.246 
Invalid SENDER address: MAIL from: [EMAIL PROTECTED]@pop.mindspring.com, 
RCPT To:[EMAIL PROTECTED]

I would like to log all of that information to a 
file. 
This is what I put in my qmail startup script. But 
the information is still printed to the console. Is there way to make 
qmail-smtpd write to a log file?


env - PATH="/var/qmail/bin:/usr/local/bin" 
\ tcpserver -H -R -c100 -u503 
-g501 0 smtp \ 
/var/qmail/bin/qmail-smtpd 2 $1  
/var/log/qmail/smtpd.log


Server Logs Please Help

2001-04-25 Thread Christopher Tarricone

I have included an excerpt of my start-up script. My server starts but does
not write anything to the log. The /var/log/qmail directory owned by
qmaill:nofiles with r/w permissions. Has anyone encountered this before?







#!/bin/sh

# Qmail Startup


# Source function library.
. /etc/rc.d/init.d/functions

HOSTNAME=`hostname`


# See how we were called.
case $1 in
  start)

echo -n Starting: 
env - PATH=/var/qmail/bin:/usr/local/bin \
qmail-start ./Maildir/ /usr/local/bin/accustamp \
| /usr/local/bin/setuidgid qmaill /usr/local/bin/cyclog /var/log/qmail 

echo -n qmail 

env - PATH=/var/qmail/bin:/usr/local/bin \
tcpserver -H -R -c100 0 pop-3 /var/qmail/bin/qmail-popup \
$HOSTNAME \
/var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
/var/log/qmail/smtp.log 
echo -n pop 
# 
# This is commented out on purpose deamontools 0.80 does not
# require you to specify the location of the tcp.smtp file
# it is defined at compile time
#tcpserver -H -R -x /var/vpopmail/etc/tcp.smtp -c100 -u503 -g501 0 smtp
\

env - PATH=/var/qmail/bin:/usr/local/bin \
tcpserver -H -R -c100 -u503 -g501 0 smtp \
/var/qmail/bin/qmail-smtpd 21  /dev/null 
echo smtp




Save A Copy Of All messages

2000-07-17 Thread Christopher Tarricone

Is there a way that you can setup of the server to allow the user to
check all of thier messages and then go to another location and then
check them again? What I would like to happen is this.. A person sends
me an e-mail when I check it that message stays on the server. If I were
to check it gain It would not come down as new mail but If I were to
goto another location and check for new mail it would put down all of
the messages that I have checked at the other loacation. This will allow
me to check mail at home and at the office so that I can duplicates of
all messages that are sent to me.

I am using vpopmail along with qmail




Adding New Users HELP!!!!

2000-03-30 Thread Christopher Tarricone

I am having a problem adding new users to my mail server. The mail
server is mail.pds2k.com. When I use the program vadduser to add a user
to the email server I can setup the clients computer to send and recieve
e-mail. The problem is the e-mail goes out but if I send a message from
[EMAIL PROTECTED] to [EMAIL PROTECTED] it comes to me (default /
postmaster) and does not go to the end user. If I put a .qmail-newuser
and put in the file
./newuser/Maildir/
They will now get thier e-mail. It seams as though the place where they
passwords are located is ok 'cause I do not get an error when they try
to authenticate but E-mail to newuser's address does not get to him. I
have a work-around right now but I do not what to do that in the future.



/var/qmail/control

2000-03-27 Thread Christopher Tarricone

My mail server has several names... There is the name that is in the
HOSTNAME file and there are the names assoaited to it in my DNS.
the hostname is tar-valon.pds2k.com
other names in the dns are...
mail.pds2k.com
www.pds2k.com
ftp.pds2k.com

Should I put the mail.pds2k.com in the  ' me '  ' locals ' files?


TIA



Christopher Tarricone
PDS, Inc.
E-mail   [EMAIL PROTECTED]
phone860.450.1737
fax  860.450.1724

  *
pds2k.com  ...Business Internet Hookability™ with an Attitude...
We Rock the Net!™



Re: Two or more network-cards?

2000-03-22 Thread Christopher Tarricone

I am not sure what you are asking but if I understand correctly try
this.




It would make sence to have more than one NIC in your computer if you
were setting it up as a firewall. If you are hosting more than one
domain on that computer it would make more sence you use IP Aliasing and
create sub interfaces off of that one NIC. 

Lets say your primary domain is 192.168.0.4 and the Secondary is
192.168.0.5. For this example we will assume that eth0 is already
configured for 192.168.0.4.  With Linux Kernal 2.2.12-20 you can do the
following...

/sbin/ifconfig eth0:1 192.168.0.5
/sbin/route -add host 192.168.0.5 dev eth0:1

This will map the second IP to the Network card as the first. You would
setup your DNS the same way you would setup any other SOA record for
thier respective IP's. 




Arik Funke wrote:
 
 Hello,
 does it make sense, to use more than one network-card with qMail,
 vPopMail and SqWebMail?
 
 And how do I have to configure it? With two IP-Adresses?
 
 How to manage the DNS-Entry? For every card one enty?
 
  Thank you for your time
Arik Funke
Merrill High School, Wisconsin
 
 PS: Sorry for the cross posting, but I wasn't sure, where this topic
 could be discussed.



Re: CNAME in MX

2000-03-17 Thread Christopher Tarricone

Mate Wierdl wrote:
 
 Can a CNAME in an MX record cause a problem for qmail?
 I mean, our sysadm set up
 
 cs.memphis.edu  preference = 10, mail exchanger = mx.cs.memphis.edu
 
 where mx.cs.memphis.edu is an alias.
 
 If it can, how exactly?
 
 Thx
 
 Mate
Grab O'Reilly  Associate DNS  Bind (The one with the grasshopper) and
goto Chaper 5 page 97

Quote
... Unless you always use canconical names in your MX records theres' no
guarantee a mailer will always be able to find it self in the MX list,
and you run the risk of having your mail loop..



VPOP Forwarding

2000-03-16 Thread Christopher Tarricone

On one of the virtual domains a user (bill) wants to forward his mail to
his AOL account BUT still keep a copy on the server... Before I was
using VPOPMAIL and Maildir I just created the file .qmail and put

[EMAIL PROTECTED]
[EMAIL PROTECTED]

inside the file and put it in the users home directory. This worked
great but does not seem to work with vpopmail... Does any one know how
to get the same results with vpopmail?

What will be the filename and where does it go?



Re: Weird Problems

2000-03-16 Thread Christopher Tarricone

Try this if you really want to use inetd

#POP-3 Server
pop-3   stream  tcp nowait  root/usr/sbin/tcpd ipop3d

# This All goes on one line
smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env
/var/qmail/bin/qmail-smtpd

You should really user tcpserver though and not user inetd..



dot-qmail Files

2000-03-15 Thread Christopher Tarricone

I am using vpopmail and I am wondering were my .qmail files go if I want
to forward to another e-mail address... Any Ideas?



Virtual Domains

2000-03-13 Thread Christopher Tarricone

Whenever I send e-mails to the following domains I recieve this error...
I used qmailadmin to created the virtual domains so I have them listed
in the virtualdomains file.
 
 Hi. This is the qmail-send program at tar-valon.pds2k.com.
 I'm afraid I wasn't able to deliver your message to the following
 addresses.
 This is a permanent error; I've given up. Sorry it didn't work out.
 
 [EMAIL PROTECTED]:
 Sorry, no mailbox here by that name. (#5.1.1)
 
 --- Below this line is a copy of the message.
 
 Return-Path: [EMAIL PROTECTED]
 Received: (qmail 24919 invoked from network); 13 Mar 2000 18:03:23 -
 Received: from unknown (HELO 63.89.28.2) (63.89.28.2)
   by tar-valon.pds2k.com with SMTP; 13 Mar 2000 18:03:23 -
 Message-ID: [EMAIL PROTECTED]
 Date: Mon, 13 Mar 2000 13:00:34 +
 From: Christopher Tarricone [EMAIL PROTECTED]
 Organization: Progressive Data Systems, Inc
 X-Mailer: Mozilla 3.0Gold (Macintosh; I; PPC)
 MIME-Version: 1.0
 To: [EMAIL PROTECTED]
 Subject: Test
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 This is a test



Virtual Domains

2000-03-11 Thread Christopher Tarricone



I am having the damdest time settting 
up Virtual Domains. I can't seem to authenticate against the pop 
server...


I have what I believe to be a fairly 
simple config. I have one maching with IP aliasing running and sever Virtual 
Domains on the computer. 

 www.pds2k.net
 www.coergo.com
 www.threadcity.org

The DNS setting for thier mail 
servers is 
 mail.domain.com 
respectively

Whn it asks or a password regaurdless 
of what I enter I get some type of failure. 


Re: Virtual Domains

2000-03-11 Thread Christopher Tarricone

The error that I am getting is


There was a problem loggin onto your mail server. Your Password was
rejected. Account: 'mail.hookability.com', Server: 'mail.hookability.com',
Protocal: POP3, Server Responce: '-ERR Bad login', Port 110, Secure(SSL): No
erver Error, 0x800CCC90, Error Number 0x800CCC92
-

I know that the password is correct 'casue I just set it (reset a couple of
time to make sure). The Software I used to set it up is vpopmail-3.4.12. I
am using Maildir instead of mbox. What I am trying to do is setup Virtual
E-mail for the Virtual Domain.




 No it is not. The first two have lame delegation, the third doesn't
 exist, mail.domain.com also doesn't exist. Are you trying to
 outsmart us? :-)

  Whn it asks or a password regaurdless of what I enter I get some type
  of failure.

 Which kind of? You need to tell us much more: What exactly you
 are doing? What exactly is the error message? What is the
 contents of relevant files? We're not psychic, you know... :-)

 -BEGIN PGP SIGNATURE-
 Version: PGP 6.0.2 -- QDPGP 2.60
 Comment: http://community.wow.net/grt/qdpgp.html

 iQA/AwUBOMpaz1MwP8g7qbw/EQKNSQCeJHda4u1MmPm/fGT1+vfcXQONmtkAn3j5
 aSbmixAbwRM6suaTIabObV8Z
 =BVZi
 -END PGP SIGNATURE-
 --
 Petr Novotny, ANTEK CS
 [EMAIL PROTECTED]
 http://www.antek.cz
 PGP key ID: 0x3BA9BC3F
 -- Don't you know there ain't no devil there's just God when he's drunk.
  [Tom Waits]



Example Please

2000-03-10 Thread Christopher Tarricone

How would I setup and alias to someones pager
([EMAIL PROTECTED]) without creating a local account to
forward the mail from. Or can I not do that. I am new to qmail.. In
sendmail I just added the line to /etc/alliases and was done with it...



TCPServer

2000-03-10 Thread Christopher Tarricone

I am currently using INETD instead of the tcpserver as a, I got to get
it running, temp patch. Does anyone know of any instrutions or have any
how-to's on setting up tcpserver (For virtual and primary domains). Heck
even a copy of some lines from a running inetd.conf would be nice



INETD Config

2000-03-10 Thread Christopher Tarricone

In reading the setup of QMail at the following address

http://Web.InfoAve.Net/~dsill/lwq.html

It show how to make a new startup file. Am I going to need anything in
my inetd.conf or can I comment out the smtp and pop3 sections?



Forward and retain a copy

2000-03-09 Thread Christopher Tarricone

Is there a way in qmail to forward a copy of an e-mail to another
accoutn but still retain a copy on my server for archive purposes.

Example

[EMAIL PROTECTED] receives and e-mail a copy is sent to thier aol
account but mydomain.com's mail server retains a copy.