Re: (No subject)

2001-07-03 Thread Charles Cazabon

[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
 i have been using qmail-1.03 from almost a year now , and before 2 days
 i have received a complain from one of my customer that he is not able to
 send (relay or mail destined to localdomain) from my qmail-smtpd , he is
 getting an error connection timeout/reset etc errors while sending the
 mail , further if the mail contains more then one line then this is
 happening ,but if the message is lesser then one line (message body is
 lesser then one line) then qmail-smtpd is accepting his mails and mails are
 also getting delivered sucessfully  but without any spaces (even if the
 line contains space char) , 

His SMTP client is broken.  qmail-smtpd doesn't fiddle with the contents of
the message at all.  And the one-line/several-lines thing sounds like the CRLF
issue in part.  Use recordio to capture his sessions if you want to be sure.

  also if someone can tell me with which RFC's qmail complies with , 
 pop-3 is also not working with this mail tool, so please suggest me the
 RFC's for SMTP and POP with which qmail complies with.

qmail aims to be compliant with most of RFC821 and RFC822, which have recently
been replaced with RFC2821 and RFC2822.  POP3 is governed by RFC1939.

Again, I repeat:  his client is broken.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
---



RE: no subject

2001-04-17 Thread Michael Boyiazis

tcp.smtp.cdb exists, but your startup script
is looking for tcp.smtp.cbd

-- 
Michael Boyiazis
[EMAIL PROTECTED]
Mail Architect, NetZero, Inc.

 -Original Message-
 From: chris [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 17, 2001 1:52 PM
 To: VPOPMail; QMAIL
 Subject: no subject
 
 
 I am receiving the following error and he file really is 
 there. Can anyone
 help. 
 
 tcpserver: warning: dropping connection, unable to read 
 /etc/tcp.smtp.cbd:
 file does not exist
 
 --- StartUp Script
 
 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 
 echo -n "pop "
 
 
 env - PATH="/var/qmail/bin:/usr/local/bin" \
 tcpserver -p -R -x /etc/tcp.smtp.cbd \
 -u503 -g501 0 smtp /var/qmail/bin/qmail-smtpd 21  /dev/null 
 echo "smtp"
 
 - Directoriy Listing
 [root@tar-valon /etc]# ls -l tcp.smtp*
 -rw-rw-rw-1 qmaild   nofiles30 Apr 16 14:44 tcp.smtp
 -rw-r--r--1 vpopmail vchkpw   2094 Apr 17 16:33 tcp.smtp.cdb
 -rw-rw-rw-1 qmaild   nofiles61 Apr 16 14:38 tcp.smtp~
 [root@tar-valon /etc]#
 
 
  Configure Directives
 ./configure --enable-tcpserver-file=/etc/tcp.smtp \
 --enable-ip-alias-domains=y \
 --enable-roaming-users=y \
 --enable-default-domain=pds2k.com\
 --enable-logging=y
 




Re: no subject

2001-04-17 Thread Adam Andrzej Jaworski

Hi chris,

you have file tcp.smtp.cdb
but in config you have an error:
tcpserver -p -R -x /etc/tcp.smtp.cbd \

should be .cdb instead of .cbd

typo only :-)

--Adam


at [17/Apr/2001Tue 22:52] You Wrote in [no subject]:

 I am receiving the following error and he file really is there. Can anyone
 help. 
 
 tcpserver: warning: dropping connection, unable to read /etc/tcp.smtp.cbd:
 file does not exist
 
 --- StartUp Script
 
 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 
 echo -n "pop "
 
 
 env - PATH="/var/qmail/bin:/usr/local/bin" \
 tcpserver -p -R -x /etc/tcp.smtp.cbd \
 -u503 -g501 0 smtp /var/qmail/bin/qmail-smtpd 21  /dev/null 
 echo "smtp"
 
 - Directoriy Listing
 [root@tar-valon /etc]# ls -l tcp.smtp*
 -rw-rw-rw-1 qmaild   nofiles30 Apr 16 14:44 tcp.smtp
 -rw-r--r--1 vpopmail vchkpw   2094 Apr 17 16:33 tcp.smtp.cdb
 -rw-rw-rw-1 qmaild   nofiles61 Apr 16 14:38 tcp.smtp~
 [root@tar-valon /etc]#
 
 
  Configure Directives
 ./configure --enable-tcpserver-file=/etc/tcp.smtp \
 --enable-ip-alias-domains=y \
 --enable-roaming-users=y \
 --enable-default-domain=pds2k.com\
 --enable-logging=y
 
 



Re: no subject

2001-04-17 Thread Timothy Mayo

On Tue, Apr 17, 2001 at 04:52:15PM -0400, chris wrote:
 I am receiving the following error and he file really is there. Can anyone
 help. 
 
 tcpserver: warning: dropping connection, unable to read /etc/tcp.smtp.cbd:
 file does not exist

TYPO ALERT:  cbd should be cdb.

 
 --- StartUp Script
 
 env - PATH="/var/qmail/bin:/usr/local/bin" \
 tcpserver -p -R -x /etc/tcp.smtp.cbd \
   ^^^

 - Directoriy Listing
 [root@tar-valon /etc]# ls -l tcp.smtp*
 -rw-rw-rw-1 qmaild   nofiles30 Apr 16 14:44 tcp.smtp
 -rw-r--r--1 vpopmail vchkpw   2094 Apr 17 16:33 tcp.smtp.cdb
   ^^^

-- 
-
Timothy L. Mayo mailto:[EMAIL PROTECTED]
Senior System Administrator
The National Business Network Inc.
localconnect(sm)
http://www.localconnect.net/

The National Business Network Inc.  http://www.nb.net/
One Monroeville Center, Suite 850
Monroeville, PA  15146
(412) 810- Phone
(412) 810-8886 Fax



Re: (no subject)

2001-03-13 Thread Charles Cazabon

[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
 There are two users called A and B.  I configure A .qmail file with forward
 option to redirect emails to B.  When the message is sent to A both (A and B)
 received the message.  How can I do to make forward option goes to B user
 without A user receive the message.

Simply put "address_of_B" into ~A/.qmail .  This will forward all mail
which is addressed to A to user B.  If there are no other lines in user
A's .qmail file, they will not get a copy of any mail.

Read the manual page for dot-qmail for further information.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: (No Subject)

2000-10-05 Thread Adam McKenna

Well, this should be entertaining.

--Adam

-- 
Adam McKenna [EMAIL PROTECTED] | "No matter how much it changes, 
http://flounder.net/publickey.html   |  technology's just a bunch of wires 
GPG: 17A4 11F7 5E7E C2E7 08AA|  connected to a bunch of other wires."
 38B0 05D0 8BF7 2C6D 110A|  Joe Rogan, _NewsRadio_



RE: (No Subject)

2000-10-02 Thread Brett Randall

MessageApart from the fact that (and this I guess : ) was a pointless waste
of bandwidth for the qmail list,
1. We don't like HTML messages in general...
2. Your date looks screwed

/BR

Manager
InterPlanetary Solutions
http://ipsware.com/

  -Original Message-
  From: clubysorgio [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, 5 October 2014 4:52 PM
  To: [EMAIL PROTECTED]
  Subject: (No Subject)






--








Re: Wrong subject line

2000-05-13 Thread James

That last message I sent had the wrong subject line after "FIXED".. God my
brain is fried tonight.  It should have said:

Problem FIXED (was Help me understand "allowed rcpthosts")

Sorry about that.. I'm not sure if Bob Brown fixed his problem or not.

James




Re: Rewriting subject line

2000-03-06 Thread Magnus Bodin

On Mon, Mar 06, 2000 at 12:50:38PM -0500, Derek Watson wrote:
 Here's what I'm trying to achieve -
 
 When an email gets sent to [EMAIL PROTECTED], the message gets processed
 by it's .qmail file, and gets forwarded to a short list of addresses within
 that file.  That works fine, and it was really easy to do.  What I would
 like is to rewrite the subject line of the message before delivery to
 prepend a [maillist] tag before the message.. . so that a message coming in
 like
 ---
 From: [EMAIL PROTECTED]
 Subject: test message
 ---
 gets delivered like
 
 ---
 From: [EMAIL PROTECTED]
 Subject: [maillist] test message
 ---
 
 I'm sure you all know what I mean.  I have experimented with "preline". ..
 but I think I'm on the wrong track.  My current .qmail file looks like this:


Do it like this:   (generic script to tag mail included)

.qmail file:
-
| /usr/local/bin/tagmail.pl "[maillist]" | forward [EMAIL PROTECTED]
-

tagmail.pl
-
#!/usr/bin/perl
# tagmail.pl; 1999-02-18; [EMAIL PROTECTED]
use strict;

# read mail and split into hdr and body
my ($hdr, $body);
while (STDIN) { last if /^[\r\n]*$/; $hdr .= $_; }
$body = join '',STDIN;

# Fix subject-line
$hdr =~ s/^(subject:\s*)(.*)$/$1 $ARGV[0] $2/mi;

# print mail
print "$hdr\n$body";
---


/magnus

-- 
http://x42.com/



Re: (no subject)

1999-12-17 Thread Dave Sill

"Stephan Weaver" [EMAIL PROTECTED] wrote:

i really like qmail.

Me too.

I was wondering how to disable somethings.
if i telnet localhost 25
and i type 'help'
i get a response with a link to the qmail's homepage.
i dont want that, for security reasons.
mabee you guys can help me out?

Modify the source code, qmail-smtpd.c, to be specific.

There's really nothing to be gained by trying to hide the fact that
you're running qmail because: (1) there are no known security holes
in qmail, and (2) qmail is recognizable by its behavior.

-Dave