qmail Digest 23 Sep 1999 10:00:00 -0000 Issue 768
Topics (messages 30676 through 30730):
Re: smtp server as a relay
30676 by: Ana Bel�n Santos
30678 by: Van Liedekerke Franky
30679 by: Anand Buddhdev
30684 by: James Smallacombe
30715 by: Chris Johnson
Re: Maildir setup problem (newbie!)
30677 by: Cyril Bitterich
30681 by: Michael Slade
Aack,_child_crashed._(#4.3.0)
30680 by: Carey Jones
30683 by: Dave Sill
30685 by: Carey Jones
Re: Sqwebmail and IMAP
30682 by: Chris Garrigues
Re: me file, you Jane. Ugh.
30686 by: Juan Carlos Castro y Castro
IMAP with Qmail
30687 by: Rafael Pirolla
Relaying to an external host
30688 by: Barry Dwyer
30694 by: Dave Sill
Starting qmail with "supervise" - ./run file
30689 by: Barry Dwyer
30695 by: Dave Sill
30730 by: Serban Udrea
MANPATH variable?
30690 by: Bill Parker
30691 by: jgordon.lhtech-inc.com
30693 by: James Smallacombe
30720 by: Edward Castillo-Jakosalem
Re: How good is RBL at filtering spam?
30692 by: M Graff
Need help!
30696 by: Thomas Booms EDV
30698 by: Dave Sill
30701 by: David Dyer-Bennet
30703 by: Thomas Booms EDV
30705 by: Thomas Booms EDV
30707 by: David Dyer-Bennet
30709 by: Thomas Booms EDV
30710 by: Robbie Walker
30711 by: David Dyer-Bennet
30712 by: Robbie Walker
address correlation in qmail lists
30697 by: Ian McNish
30700 by: Dave Sill
30704 by: Ian McNish
Re: Recording the envelope-from in Received: line
30699 by: John R. Levine
30723 by: Jos Backus
30725 by: Jos Backus
30728 by: Andre Oppermann
30729 by: Jos Backus
Anybody seen this error message before?
30702 by: Glenn Crownover
30706 by: Lyndon Griffin
30708 by: Luis Campos de Carvalho
It is working now!
30713 by: Glenn Crownover
Install help
30714 by: Stephen Lavelle
qmail-popup without maildir
30716 by: Glenn Crownover
30717 by: Chris Johnson
Re: IMAP with Qmail (encripted)
30718 by: Ryan Cleary
Re: Qmail sending multiple messages...is there a fix?
30719 by: Scott A. Cole
qmailanalog - traffic
30721 by: Thomas Foerster
vmailmgr - configfile
30722 by: Thomas Foerster
virtual domain and aliases
30724 by: Edward Castillo-Jakosalem
smtp server as a relay 2� part
30726 by: Ana Bel�n Santos
tcpserver changes to support multiple black lists
30727 by: Roger L Soles
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To bug my human owner, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
Van Liedekerke Franky wrote:
> This is also within the standard functionallity of tcpserver, but I don't
> believe it is secure to allow relaying based on email address only.
>
> Franky
Yes, I know it, but could you tell how I can do it. What I have to put in
the tcp.smtp file??
I put:
[EMAIL PROTECTED]:allow
:deny
but I can not send messages through the smtp server. The mail program says:
The mail has not be sent.
There is no mail transport agent for this address.
thanks
>
>
> > ----------
> > From: Ana Bel�n Santos[SMTP:[EMAIL PROTECTED]]
> > Sent: Wednesday, September 22, 1999 11:45 AM
> > To: [EMAIL PROTECTED]
> > Subject: smtp server as a relay
> >
> > I want to allow selected clients to use my smtp server as a relay. I
> > have used tcpserver, but I only can restrict the access controling the
> > IP of the sender and I want to control the email address of the sender,
> > not the IP. Is this possible?? How can I do that??
> >
> > Thanks
> >
> > Ana Bel�n Santos Pintor
> >
I was wrong, tcpserver uses TCPREMOTEINFO, not the emailaddress (see the
manpages for tcpserver).
But there is a patch on the qmail home page that may do what you want, look
for "control relaying based on envelope sender address"
Franky.
> ----------
> From: Ana Bel�n Santos[SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, September 22, 1999 12:09 PM
> To: Van Liedekerke Franky
> Cc: [EMAIL PROTECTED]
> Subject: Re: smtp server as a relay
>
>
>
>
> Van Liedekerke Franky wrote:
>
> > This is also within the standard functionallity of tcpserver, but I
> don't
> > believe it is secure to allow relaying based on email address only.
> >
> > Franky
>
> Yes, I know it, but could you tell how I can do it. What I have to put in
> the tcp.smtp file??
> I put:
>
> [EMAIL PROTECTED]:allow
> :deny
>
> but I can not send messages through the smtp server. The mail program
> says:
>
> The mail has not be sent.
> There is no mail transport agent for this address.
>
> thanks
>
> >
> >
> > > ----------
> > > From: Ana Bel�n Santos[SMTP:[EMAIL PROTECTED]]
> > > Sent: Wednesday, September 22, 1999 11:45 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: smtp server as a relay
> > >
> > > I want to allow selected clients to use my smtp server as a relay. I
> > > have used tcpserver, but I only can restrict the access controling the
> > > IP of the sender and I want to control the email address of the
> sender,
> > > not the IP. Is this possible?? How can I do that??
> > >
> > > Thanks
> > >
> > > Ana Bel�n Santos Pintor
> > >
>
On Wed, Sep 22, 1999 at 12:09:19PM +0200, Ana Bel�n Santos wrote:
> Van Liedekerke Franky wrote:
>
> > This is also within the standard functionallity of tcpserver, but I don't
> > believe it is secure to allow relaying based on email address only.
> >
> > Franky
>
> Yes, I know it, but could you tell how I can do it. What I have to put in
> the tcp.smtp file??
> I put:
>
> [EMAIL PROTECTED]:allow
> :deny
This is wrong. tcpserver does _not_ control relaying by domain name. It
only allows IP-based control. The standard qmail does not support
relaying by domain either. But someone had written a patch to do this,
and it was posted on the list recently. Search the archives for it.
--
See complete headers for more info
:allow,RELAYCLIENT="[EMAIL PROTECTED]"
Of course, now ANYONE who puts that email address in their FROM (or is it
envelope-sender?) field can relay through you.
On Wed, 22 Sep 1999, Ana [iso-8859-1] Bel�n Santos wrote:
> I want to allow selected clients to use my smtp server as a relay. I
> have used tcpserver, but I only can restrict the access controling the
> IP of the sender and I want to control the email address of the sender,
> not the IP. Is this possible?? How can I do that??
>
> Thanks
>
> Ana Bel�n Santos Pintor
>
>
On Wed, Sep 22, 1999 at 11:45:19AM +0200, Ana Bel�n Santos wrote:
> I want to allow selected clients to use my smtp server as a relay. I
> have used tcpserver, but I only can restrict the access controling the
> IP of the sender and I want to control the email address of the sender,
> not the IP. Is this possible?? How can I do that??
As others have pointed out, it's a bad idea to allow relaying based on sender
address. But if you really want to do it, try this patch:
http://www.palomine.net/qmail/relaymailfrom.patch
Chris
Hi,
>I'm attempting to use the Maildir mailbox.
>
>I have user/Maildir (permissions 775) and user/.qmail (permissions 664).
What directories do you have exactly?
~mls/Maildir or user/Maildir ?
Did you create the Maildir with qmail/bin/maildirmake ?
And as far as i know your permissions must be 700 for your Maildir and
should be 644 for .qmail.
And the Maildir must be located in the homedir of the Mailrecipient And he
must be the owner of the Maildir. Besides that: root can never recieve mail.
But that's all RTFM but in my opinion not very clear in the manuals.
>
>I have changed /var/qmail/rc to indicate "./Maildir/" instead of
"./Mailbox"
>. The file .qmail contains "./Maildir".
try "./Maildir/"
>Any suggestions as to what I've likely done wrong and/or should check out?
Good luck,
Cyril Bitterich
Thanks to everyone for their help!
I did have the correct entry in .qmail (./Maildir/).
My problem turned out to be that while I had manually created Maildir, I had
not created the subdirectories.
Using makemaildir to create the Maildir directory tree worked fine.
thanks again
Michael Slade
Hello,
I'm running qmail 1.03 on a linux machine (Debian 2.1 w/ kernel 2.2.12).
I came in this morning and was getting the following error in syslog
for every local delivery attempt: Sep 22 07:05:19 thom qmail:
938001919.847530 delivery 8708: deferral: Aack,_child_crashed._(#4.3.0)/
Unfortunately, I can't seem to reproduce the error. Also, the search
engine for this mailing list seems to be down, else I wouldn't bother
sending this to the list until after checking that. What I'm wondering
is, is there something specific to look for should this happen again?
Should I run an strace on qmail-lspawn, since it only happened for local
deliveries?
Thanks in advance for any help...
- Carey
[EMAIL PROTECTED] wrote:
>I'm running qmail 1.03 on a linux machine (Debian 2.1 w/ kernel 2.2.12).
>I came in this morning and was getting the following error in syslog
>for every local delivery attempt: Sep 22 07:05:19 thom qmail:
>938001919.847530 delivery 8708: deferral: Aack,_child_crashed._(#4.3.0)/
>
>Unfortunately, I can't seem to reproduce the error. Also, the search
>engine for this mailing list seems to be down, else I wouldn't bother
>sending this to the list until after checking that.
It's either back up or it was never down.
>What I'm wondering
>is, is there something specific to look for should this happen again?
This means that a program run by qmail-local, probably from a .qmail
file, is failing.
See also:
http://www.ornl.gov/its/archives/mailing-lists/qmail/1998/03/msg00745.html
-Dave
+-------- Dave Sill wrote:
| [EMAIL PROTECTED] wrote:
| >I'm running qmail 1.03 on a linux machine (Debian 2.1 w/ kernel 2.2.12).
| >I came in this morning and was getting the following error in syslog
| >for every local delivery attempt: Sep 22 07:05:19 thom qmail:
| >938001919.847530 delivery 8708: deferral: Aack,_child_crashed._(#4.3.0)/
[...]
| >What I'm wondering
| >is, is there something specific to look for should this happen again?
|
| This means that a program run by qmail-local, probably from a .qmail
| file, is failing.
I looked at the archived message you posted about, as well as every other
result I could find, but none of them seem to apply to this situation.
Here's some more information/clarification. I'm using fastforward to
handle virtual domains as well as local aliases. The message delivery
attempt that I posted above was to 'alias', which gets forwarded to
'user'. All that is in '~/user/.qmail' is './Maildir/', so there's no
sort external programs being called. After that one delivery failed
with that error message, _every_ local delivery started failing (~150
delivery attempts before I caught it). I killed qmail-send so I could
try restarting everything, but when I ran 'sh /var/qmail/rc', I'd get
a segmentation fault. I suppose I should have checked out qmail-start
to see if that was the cause of it or what, but I was more concerned
with getting the server functional. After a reboot, everything worked
fine. This was all after about 5 days of uptime. Might there be some
sort of leak somewhere that could use up enough resources to cause this
to happen? All the machine runs is qmail, qmail-pop3d and ssh. Maybe
2.2.12 isn't be best linux kernel version to be running? I'm at a
loss.
Hopefully, if this happens again it'll be at a time of day where I can
afford some downtime. (:
- Carey
> From: "James J. Lippard" <[EMAIL PROTECTED]>
> Date: Tue, 21 Sep 1999 21:22:48 -0700 (MST)
>
> I think Dan is assuming that additional mail folders won't be in the INBOX
> maildir (even though that was the question that was originally asked), but
> rather that you stick maildir mail folders in the same places you'd stick
> mailbox-format maildirs. I.e., not in the incoming maildir.
I've got a related issue. My partner has put an item on my todo list to move
all the mailboxes from the user's home directories to a sub-directory.
The reason for this is that apparently many of our customers can't resist the
impulse to put random files into the mail folders. These are people who are
sitting on PCs or Macs and see their home directory as a folder on their
desktop. Apparently when they see a subfolder with the name of one of their
contacts, they forget that it's a mail box and think it's a handy place to put
data that just magically appeared.
One could easily argue (as I attempted to do) that there is no problem here
because users know what they create, but in reality, as we get increasingly
ignorant users, that assumption becomes less and less tenable.
Chris
--
Chris Garrigues virCIO
http://www.DeepEddy.Com/~cwg/ http://www.virCIO.Com
+1 512 432 4046 +1 512 374 0500
4314 Avenue C
O- Austin, TX 78751-3709
My email address is an experiment in SPAM elimination. For an
explanation of what we're doing, see http://www.DeepEddy.Com/tms.html
Nobody ever got fired for buying Microsoft,
but they could get fired for relying on Microsoft.
PGP signature
Marek Narkiewicz wrote:
> Hi there. I aked this a while ago but in the wrong context. I intend to set up an
>ISP style
> smtp and pop server using qmail. I need full relaying to any host from dialup users
>on my
> network. What do I put in the me file? As I can't get the ./config script to find
>my dns name
> and As my machine runs a lot of virtual hosts(over 50) I need to know what to put in
>the file.
> I've found a nice article on relaying which I am sure will be a lot of help but it
>doesn't
> mention this file. If anyone has any thoughts let me know.
> Incidently the hostname of the machine is not a dns name.
The contents of the "me" file are what you want to be after the @ sing for your
client's email
addresses (except virtual hosts), and it has to be something resolvable via DNS. If
your machine
is ping-able by the world as marekserver.intercreations.com, that'll do.
> --
> Marek Narkiewicz, Webmaster Intercreations
> Reply to <-marek @ intercreations . com->
> "People in glass houses seldom throw parties"
> David Devant and his Spirit Wife
> Miscellaneous
begin:vcard
n:Castro;Juan
tel;work:540-9100 Ramal 46
x-mozilla-html:FALSE
url:http://www.appi.com.br/jcastro
org:APPI Inform�tica;Desenvolvimento
adr:;;Av. Ataulfo de Paiva, 135/1410 - Leblon;Rio de Janeiro;RJ;22499-900;Brasil
version:2.1
email;internet:[EMAIL PROTECTED]
title:Consultor
note;quoted-printable:One man alone cannot fight the future. USE LINUX!=0D=0A=0D=0A -- The X Racer=0D=0A=0D=0APGP Key ID 0xAAE4050C=0D=0A
fn:Juan Carlos Castro y Castro
end:vcard
Hi,
How do I start an IMAP server under Qmail ? Can anyone send me
adresses of doc's about IMAP configuration servers...
Thanks,
Pirolla
Newbie alert.
I've got qmail 1.03/smtp/pop3 running nicely on Caldera 2.2 (thanks to
all who helped with the checkpassword problem!).
Next wrinkle: I need to set up relaying so that (1) any mail *not* for
our local domain gets sent to our ISP's smtp server and (2) the ISP's
machine will forward to us any mail destined for us (the ISP hosts our
actual internet mail domain).
The readmes and man pages haven't been too much help. From what I can
tell, inbound SMTP really shouldn't require anything (other than opening
the firewall). Am I right, or is there some configuration needed for
inbounds?
As far as outbounds, it appears that doing the following should work:
echo <ispmailhostname> > /var/qmail/control/smtproutes
chmod 644 /var/qmail/control/smtproutes
Is it this simple, or am I missing something?
Barry Dwyer
Barry Dwyer <[EMAIL PROTECTED]> wrote:
>Next wrinkle: I need to set up relaying so that (1) any mail *not* for
>our local domain gets sent to our ISP's smtp server
echo ":mail.isp.net" > /var/qmail/control/smtproutes
>and (2) the ISP's
>machine will forward to us any mail destined for us (the ISP hosts our
>actual internet mail domain).
The ISP has to configure this on their end.
-Dave
Almost all the sample .rc scripts for qmail run it under tcpserver via
the "supervise" utility.
The docs for supervise refer to ./run files and, while I understand the
theory behind supervise's operation, I haven't a clue what my ./run
script files should contain for each of qmail-send, qmail-smtpd and
qmail-pop3d. It seems to me the commands to run these are already
contained on the command line in the scripts, eg.:
supervise /var/supervise/qmail/smtpd tcpserver -x/etc/tcp.smtp.cdb \
-u 501 -g 900 0 25 /var/qmail/bin/qmail-smtpd &
Any help would be appreciated.
Barry
Barry Dwyer <[EMAIL PROTECTED]> wrote:
>The docs for supervise refer to ./run files...
For daemontools 0.60 and 0.61, yes.
>... It seems to me the commands to run these are already
>contained on the command line in the scripts, eg.:
>
>supervise /var/supervise/qmail/smtpd tcpserver -x/etc/tcp.smtp.cdb \
>-u 501 -g 900 0 25 /var/qmail/bin/qmail-smtpd &
That's the daemontools 0.53 syntax.
If you're using scripts that use the 0.53 syntax, you'll have to
install daemontools 0.53. If you want to use 0.61, you'll have to
create the appropriate run files or find some that someone else has
written.
In "Life with qmail" I use 0.53: I tell you where to download it, how
to install it, and provide the scripts to use it. I haven't switched
to 0.61 yet because the setup is a little more complicated, and 0.53
works perfectly well.
-Dave
Hello,
I've sent a message on this list some days ago about how I use daemontools
0.61. Please check the archive.
Serban
PS. The subject of my message was:
RE:(Clarification) Installation Question on Qmail
On Wed, 22 Sep 1999, Barry Dwyer wrote:
> Almost all the sample .rc scripts for qmail run it under tcpserver via
> the "supervise" utility.
>
> The docs for supervise refer to ./run files and, while I understand the
> theory behind supervise's operation, I haven't a clue what my ./run
> script files should contain for each of qmail-send, qmail-smtpd and
> qmail-pop3d. It seems to me the commands to run these are already
> contained on the command line in the scripts, eg.:
>
> supervise /var/supervise/qmail/smtpd tcpserver -x/etc/tcp.smtp.cdb \
> -u 501 -g 900 0 25 /var/qmail/bin/qmail-smtpd &
>
> Any help would be appreciated.
>
> Barry
>
>
Hello all,
I just had a brain lock, where does one modify the MANPATH variable so
that it is good system wide, and not for each user individually?
-Bill
Depends on the Operating System
FreeBSD (3.0+, at least) it's /etc/manpath.config
Cheers
JDG
----- Original Message -----
From: Bill Parker <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, 22 September, 1999 12:47 PM
Subject: MANPATH variable?
| Hello all,
|
| I just had a brain lock, where does one modify
the MANPATH variable so
| that it is good system wide, and not for each
user individually?
|
| -Bill
|
|
On Wed, 22 Sep 1999, Bill Parker wrote:
> Hello all,
>
> I just had a brain lock, where does one modify the MANPATH variable so
> that it is good system wide, and not for each user individually?
wherever you get your other environmental variables.../etc/profile,
.bashrc, etc:
[richard2 up up]$ echo $MANPATH
/usr/man:/usr/local/man:/var/qmail/man:/usr/local/qmailanalog/man
Bill Parker wrote:
> Hello all,
>
> I just had a brain lock, where does one modify the MANPATH variable so
> that it is good system wide, and not for each user individually?
>
> -Bill
Depends on your shell.
If you are using llinux, just insert /var/qmail/man in your /etc/profile or
/etc/csh.login or whatever shell you use.
--
Edward Castillo-Jakosalem
James Smallacombe <[EMAIL PROTECTED]> writes:
> I cannot imagine what damage is done by asking a dialup user to send email
> out through his provider's internal relay.
Some ISPs really suck, but are the only option in some areas?
At home, my ISP wants me to use their SMTP gateway, which delays mail
by about 20 minutes. Yes, they're running Windoze. OTOH, my own mail
server can send mail far faster. And no, switching ISPs is not an
option.
Of course, I cheat, and have a GRE tunnel to my mail server here at
work, but that's really not something Joe Random Spammer can do :)
--Michael
Hi all,
I'm absolutely new to qmail and I'm working on the installation since
yesterday evening 6 pm.
There are many problems I have and I don't know with which I should
begin. But there is a language question to you who wants to answer me:
do you speak german too? If not, then I have problems with some words...
:((
Let's go to the setup problems.
I'm hosting several virtual domains and told qmail in
/var/qmail/control/virtualdomains the names. I restarted qmail-send and
postings to the domain are logged with the syslog entry "... delivery
50: deferral: unable_to_find_alias_user!/". Where do I have to write in
the alias? I don't think in /var/qmail/alias. I didn't found something
about the .qmail file in /home/user.
The next problem is, that I must relay selected users. I've read the
documentation more than one time but it won't run. What do I make wrong?
I have no ideas.
What do I have to start other than qmail-pop3d or qmail-popup so I can
read mails over modem (if I remember right then it is ppp)?
You see I have much problems. Other will come in the next days.
Thanks for your help in advance.
Thomas
Thomas Booms EDV <[EMAIL PROTECTED]> wrote:
>There are many problems I have and I don't know with which I should
>begin. But there is a language question to you who wants to answer me:
>do you speak german too? If not, then I have problems with some words...
I wish someone would translate "Life with qmail" to German. Or any
other language, for that matter.
>I'm hosting several virtual domains and told qmail in
>/var/qmail/control/virtualdomains the names.
Show us your virtualdomains file. Better yet, run qmail-showctl and
show us the outout.
>I restarted qmail-send and
>postings to the domain are logged with the syslog entry "... delivery
>50: deferral: unable_to_find_alias_user!/".
You do have a user called "alias" in /etc/passwd, don't you? Did you
verify that the installation worked before you added the virtual
domains?
>Where do I have to write in
>the alias? I don't think in /var/qmail/alias. I didn't found something
>about the .qmail file in /home/user.
/var/qmail/alias/.qmail-* is for system-wide aliases.
/home/user/.qmail-* is for user extension addresses. Either can be
used by a virtual domain, depending upon what you put in the
virtualdomains file.
>The next problem is, that I must relay selected users. I've read the
>documentation more than one time but it won't run. What do I make wrong?
>
>I have no ideas.
We don't either, until you tell us what you did.
>What do I have to start other than qmail-pop3d or qmail-popup so I can
>read mails over modem (if I remember right then it is ppp)?
It's not clear what you're trying to do. Do you have a UNIX/qmail box
attached to the Internet that you're trying to access from a Windows
PC at home?
-Dave
Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 21:10:10
+0200
> Hi all,
>
> I'm absolutely new to qmail and I'm working on the installation since
> yesterday evening 6 pm.
>
> There are many problems I have and I don't know with which I should
> begin. But there is a language question to you who wants to answer me:
> do you speak german too? If not, then I have problems with some words...
>
> :((
I sort-of spoke some German at one point; but that point was 27 years
ago, and a good part of it was before I knew anything about
computers. I'm afraid we're better off with your English than my
German; sorry!
> Let's go to the setup problems.
>
> I'm hosting several virtual domains and told qmail in
> /var/qmail/control/virtualdomains the names. I restarted qmail-send and
> postings to the domain are logged with the syslog entry "... delivery
> 50: deferral: unable_to_find_alias_user!/". Where do I have to write in
> the alias? I don't think in /var/qmail/alias. I didn't found something
> about the .qmail file in /home/user.
Need to know your exact entries in virtualdomains. They're of the form:
ouroboros.demesne.com:ouroboros
proshaven.demesne.com:bjf-proshaven
demesne.com:demesne
and the second part (after the ":") identifies the user who will
control the virtual domain. I think the "unable_to_find_alias_user"
part is a reference to one of the things you specified here not being
found in /etc/passwd. (In the examples above, ourboros, bjf, and
demesne are users in my /etc/passwd file).
So: what exactly is in your virtualdomains, and do each of the prefix
users specified there actually exist on your system?
And I'd ignore the other problems for now; one thing at a time, and
this is definitely the one to tackle first. Get ordinary incoming and
outgoing mail working first, and worry about relaying and POP users
later. Until you have a solid foundation, don't start building on it!
--
David Dyer-Bennet ***NOTE ADDRESS CHANGES*** [EMAIL PROTECTED]
http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
Join the 20th century before it's too late!
Dave Sill wrote:
> Thomas Booms EDV <[EMAIL PROTECTED]> wrote:
>
> >There are many problems I have and I don't know with which I should
> >begin. But there is a language question to you who wants to answer me:
> >do you speak german too? If not, then I have problems with some words...
>
> I wish someone would translate "Life with qmail" to German. Or any
> other language, for that matter.
>
> >I'm hosting several virtual domains and told qmail in
> >/var/qmail/control/virtualdomains the names.
>
> Show us your virtualdomains file. Better yet, run qmail-showctl and
> show us the outout.
See the attachment.
>
>
> >I restarted qmail-send and
> >postings to the domain are logged with the syslog entry "... delivery
> >50: deferral: unable_to_find_alias_user!/".
>
> You do have a user called "alias" in /etc/passwd, don't you?
Yes.
> Did you
> verify that the installation worked before you added the virtual
> domains?
I get on some (local) users mails without problems and be able to send too
with the exception that I must write in the name of the domain where the
mails should go in /var/qmail/control/rcpthost. I know that's not the way
but I don't have a better solution currently. :((
>
>
> >Where do I have to write in
> >the alias? I don't think in /var/qmail/alias. I didn't found something
> >about the .qmail file in /home/user.
>
> /var/qmail/alias/.qmail-* is for system-wide aliases.
I thought so.
>
> /home/user/.qmail-* is for user extension addresses. Either can be
> used by a virtual domain,
> depending upon what you put in the
> virtualdomains file.
I don't understand what you mean.
>
>
> >The next problem is, that I must relay selected users. I've read the
> >documentation more than one time but it won't run. What do I make wrong?
> >
> >I have no ideas.
>
> We don't either, until you tell us what you did.
Ok, will follow later. For one or two days I will go the way that I write in
the domain names in rcpthosts.
>
>
>
> >What do I have to start other than qmail-pop3d or qmail-popup so I can
> >read mails over modem (if I remember right then it is ppp)?
>
> It's not clear what you're trying to do. Do you have a UNIX/qmail box
> attached to the Internet that you're trying to access from a Windows
> PC at home?
No Windows. It's linux and it's standing in a room from my provider.
>
>
> -Dave
Thomas
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 1037, 1038, 1039, 0, 1040, 1041, 1042, 1043.
group ids: 103, 102.
badmailfrom: (Default.) Any MAIL FROM is allowed.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is booms-edv.de.
concurrencylocal: (Default.) Local concurrency is 10.
concurrencyremote: (Default.) Remote concurrency is 20.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is booms-edv.de.
defaulthost: (Default.) Default host name is booms-edv.de.
doublebouncehost: (Default.) 2B recipient host: booms-edv.de.
doublebounceto: (Default.) 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is booms-edv.de.
helohost: (Default.) SMTP client HELO host name is booms-edv.de.
idhost: (Default.) Message-ID host name is booms-edv.de.
localiphost: (Default.) Local IP address becomes booms-edv.de.
locals:
Messages for localhost are delivered locally.
Messages for zweiradcenter-hamm.de are delivered locally.
Messages for simson-ersatzteile.de are delivered locally.
Messages for kymco-ersatzteile.de are delivered locally.
Messages for ns.booms-edv.de are delivered locally.
Messages for mail.booms-edv.de are delivered locally.
Messages for news.booms-edv.de are delivered locally.
Messages for ftp.booms-edv.de are delivered locally.
Messages for booms-edv.de are delivered locally.
Messages for 1a-urlaubsfluege.de are delivered locally.
Messages for 1asonne.de are delivered locally.
Messages for allianz-bau.de are delivered locally.
Messages for 1areisen.de are delivered locally.
Messages for birlik-datenbank.de are delivered locally.
Messages for best-tour.de are delivered locally.
Messages for pc-corner-hamm.de are delivered locally.
Messages for st-theresia-hamm.de are delivered locally.
Messages for booms-edv.de are delivered locally.
Messages for www.booms-edv.de are delivered locally.
me: My name is booms-edv.de.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: Plus domain name is booms-edv.de.
qmqpservers: (Default.) No QMQP servers.
queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds.
rcpthosts:
SMTP clients may send messages to recipients at localhost.
SMTP clients may send messages to recipients at zweiradcenter-hamm.de.
SMTP clients may send messages to recipients at simson-ersatzteile.de.
SMTP clients may send messages to recipients at kymco-ersatzteile.de.
SMTP clients may send messages to recipients at ns.booms-edv.de.
SMTP clients may send messages to recipients at mail.booms-edv.de.
SMTP clients may send messages to recipients at news.booms-edv.de.
SMTP clients may send messages to recipients at ftp.booms-edv.de.
SMTP clients may send messages to recipients at www.booms-edv.de.
SMTP clients may send messages to recipients at 1a-urlaubsfluege.de.
SMTP clients may send messages to recipients at 1asonne.de.
SMTP clients may send messages to recipients at allianz-bau.de.
SMTP clients may send messages to recipients at 1areisen.de.
SMTP clients may send messages to recipients at birlik-datenbank.de.
SMTP clients may send messages to recipients at best-tour.de.
SMTP clients may send messages to recipients at pc-corner-hamm.de.
SMTP clients may send messages to recipients at st-theresia-hamm.de.
SMTP clients may send messages to recipients at booms-edv.de.
SMTP clients may send messages to recipients at mobilcom.de.
SMTP clients may send messages to recipients at 01019freenet.de.
SMTP clients may send messages to recipients at hamm.net.
SMTP clients may send messages to recipients at swhamm.de.
SMTP clients may send messages to recipients at birlik.de.
SMTP clients may send messages to recipients at list.cr.yp.to.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 booms-edv.de.
smtproutes: (Default.) No artificial SMTP routes.
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
virtualdomains:
Virtual domain: booms-edv.de:Thomas.Booms
Virtual domain: www.1areisen.de:yildiz
Virtual domain: allianz-bau.de:stockhau
Virtual domain: 1asonne.de:stockhau
David Dyer-Bennet wrote:
> Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 21:10:10
>+0200
> > Hi all,
> >
> > I'm absolutely new to qmail and I'm working on the installation since
> > yesterday evening 6 pm.
> >
> > There are many problems I have and I don't know with which I should
> > begin. But there is a language question to you who wants to answer me:
> > do you speak german too? If not, then I have problems with some words...
> >
> > :((
>
> I sort-of spoke some German at one point; but that point was 27 years
> ago, and a good part of it was before I knew anything about
> computers. I'm afraid we're better off with your English than my
> German; sorry!
>
> > Let's go to the setup problems.
> >
> > I'm hosting several virtual domains and told qmail in
> > /var/qmail/control/virtualdomains the names. I restarted qmail-send and
> > postings to the domain are logged with the syslog entry "... delivery
> > 50: deferral: unable_to_find_alias_user!/". Where do I have to write in
> > the alias? I don't think in /var/qmail/alias. I didn't found something
> > about the .qmail file in /home/user.
>
> Need to know your exact entries in virtualdomains.
I sent a reply to this list a few minutes ago. It has a attachment with concrete
contents.
> They're of the form:
>
> ouroboros.demesne.com:ouroboros
> proshaven.demesne.com:bjf-proshaven
> demesne.com:demesne
>
> and the second part (after the ":") identifies the user who will
> control the virtual domain. I think the "unable_to_find_alias_user"
> part is a reference to one of the things you specified here not being
> found in /etc/passwd. (In the examples above, ourboros, bjf, and
> demesne are users in my /etc/passwd file).
>
> So: what exactly is in your virtualdomains, and do each of the prefix
> users specified there actually exist on your system?
>
> And I'd ignore the other problems for now; one thing at a time, and
> this is definitely the one to tackle first. Get ordinary incoming and
> outgoing mail working first, and worry about relaying and POP users
> later.
I think so too.
> Until you have a solid foundation, don't start building on it!
> --
> David Dyer-Bennet ***NOTE ADDRESS CHANGES*** [EMAIL PROTECTED]
> http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
> Join the 20th century before it's too late!
Thomas
Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 21:57:04
+0200
> > >I restarted qmail-send and
> > >postings to the domain are logged with the syslog entry "... delivery
> > >50: deferral: unable_to_find_alias_user!/".
> virtualdomains:
> Virtual domain: booms-edv.de:Thomas.Booms
> Virtual domain: www.1areisen.de:yildiz
> Virtual domain: allianz-bau.de:stockhau
> Virtual domain: 1asonne.de:stockhau
Okay; now, to what exact email address was the message that generated
that error message addressed?
Say it was to [EMAIL PROTECTED]; my next question will be, is there
a user stockhau in your /etc/passwd file (since that's the controlling
user for the virtual domain 1asonne.de. And is there a .qmail-default
file, or a .qmail-somebody file, in ~stockhau?
--
David Dyer-Bennet ***NOTE ADDRESS CHANGES*** [EMAIL PROTECTED]
http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
Join the 20th century before it's too late!
David Dyer-Bennet wrote:
> Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 21:57:04
>+0200
>
> > > >I restarted qmail-send and
> > > >postings to the domain are logged with the syslog entry "... delivery
> > > >50: deferral: unable_to_find_alias_user!/".
>
> > virtualdomains:
> > Virtual domain: booms-edv.de:Thomas.Booms
> > Virtual domain: www.1areisen.de:yildiz
> > Virtual domain: allianz-bau.de:stockhau
> > Virtual domain: 1asonne.de:stockhau
>
> Okay; now, to what exact email address was the message that generated
> that error message addressed?
www.1areisen.de. The user you see is "yildiz". He exists as a real user on my system,
means
stands in /etc/passwd.
>
>
> Say it was to [EMAIL PROTECTED]; my next question will be, is there
> a user stockhau in your /etc/passwd file (since that's the controlling
> user for the virtual domain 1asonne.de.
> And is there a .qmail-default
> file, or a .qmail-somebody file, in ~stockhau?
No. Only a .qmail file with the entry "./Mailbox/" so like the documentation tolds me.
Thomas
>
> --
> David Dyer-Bennet ***NOTE ADDRESS CHANGES*** [EMAIL PROTECTED]
> http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
> Join the 20th century before it's too late!
That's wrong... mailbox is like so in .qmail './Mailbox' there's no
trailing slash. trailing slash stands for Maildir.
At 04:14 PM 9/22/99 , you wrote:
>David Dyer-Bennet wrote:
>
>> Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999
>at 21:57:04 +0200
>>
>> > > >I restarted qmail-send and
>> > > >postings to the domain are logged with the syslog entry "... delivery
>> > > >50: deferral: unable_to_find_alias_user!/".
>>
>> > virtualdomains:
>> > Virtual domain: booms-edv.de:Thomas.Booms
>> > Virtual domain: www.1areisen.de:yildiz
>> > Virtual domain: allianz-bau.de:stockhau
>> > Virtual domain: 1asonne.de:stockhau
>>
>> Okay; now, to what exact email address was the message that generated
>> that error message addressed?
>
>www.1areisen.de. The user you see is "yildiz". He exists as a real user on
>my system, means
>stands in /etc/passwd.
>
>>
>>
>> Say it was to [EMAIL PROTECTED]; my next question will be, is there
>> a user stockhau in your /etc/passwd file (since that's the controlling
>> user for the virtual domain 1asonne.de.
>
>> And is there a .qmail-default
>> file, or a .qmail-somebody file, in ~stockhau?
>
>No. Only a .qmail file with the entry "./Mailbox/" so like the documentation
>tolds me.
>
>Thomas
>
>>
>> --
>> David Dyer-Bennet ***NOTE ADDRESS CHANGES*** [EMAIL PROTECTED]
>> http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
>> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros
>Bookworms
>> Join the 20th century before it's too late!
>
______________________
NovaMetrix Development
Robbie Walker, AMWL
P.O. Box 635 or 910-653-4006
106-B S. Main St 800-773-5647
Tabor City, NC 28463 910-653-2052 FAX
Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 22:14:03
+0200
> David Dyer-Bennet wrote:
>
> > Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at
>21:57:04 +0200
> >
> > > > >I restarted qmail-send and
> > > > >postings to the domain are logged with the syslog entry "... delivery
> > > > >50: deferral: unable_to_find_alias_user!/".
> >
> > > virtualdomains:
> > > Virtual domain: booms-edv.de:Thomas.Booms
> > > Virtual domain: www.1areisen.de:yildiz
> > > Virtual domain: allianz-bau.de:stockhau
> > > Virtual domain: 1asonne.de:stockhau
> >
> > Okay; now, to what exact email address was the message that generated
> > that error message addressed?
>
> www.1areisen.de. The user you see is "yildiz". He exists as a real user on my
>system, means
> stands in /etc/passwd.
Okay so far. I'm now wondering if I'm off on the wrong branch of the
debug tree, though; the error message seems to say it *couldn't* find
the alias user, but we just did. Still, let's run down to the bottom
just to see.
What *user* at www.1areisen.de was the test email addressed to? Let's
say it's user fred (that is, <[EMAIL PROTECTED]>); then the local
delivery that will result is to yildiz-fred. If user yildiz doesn't
have either a .qmail-fred or a .qmail-default file in his home
directory, then the delivery will fail. (I don't think it will fail
with the error message given, though, which is bugging me).
> > Say it was to [EMAIL PROTECTED]; my next question will be, is there
> > a user stockhau in your /etc/passwd file (since that's the controlling
> > user for the virtual domain 1asonne.de.
>
> > And is there a .qmail-default
> > file, or a .qmail-somebody file, in ~stockhau?
>
> No. Only a .qmail file with the entry "./Mailbox/" so like the documentation tolds
>me.
You've probably already seen the message from another user pointing
out that the trailing slash is for maildir format, not for mailbox
format. I don't think that could be the underlying cause of your
error message either, though.
--
David Dyer-Bennet ***NOTE ADDRESS CHANGES*** [EMAIL PROTECTED]
http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
Join the 20th century before it's too late!
Also I just noticed that my message to you bounced... You should probably
re-read the documentation for .qmail files and not try to use procmail yet
until you get the rest of the system working. I can understand that the
existing documentation may be difficult for a non English-first-language
person. I'm sure many of us found the DENSE style difficult to parse at first.
Hi. This is the qmail-send program at booms-edv.de.
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]>:
preline: fatal: unable to run procmail: file does not exist
--- Below this line is a copy of the message.
Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 15718 invoked from network); 22 Sep 1999 20:19:27 -0000
Received: from sauron.tpinter.net (HELO mail.tpinter.net) (208.25.246.2)
by mail.booms-edv.de with SMTP; 22 Sep 1999 20:19:27 -0000
Received: (qmail 26935 invoked from network); 22 Sep 1999 20:19:17 -0000
Received: from workstation2.novamet.com (208.25.246.131)
by mail.tpinter.net with SMTP; 22 Sep 1999 20:19:17 -0000
Message-Id: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1
Date: Wed, 22 Sep 1999 16:19:13 -0400
To: Thomas Booms EDV <[EMAIL PROTECTED]>
From: Robbie Walker <[EMAIL PROTECTED]>
Subject: Re: Need help!
Cc: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
At 04:19 PM 9/22/99 , you wrote:
>That's wrong... mailbox is like so in .qmail './Mailbox' there's no
>trailing slash. trailing slash stands for Maildir.
>
>At 04:14 PM 9/22/99 , you wrote:
>>David Dyer-Bennet wrote:
>>
>>> Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999
>>at 21:57:04 +0200
>>>
>>> > > >I restarted qmail-send and
>>> > > >postings to the domain are logged with the syslog entry "... delivery
>>> > > >50: deferral: unable_to_find_alias_user!/".
>>>
>>> > virtualdomains:
>>> > Virtual domain: booms-edv.de:Thomas.Booms
>>> > Virtual domain: www.1areisen.de:yildiz
>>> > Virtual domain: allianz-bau.de:stockhau
>>> > Virtual domain: 1asonne.de:stockhau
>>>
>>> Okay; now, to what exact email address was the message that generated
>>> that error message addressed?
>>
>>www.1areisen.de. The user you see is "yildiz". He exists as a real user on
>>my system, means
>>stands in /etc/passwd.
>>
>>>
>>>
>>> Say it was to [EMAIL PROTECTED]; my next question will be, is there
>>> a user stockhau in your /etc/passwd file (since that's the controlling
>>> user for the virtual domain 1asonne.de.
>>
>>> And is there a .qmail-default
>>> file, or a .qmail-somebody file, in ~stockhau?
>>
>>No. Only a .qmail file with the entry "./Mailbox/" so like the documentation
>>tolds me.
>>
>>Thomas
>>
>>>
>>> --
>>> David Dyer-Bennet ***NOTE ADDRESS CHANGES*** [EMAIL PROTECTED]
>>> http://dd-b.lighthunters.net/ (photos) Minicon:
http://www.mnstf.org/minicon
>>> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros
>>Bookworms
>>> Join the 20th century before it's too late!
>>
>
>
>______________________
>NovaMetrix Development
>Robbie Walker, AMWL
>
>P.O. Box 635 or 910-653-4006
>106-B S. Main St 800-773-5647
>Tabor City, NC 28463 910-653-2052 FAX
>
>
______________________
NovaMetrix Development
Robbie Walker, AMWL
P.O. Box 635 or 910-653-4006
106-B S. Main St 800-773-5647
Tabor City, NC 28463 910-653-2052 FAX
has anyone written, or does anyone know of any patches/add-ons to qmail
or MLMs that will happily coexist with qmail that handle final delivery
address correlation?
e.g.:
for the following assume that first.last@ and username@ are both
delivered to the same mailbox on some remote machine not running qmail.
if i define a list, list1, with two members, [EMAIL PROTECTED] and
[EMAIL PROTECTED], when i send mail to [EMAIL PROTECTED] the user should
receive one copy of the message.
also, if i create a list, list1, and define [EMAIL PROTECTED] as a
member, then create a second list, list2, with the members
[EMAIL PROTECTED] and [EMAIL PROTECTED], then when mail is sent to
[EMAIL PROTECTED] the user should only receive one copy of the massage.
also, if i define list1 as in the previous test and send mail to
'[EMAIL PROTECTED],[EMAIL PROTECTED]' or
'[EMAIL PROTECTED],[EMAIL PROTECTED]' then the user should only receive
one copy of the message.
Ian McNish <[EMAIL PROTECTED]> wrote:
>has anyone written, or does anyone know of any patches/add-ons to qmail
>or MLMs that will happily coexist with qmail that handle final delivery
>address correlation?
Not that I'm aware of. The problem is that the sending system is the
wrong place to eliminate duplicates.
>for the following assume that first.last@ and username@ are both
>delivered to the same mailbox on some remote machine not running qmail.
>
>if i define a list, list1, with two members, [EMAIL PROTECTED] and
>[EMAIL PROTECTED], when i send mail to [EMAIL PROTECTED] the user should
>receive one copy of the message.
What if someone on glurb.org sends a message to [EMAIL PROTECTED]?
What if [EMAIL PROTECTED] is on the [EMAIL PROTECTED] list, and someone
on blah.org sends a message to "[EMAIL PROTECTED],[EMAIL PROTECTED]"?
The only way to eliminate all duplicates is to catch them on the
receiving system.
E.g., I use the following procmail recipes:
# Use a 10Kb cache of Message IDs received to avoid duplicate messages
:0 Whc: .msgid.lock
| formail -D 10240 .msgid.cache
# Save probable duplicates for inspection
:0 a:
spool/dupes
Which file messages with duplicate Message-ID's in a "dupes"
folder--because sometimes Message-ID's aren't as unique as they're
supposed to be.
-Dave
> >has anyone written, or does anyone know of any patches/add-ons to qmail
> >or MLMs that will happily coexist with qmail that handle final delivery
> >address correlation?
>
> Not that I'm aware of. The problem is that the sending system is the
> wrong place to eliminate duplicates.
yes, i agree that it's not best place to deal with this, and in a
perfect world all MUAs would suppress displaying multiple messages with
identical message ids, but we're not there.
environments with multiple internal mail subsystems (e.g. sendmail,
exchange, notes, quickmail, ccmail, etc) must deal with this problem at
the lowest common denominator, usually a primary mail relay for all
systems. this is especially true if your lists and/or business patterns
necessitate that you communicate, on a regular basis, with people on
other mail subsystems.
> >for the following assume that first.last@ and username@ are both
> >delivered to the same mailbox on some remote machine not running qmail.
> >
> >if i define a list, list1, with two members, [EMAIL PROTECTED] and
> >[EMAIL PROTECTED], when i send mail to [EMAIL PROTECTED] the user should
> >receive one copy of the message.
>
> What if someone on glurb.org sends a message to [EMAIL PROTECTED]?
> What if [EMAIL PROTECTED] is on the [EMAIL PROTECTED] list, and someone
> on blah.org sends a message to "[EMAIL PROTECTED],[EMAIL PROTECTED]"?
>
> The only way to eliminate all duplicates is to catch them on the
> receiving system.
>
> E.g., I use the following procmail recipes:
>
> # Use a 10Kb cache of Message IDs received to avoid duplicate messages
> :0 Whc: .msgid.lock
> | formail -D 10240 .msgid.cache
>
> # Save probable duplicates for inspection
> :0 a:
> spool/dupes
>
> Which file messages with duplicate Message-ID's in a "dupes"
> folder--because sometimes Message-ID's aren't as unique as they're
> supposed to be.
i can't control other mailing lists; i can live with this. all i care
about is my corporate lists and my corporate users.
procmail would be great if everyone were using UNIX and competent enough
to install and maintain a valid procmailrc, but in environments where
you ___MUST__ interact with closed mail systems this is simply not an
option. for administrative purposes this isn't realistic in an env with
>3000 employees either.
i'd love any suggestions anyone has.
In article <[EMAIL PROTECTED]> you write:
>With sendmail and Postfix (or so I've heard) it is possible to record the
>envelope-from address in the Received: line. This is deemed useful by my
>colleagues for tracing mails trough broken e-mail gateways.
qmail puts that in Delivered-To:
Looks to me like you get a Delivered-To: each time the envelope changes,
so that should give you the trace info you need.
--
John R. Levine, IECC, POB 727, Trumansburg NY 14886 +1 607 387 6869
[EMAIL PROTECTED], Village Trustee and Sewer Commissioner, http://iecc.com/johnl,
Member, Provisional board, Coalition Against Unsolicited Commercial E-mail
On Wed, Sep 22, 1999 at 03:32:07PM -0400, John R. Levine wrote:
> In article <[EMAIL PROTECTED]> you write:
> >With sendmail and Postfix (or so I've heard) it is possible to record the
> >envelope-from address in the Received: line. This is deemed useful by my
> >colleagues for tracing mails trough broken e-mail gateways.
>
> qmail puts that in Delivered-To:
Um, that's the effective envelope recipient. I'm looking for the envelop
_sender_. Normally that ends up in the Return-Path: upon final delivery.
--
Jos Backus _/ _/_/_/ "Reliability means never
_/ _/ _/ having to say you're sorry."
_/ _/_/_/ -- D. J. Bernstein
_/ _/ _/ _/
[EMAIL PROTECTED] _/_/ _/_/_/ use Std::Disclaimer;
On Wed, Sep 22, 1999 at 11:30:09AM +0200, Andre Oppermann wrote:
> > Note the envelope-from comment.
> > Is there any way to achieve the same effect with qmail?
>
> Yes, that patch is in qmail-ldap's qmail-smtpd.c. It's on www.nrg4u.com.
> But it would only record the first rcpt-to to avoid making bcc public.
Um, I'm looking for the envelope _sender_...
--
Jos Backus _/ _/_/_/ "Reliability means never
_/ _/ _/ having to say you're sorry."
_/ _/_/_/ -- D. J. Bernstein
_/ _/ _/ _/
[EMAIL PROTECTED] _/_/ _/_/_/ use Std::Disclaimer;
Jos Backus wrote:
>
> On Wed, Sep 22, 1999 at 11:30:09AM +0200, Andre Oppermann wrote:
> > > Note the envelope-from comment.
> > > Is there any way to achieve the same effect with qmail?
> >
> > Yes, that patch is in qmail-ldap's qmail-smtpd.c. It's on www.nrg4u.com.
> > But it would only record the first rcpt-to to avoid making bcc public.
>
> Um, I'm looking for the envelope _sender_...
Well, then have a look at the header of this email...
In my first answer it was:
Received: from unknown (HELO pipeline.ch) ([195.134.128.41])
(envelope-sender <[EMAIL PROTECTED]>)
by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 22 Sep 1999 09:29:01 -0000
--
Andre
On Thu, Sep 23, 1999 at 11:41:30AM +0200, Andre Oppermann wrote:
> Well, then have a look at the header of this email...
>
> In my first answer it was:
>
> Received: from unknown (HELO pipeline.ch) ([195.134.128.41])
> (envelope-sender <[EMAIL PROTECTED]>)
> by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP
> for <[EMAIL PROTECTED]>; 22 Sep 1999 09:29:01 -0000
Cool! I didn't look at the header before, sorry.
Now it's of course a matter of patches being politically acceptable here...
Thanks,
--
Jos Backus _/ _/_/_/ "Reliability means never
_/ _/ _/ having to say you're sorry."
_/ _/_/_/ -- D. J. Bernstein
_/ _/ _/ _/
[EMAIL PROTECTED] _/_/ _/_/_/ use Std::Disclaimer;
I have read everything in print regarding qmail (I think)! But I don't
know what to do about this message I'm getting upon trying to send mail
to <[EMAIL PROTECTED]> (my linux/qmail box):
--------------
qmail: 938029565.082075 delivery 68: failure: Sorry._Altho
ugh_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_isn't_in_my_contro
l/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
-------------------
Sounds like an easy fix right? But my control/locals file looks like
this:
---------------
bluejava.com
pingu.bluejava.com
moomin.bluejava.com
miffy.bluejava.com
.bluejava.com
----------------
(extra entries added to try to fix this).
Anybody have any ideas? Here is the output from 'showctl'. Thanks in
advance!
--------------------------------------
[root@miffy bin]# ./qmail-showctl
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 504, 505, 506, 0, 507, 508, 509, 510.
group ids: 501, 502.
badmailfrom: (Default.) Any MAIL FROM is allowed.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is miffy.bluejava.com.
concurrencylocal: (Default.) Local concurrency is 10.
concurrencyremote: (Default.) Remote concurrency is 20.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is bluejava.com.
defaulthost: Default host name is miffy.bluejava.com.
doublebouncehost: (Default.) 2B recipient host: miffy.bluejava.com.
doublebounceto: (Default.) 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is miffy.bluejava.com.
helohost: (Default.) SMTP client HELO host name is miffy.bluejava.com.
idhost: (Default.) Message-ID host name is miffy.bluejava.com.
localiphost: (Default.) Local IP address becomes miffy.bluejava.com.
locals:
Messages for bluejava.com are delivered locally.
Messages for pingu.bluejava.com are delivered locally.
Messages for moomin.bluejava.com are delivered locally.
Messages for miffy.bluejava.com are delivered locally.
Messages for .bluejava.com are delivered locally.
me: My name is miffy.bluejava.com.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: Plus domain name is bluejava.com.
qmqpservers: (Default.) No QMQP servers.
queuelifetime: (Default.) Message lifetime in the queue is 604800
seconds.
rcpthosts:
SMTP clients may send messages to recipients at bluejava.com.
SMTP clients may send messages to recipients at javabanners.com.
SMTP clients may send messages to recipients at makico.com.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 miffy.bluejava.com.
smtproutes: (Default.) No artificial SMTP routes.
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
virtualdomains:
Virtual domain: makico.com:makiko
Virtual domain: javabanners.com:glenn
[root@miffy bin]#
--
�.��.���`�. Glenn R. Crownover
�.��.���`�. Owner/CEO - Investor's Network Cafe
�.��.���`�. http://www.bluejava.com/inc/
�.��.���`�. reply to: [EMAIL PROTECTED]
I have seen it - I'm not sure exactly what fixed it, but it was definitely
in my /var/qmail/control... I think I made rcpthosts and locals as the
same, but I also had to kill all qmail procs and restart them.
<:) Lyndon
> -----Original Message-----
> From: Glenn Crownover [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 22, 1999 12:52 PM
> To: qmail list
> Subject: Anybody seen this error message before?
>
>
> I have read everything in print regarding qmail (I think)! But I don't
> know what to do about this message I'm getting upon trying to send mail
> to <[EMAIL PROTECTED]> (my linux/qmail box):
>
> --------------
> qmail: 938029565.082075 delivery 68: failure: Sorry._Altho
> ugh_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_isn'
t_in_my_contro
>
> l/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
> -------------------
>
> Sounds like an easy fix right? But my control/locals file looks like
> this:
>
> ---------------
> bluejava.com
> pingu.bluejava.com
> moomin.bluejava.com
> miffy.bluejava.com
> .bluejava.com
> ----------------
>
> (extra entries added to try to fix this).
>
> Anybody have any ideas? Here is the output from 'showctl'. Thanks in
> advance!
>
> --------------------------------------
> [root@miffy bin]# ./qmail-showctl
> qmail home directory: /var/qmail.
> user-ext delimiter: -.
> paternalism (in decimal): 2.
> silent concurrency limit: 120.
> subdirectory split: 23.
> user ids: 504, 505, 506, 0, 507, 508, 509, 510.
> group ids: 501, 502.
>
> badmailfrom: (Default.) Any MAIL FROM is allowed.
>
> bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
>
> bouncehost: (Default.) Bounce host name is miffy.bluejava.com.
>
> concurrencylocal: (Default.) Local concurrency is 10.
>
> concurrencyremote: (Default.) Remote concurrency is 20.
>
> databytes: (Default.) SMTP DATA limit is 0 bytes.
>
> defaultdomain: Default domain name is bluejava.com.
>
> defaulthost: Default host name is miffy.bluejava.com.
>
> doublebouncehost: (Default.) 2B recipient host: miffy.bluejava.com.
>
> doublebounceto: (Default.) 2B recipient user: postmaster.
>
> envnoathost: (Default.) Presumed domain name is miffy.bluejava.com.
>
> helohost: (Default.) SMTP client HELO host name is miffy.bluejava.com.
>
> idhost: (Default.) Message-ID host name is miffy.bluejava.com.
>
> localiphost: (Default.) Local IP address becomes miffy.bluejava.com.
>
> locals:
> Messages for bluejava.com are delivered locally.
> Messages for pingu.bluejava.com are delivered locally.
> Messages for moomin.bluejava.com are delivered locally.
> Messages for miffy.bluejava.com are delivered locally.
> Messages for .bluejava.com are delivered locally.
>
> me: My name is miffy.bluejava.com.
>
> percenthack: (Default.) The percent hack is not allowed.
>
> plusdomain: Plus domain name is bluejava.com.
>
> qmqpservers: (Default.) No QMQP servers.
>
> queuelifetime: (Default.) Message lifetime in the queue is 604800
> seconds.
>
> rcpthosts:
> SMTP clients may send messages to recipients at bluejava.com.
> SMTP clients may send messages to recipients at javabanners.com.
> SMTP clients may send messages to recipients at makico.com.
>
> morercpthosts: (Default.) No effect.
>
> morercpthosts.cdb: (Default.) No effect.
>
> smtpgreeting: (Default.) SMTP greeting: 220 miffy.bluejava.com.
>
> smtproutes: (Default.) No artificial SMTP routes.
>
> timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
>
> timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
>
> timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
>
> virtualdomains:
> Virtual domain: makico.com:makiko
> Virtual domain: javabanners.com:glenn
> [root@miffy bin]#
>
>
>
>
> --
> �.��.���`�. Glenn R. Crownover
> �.��.���`�. Owner/CEO - Investor's Network Cafe
> �.��.���`�. http://www.bluejava.com/inc/
> �.��.���`�. reply to: [EMAIL PROTECTED]
>
>
>
On Wed, 22 Sep 1999, Glenn Crownover wrote:
> I have read everything in print regarding qmail (I think)! But I don't
> know what to do about this message I'm getting upon trying to send mail
> to <[EMAIL PROTECTED]> (my linux/qmail box):
>
> --------------
> qmail: 938029565.082075 delivery 68: failure: Sorry._Altho
> ugh_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_isn't_in_my_contro
>
> l/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
> -------------------
>
> Sounds like an easy fix right? But my control/locals file looks like
> this:
Is your mail server the host 'MX.Netwizards.Net' or the host
'MX2.Netwizards.Net'?
If not, the problem is that you're trying to override the right MX
with a fake (or experimental, as you like) MX.
Rethink about the mail organization.
Hope that helps.
>
> ---------------
> bluejava.com
> pingu.bluejava.com
> moomin.bluejava.com
> miffy.bluejava.com
> .bluejava.com
> ----------------
>
> (extra entries added to try to fix this).
>
> Anybody have any ideas? Here is the output from 'showctl'. Thanks in
> advance!
>
> --------------------------------------
> [root@miffy bin]# ./qmail-showctl
> qmail home directory: /var/qmail.
> user-ext delimiter: -.
> paternalism (in decimal): 2.
> silent concurrency limit: 120.
> subdirectory split: 23.
> user ids: 504, 505, 506, 0, 507, 508, 509, 510.
> group ids: 501, 502.
>
> badmailfrom: (Default.) Any MAIL FROM is allowed.
>
> bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
>
> bouncehost: (Default.) Bounce host name is miffy.bluejava.com.
>
> concurrencylocal: (Default.) Local concurrency is 10.
>
> concurrencyremote: (Default.) Remote concurrency is 20.
>
> databytes: (Default.) SMTP DATA limit is 0 bytes.
>
> defaultdomain: Default domain name is bluejava.com.
>
> defaulthost: Default host name is miffy.bluejava.com.
>
> doublebouncehost: (Default.) 2B recipient host: miffy.bluejava.com.
>
> doublebounceto: (Default.) 2B recipient user: postmaster.
>
> envnoathost: (Default.) Presumed domain name is miffy.bluejava.com.
>
> helohost: (Default.) SMTP client HELO host name is miffy.bluejava.com.
>
> idhost: (Default.) Message-ID host name is miffy.bluejava.com.
>
> localiphost: (Default.) Local IP address becomes miffy.bluejava.com.
>
> locals:
> Messages for bluejava.com are delivered locally.
> Messages for pingu.bluejava.com are delivered locally.
> Messages for moomin.bluejava.com are delivered locally.
> Messages for miffy.bluejava.com are delivered locally.
> Messages for .bluejava.com are delivered locally.
>
> me: My name is miffy.bluejava.com.
>
> percenthack: (Default.) The percent hack is not allowed.
>
> plusdomain: Plus domain name is bluejava.com.
>
> qmqpservers: (Default.) No QMQP servers.
>
> queuelifetime: (Default.) Message lifetime in the queue is 604800
> seconds.
>
> rcpthosts:
> SMTP clients may send messages to recipients at bluejava.com.
> SMTP clients may send messages to recipients at javabanners.com.
> SMTP clients may send messages to recipients at makico.com.
>
> morercpthosts: (Default.) No effect.
>
> morercpthosts.cdb: (Default.) No effect.
>
> smtpgreeting: (Default.) SMTP greeting: 220 miffy.bluejava.com.
>
> smtproutes: (Default.) No artificial SMTP routes.
>
> timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
>
> timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
>
> timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
>
> virtualdomains:
> Virtual domain: makico.com:makiko
> Virtual domain: javabanners.com:glenn
> [root@miffy bin]#
>
>
>
>
> --
> �.��.���`�. Glenn R. Crownover
> �.��.���`�. Owner/CEO - Investor's Network Cafe
> �.��.���`�. http://www.bluejava.com/inc/
> �.��.���`�. reply to: [EMAIL PROTECTED]
>
>
>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Luis Campos de Carvalho
System Administrator at ECB -- Escola Paulista de Medicina
"MAN + BEER = MORE MAN"
-- Collected from the Slashdot discussion list.
http://www.have-a-brew.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thanks everybody. I'm not sure what did it. I killed all qmail
processes (thanks Lyndon!) and added the .qmail file to my home
directory and restarted. Now it works.
Thanks a bunch!
Oh, Luis, yes. My real mail server (as viewed from the outside) is
mx.netwizards.net. I am trying to get everything setup here locally for
the "big move". But I figured my mailer wouldn't know the difference.
And now that it is working, that assumption appears true.. Thanks!
--
�.��.���`�. Glenn R. Crownover
�.��.���`�. Owner/CEO - Investor's Network Cafe
�.��.���`�. http://www.bluejava.com/inc/
�.��.���`�. reply to: [EMAIL PROTECTED]
I have seen it - I'm not sure exactly what fixed it, but it was definitely
in my /var/qmail/control... I think I made rcpthosts and locals as the
same, but I also had to kill all qmail procs and restart them.
<:) Lyndon
> -----Original Message-----
> From: Glenn Crownover [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 22, 1999 12:52 PM
> To: qmail list
> Subject: Anybody seen this error message before?
>
>
> I have read everything in print regarding qmail (I think)! But I don't
> know what to do about this message I'm getting upon trying to send mail
> to <[EMAIL PROTECTED]> (my linux/qmail box):
>
> --------------
> qmail: 938029565.082075 delivery 68: failure: Sorry._Altho
> ugh_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_isn'
t_in_my_contro
>
> l/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
> -------------------
>
> Sounds like an easy fix right? But my control/locals file looks like
> this:
>
> ---------------
> bluejava.com
> pingu.bluejava.com
> moomin.bluejava.com
> miffy.bluejava.com
> .bluejava.com
> ----------------
>
> (extra entries added to try to fix this).
>
> Anybody have any ideas? Here is the output from 'showctl'. Thanks in
> advance!
>
> --------------------------------------
> [root@miffy bin]# ./qmail-showctl
> qmail home directory: /var/qmail.
> user-ext delimiter: -.
> paternalism (in decimal): 2.
> silent concurrency limit: 120.
> subdirectory split: 23.
> user ids: 504, 505, 506, 0, 507, 508, 509, 510.
> group ids: 501, 502.
>
> badmailfrom: (Default.) Any MAIL FROM is allowed.
>
> bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
>
> bouncehost: (Default.) Bounce host name is miffy.bluejava.com.
>
> concurrencylocal: (Default.) Local concurrency is 10.
>
> concurrencyremote: (Default.) Remote concurrency is 20.
>
> databytes: (Default.) SMTP DATA limit is 0 bytes.
>
> defaultdomain: Default domain name is bluejava.com.
>
> defaulthost: Default host name is miffy.bluejava.com.
>
> doublebouncehost: (Default.) 2B recipient host: miffy.bluejava.com.
>
> doublebounceto: (Default.) 2B recipient user: postmaster.
>
> envnoathost: (Default.) Presumed domain name is miffy.bluejava.com.
>
> helohost: (Default.) SMTP client HELO host name is miffy.bluejava.com.
>
> idhost: (Default.) Message-ID host name is miffy.bluejava.com.
>
> localiphost: (Default.) Local IP address becomes miffy.bluejava.com.
>
> locals:
> Messages for bluejava.com are delivered locally.
> Messages for pingu.bluejava.com are delivered locally.
> Messages for moomin.bluejava.com are delivered locally.
> Messages for miffy.bluejava.com are delivered locally.
> Messages for .bluejava.com are delivered locally.
>
> me: My name is miffy.bluejava.com.
>
> percenthack: (Default.) The percent hack is not allowed.
>
> plusdomain: Plus domain name is bluejava.com.
>
> qmqpservers: (Default.) No QMQP servers.
>
> queuelifetime: (Default.) Message lifetime in the queue is 604800
> seconds.
>
> rcpthosts:
> SMTP clients may send messages to recipients at bluejava.com.
> SMTP clients may send messages to recipients at javabanners.com.
> SMTP clients may send messages to recipients at makico.com.
>
> morercpthosts: (Default.) No effect.
>
> morercpthosts.cdb: (Default.) No effect.
>
> smtpgreeting: (Default.) SMTP greeting: 220 miffy.bluejava.com.
>
> smtproutes: (Default.) No artificial SMTP routes.
>
> timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
>
> timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
>
> timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
>
> virtualdomains:
> Virtual domain: makico.com:makiko
> Virtual domain: javabanners.com:glenn
> [root@miffy bin]#
>
>
>
>
> --
> �.��.���`�. Glenn R. Crownover
> �.��.���`�. Owner/CEO - Investor's Network Cafe
> �.��.���`�. http://www.bluejava.com/inc/
> �.��.���`�. reply to: [EMAIL PROTECTED]
>
>
>
I am installing qmail on a test system, using "lwq" as instructions.
If all goes well I will use qmail on my RHLinux6.0 box to distribute mail to
clients on our local windows network (Netscape messenger clients).
My problem has come after the build when I want to do
./config-fast the.full.hostname
I have a dial up connection to my isp and a dynamic IP address. I wish to
set up:
fetchmail to collect my mail from isp mailbox (several accounts such as
[EMAIL PROTECTED], [EMAIL PROTECTED] etc)
then my windows boxes will point their mua at qmail (with netscape
messenger)
to get their mail at their workstation.
So my Linux box does not have the.full.hostname - only a name ("my name")
I hope someone can help me with this
Regards,
Stephen Lavelle
PS thanks to Dave for lwq and sorry for long winded post.
Is it possible to use qmail-popup without using the Maildir format? I
am trying to use $HOME/Mailbox for mail and gather my remotely via
POP-3, but I keep getting the message:
Could not connect to mail.bluejava.com (my domain)
-ERR this user has no $HOME/Maildir
Any ideas?
Thanks!
--
�.��.���`�. Glenn R. Crownover
�.��.���`�. Owner/CEO - Investor's Network Cafe
�.��.���`�. http://www.bluejava.com/inc/
�.��.���`�. reply to: [EMAIL PROTECTED]
On Wed, Sep 22, 1999 at 04:27:32PM -0700, Glenn Crownover wrote:
> Is it possible to use qmail-popup without using the Maildir format?
The short answer is no.
The long answer is you could use it, but not with qmail-pop3d. You'd need to
write your own pop3 daemon that worked with the qmail-popup/checkpassword
semantics.
If you don't want to use Maildirs, don't use qmail-popup/qmail-pop3d.
Chris
Rafael Pirolla wrote:
>
> Hello Sirs,
>
> First of all I want to thank everyone that helped me every time I
> needed some help of this list...
> I want to setup an IMAP server with Qmail so that it rejects any
> message that doesn't use criptografy for the login and pass fields... I
> want to use IMAP with Qmail too, in the Maildir mode. I noticed some
> patches in the Home Page, it is the only way? ...
I use UW's imap daemon with qmail, but I don't use Maildir. I have seen
references to patches to imapd to allow it to support maildir. Can't
help you much more than that.
As for security, UW's imap daemon supports Kerberos V through GSSAPI
(but I don't know how available kerberos is outside the US). It also
supports CRAM-MD5 hashed passwords, but this requires a cleartext file
of passwords to reside on the imap server. Lastly, I'm also using
sslwrap (http://www.rickk.com/sslwrap) to allow SSL encrypted connection
from Outlook Express and Netscape to access imapd. imapd then uses
whatever PAM module I like to authenticate the user. (We use krb5, but
there are also nis, NT-PDC, and possibly LDAP authentication modules
available.)
--Ryan Cleary
_______________________________________________________________________
Ryan Cleary <[EMAIL PROTECTED]>
No fix though huh?
-Scott
On Wed, 22 Sep 1999, Steve Tylock wrote:
> Scott, yes - I have.
>
> This is my message from 9/13:
>
> I have had users complaining of multiple copies of mail... After offering
> 'our mailer isn't doing it', I looked, and found logs that show my
> mailer might be doing it...
>
> The mail host is a Sun IPX w Solaris 5.5.1, and qmail 1.03 w fastforward
> and smtp-after-pop-authentication.
>
> I grepped out the lines with this id, and include from one end through
> to the new msg after what looks to be a full message.
> -----
> Sep 13 00:24:08 hank.questra.com qmail: 937196648.684133 end msg 59632
> Sep 13 00:24:11 hank.questra.com qmail: 937196651.796344 new msg 59632
> Sep 13 00:24:11 hank.questra.com qmail: 937196651.798596 info msg 59632:
> bytes 7434 from <[EMAIL PROTECTED]> qp 7639 uid 91
> Sep 13 00:24:12 hank.questra.com qmail: 937196652.065865 starting delivery
> 126922: msg 59632 to remote [EMAIL PROTECTED]
> Sep 13 00:24:17 hank.questra.com qmail: 937196657.023715 starting delivery
> 126924: msg 59632 to remote [EMAIL PROTECTED]
> Sep 13 00:24:17 hank.questra.com qmail: 937196657.029265 starting delivery
> 126925: msg 59632 to remote [EMAIL PROTECTED]
> Sep 13 00:24:18 hank.questra.com qmail: 937196658.368045 end msg 59632
> Sep 13 00:24:21 hank.questra.com qmail: 937196661.923722 warning: trouble
> marking remote/16/59632; message will be delivered twice!
> Sep 13 00:24:21 hank.questra.com qmail: 937196661.925484 warning: unable
> to unlink remote/16/59632; will try again later
> Sep 13 00:24:21 hank.questra.com qmail: 937196661.982616 warning: trouble
> marking remote/16/59632; message will be delivered twice!
> Sep 13 00:24:21 hank.questra.com qmail: 937196661.984385 warning: unable
> to unlink remote/16/59632; will try again later
> Sep 13 00:24:51 hank.questra.com qmail: 937196691.555955 new msg 59632
> -----
> mail related processes:
> root 22091 22089 0 Aug 10 ? 0:00 qmail-lspawn ./Mailbox
> qmaill 22090 22089 0 Aug 10 ? 39:43 splogger qmail
> qmails 22089 1 0 Aug 10 ? 66:40 qmail-send
> qmailr 22092 22089 0 Aug 10 ? 16:12 qmail-rspawn
> qmailq 22093 22089 0 Aug 10 ? 18:17 qmail-clean
> -----
>
> So the question is - I don't see any system errors, and this is not
> happening on every message, just some - what is going on here?
>
> The only other odd thing I have noticed is that the inodes are reused
> very quickly - as in almost immediately...
>
> steve
> [EMAIL PROTECTED]
>
> ---------
>
> The only response I got was that nortel was a suspect receiver of mail...
>
> steve
>
Hi !
Is it possible that qmailanalog calculates how much traffic was
done by a specified user oer specified domain ?
I need to count the MBs for *@mydomain.net.
After using grep and so on i have a list if *@*.domain.net and the
traffic,
but it would take sooooooo long to calculate evrythign by hand then.
Thank you,
Thomas
Hi there,
i have a question : Where EXACTLY must be te vmailmgr.conf file?
One FAQ sasy in /etc/ , another in /etc/vmailmgr/
So, where must it be realy?!
Thomas
Hi to all!
I already have the following entry in my virtualdomains file:
doods.net.ph:ecj
If I send mails to [EMAIL PROTECTED], no problem. However, if I send to an
alias, say [EMAIL PROTECTED], it remains in the queue. I already have a
user named 'pogi' and have .qmail-pogi in ~ecj.
What else am I missing here?
Thanks in advance!
Regards,
0o0=0o0=0o0=0o0=0o0=0o0=0o0=0o0=0o0
Edward Castillo Jakosalem
Systems Administrator
ACCESS NET (PHILS), INC.
phone: (632)-910-8081 to 85
fax: (632)-910-8086
email: [EMAIL PROTECTED]
URL: http://www.access.net.ph/ecj
0o0=0o0=0o0=0o0=0o0=0o0=0o0=0o0=0o0
Chris Johnson wrote:
> On Wed, Sep 22, 1999 at 11:45:19AM +0200, Ana Bel�n Santos wrote:
> > I want to allow selected clients to use my smtp server as a relay. I
> > have used tcpserver, but I only can restrict the access controling the
> > IP of the sender and I want to control the email address of the sender,
> > not the IP. Is this possible?? How can I do that??
>
> As others have pointed out, it's a bad idea to allow relaying based on sender
> address. But if you really want to do it, try this patch:
I know that it is a bad idea, but my problem is that the user that I have given
a mail account
in my system has dinamic IP addressing. So, how can I allow using my smtp server
as a relay to
this user and no for nobady else if I dont know his IP address???
thanks
>
>
> http://www.palomine.net/qmail/relaymailfrom.patch
>
> Chris
Ana Santos
I made some changes to tcpserver to support as many blacks lists as a person
wants several months ago -- I'm doing it by building a compile time table
(you could externalize it if you wanted and that would be super
enhancement). I've been planning on packaging the changes cleanly as
diffs -- but haven't gotten around to it.
I've now had a couple people tell me they'd like this capability -- so since
I'm being a slug about getting the diffs together as a patch, feel free to
download a tar file of the (complete) changed source (and doc) files they
are at http://qmail.xchng.net/public/source/tcpserver.tar.gz
This is derived from ucspi-tcp-0.84 -
ftp://koobera.math.uic.edu/www/ucspi-tcp.html
Roger Soles