Re: unable to bind: address already used

2001-01-16 Thread Marco Leeflang

 
 @40003a636a5e07e6c22c tcpserver: fatal: unable to bind: address already used
 

This means that there's already active a pop3-server, look with ps.
disable the pop3 entry in inetd.conf.

marco leeflang



Re: ezmlm response

2000-11-17 Thread Marco Leeflang

Yard wrote:
 
 Hi there, I'm using qmail with vpopmail... I want do this:
 wend I send a email to "user1" I want that copy the email to "user2"
 but keep it on "user1" so both user have it... I don't figure how I
 can do that... Someone can help?
 Jean-Francois Dionne

make a .qmail-user1 in the directory of that domain made with vadddomain
put  the following in that .qmail-user1 file


/home/vpopmail/domains/whateverdomain.com/user1/Maildir/
[EMAIL PROTECTED]

or 

/home/vpopmail/domains/whateverdomain.com/user1/Maildir/
/home/vpopmail/domains/whateverdomain.com/user2/Maildir/


greetings,

marco leeflang



max number of virt. domains

2000-11-15 Thread Marco Leeflang


What's the maximum number of virtual domains on one qmail-server and
administrated with qmailadmin??

greetings

Marco Leeflang
Leeflang-IT 
Netherlands



qmailadmin add pop-account failure

2000-11-15 Thread Marco Leeflang

I use qmailadmin-0.39 and vpopmail-4.9.6 
If you push the add button in add pop account  with empty fields i get 2
situations.

First after push the add button vpasswd for that domain is cleared, 0
bytes cdb files still ok.

Second a entry in vpasswd is add with no popaccount and username
information in it

vpasswd:
:2sLuN/OVWa6pw:1:0::/home/vpopmail/domains/leeflang-it.nl/:NOQUOTA

This entry can't deleted by qmailadmin, only just by hand.

Any idea's ??? 

greetings,

Marco Leeflang
Leeflang-IT
Netherlands



Re: pop3 with virtualdomains

2000-10-21 Thread Marco Leeflang

Asfihani wrote:
 
 Hi,
 
 I'm running qmail with some virtualdomains.
 When I'm doing telnet to mail.maydomain.com port 110, I got error message like this:
 
 darktar~$ telnet mail.mydomain.com 110
 Trying 192.168.0.1...
 Connected to mail.mydomain.com.
 Escape character is '^]'.
 +OK [EMAIL PROTECTED]
 user asfik%mydomain.com
 +OK
 pass mysecretpass 
 -ERR authorization failed

Which program checks the pop3 passwords, did you change it to  vchkpw ??


greetings,

marco leeflang



Re: need help with vpopmail

2000-07-11 Thread Marco Leeflang

How did you start the pop3 server,
pop3 username for vpopmail :

user.name%domain.com

the % sign replaces the @

greetings

marco leeflang

Simo Lakka wrote:

 I installed vpop mail, and added domain / user. But now
 i cant login to POP3. Wrong password, etc ... I can send
 mail to blabla@myhost and i can see that mail in
 ../thatdomain/user/Maildir/new.. butbut just cant login to pop3

 zrx




vacation program for qmail/vpopmail/qmailadmin

2000-06-22 Thread Marco Leeflang

i want a vacation program where vpopmail users can change their own
vacation message
any suggestion ??

greetings,
marco leeflang



Re: pop mail from isp wit fetchmail

2000-05-29 Thread Marco Leeflang

Marco Leeflang wrote:
 
 I setup qmail with several virtual domains and it works great for
 several months.
 every time the linux-box connect to my isp, the isp try to deliver mail
 waiting in the popbox.
 qmail deliver this mail to the users in the virtual domains.
 right now i want to force retreiving mail from my isp by using
 fetchmail.
 
 i can retreive the mail from my isp but all mail is delivered to
 root@localhost, thats not wat i want.
 
 Someone experience with qmail/fetchmail combination or another tool to
 retreive mail from isp's en local deliver to de virtual domains.
 
 greetings,
 marco leeflang

Thanks to all, it works now the way i want it.

i have a single pop account where all mail for 2 domains are collected
where each domain has about 300 email-addresses

normally when i connect to the isp, the isp put all mail waiting in the
pop-box to port 25 so i never had to retreive mail by myself.

but if a connection is up and mail is sitting in the isp popbox it takes
a long time until this mail is sent by the isp, so i want fetchmail to
collect this mail
i put fetchmail in multidrop mode to collect all mail from the isp and
deliver it to qmail who takes care of delivering it to the right local
pop-box.

/etc/fetchmail.conf :

defaults
   
forcecr 
   
fetchall
set
invisible   
poll pop3.demon.nl proto pop3 timeout 50 localdomains domain1.nl
domain2.nl user username password topsecret is *
here  

i run fetchmail from cron :

fetchmail -n -f /etc/fetchmail.conf 

thanks to all to put me in the right direction


greetings
marco leeflang



pop mail from isp wit fetchmail

2000-05-28 Thread Marco Leeflang

I setup qmail with several virtual domains and it works great for
several months.
every time the linux-box connect to my isp, the isp try to deliver mail
waiting in the popbox.
qmail deliver this mail to the users in the virtual domains.
right now i want to force retreiving mail from my isp by using
fetchmail.

i can retreive the mail from my isp but all mail is delivered to
root@localhost, thats not wat i want.

Someone experience with qmail/fetchmail combination or another tool to
retreive mail from isp's en local deliver to de virtual domains.

greetings,
marco leeflang



Re: pop mail from isp wit fetchmail

2000-05-28 Thread Marco Leeflang

Darren Wyn Rees wrote:
 
 On Sun, May 28, 2000 at 05:05:35PM +0200, Marco Leeflang wrote:
 
  i can retreive the mail from my isp but all mail is delivered to
  root@localhost, thats not wat i want.
 
 In your .fetchmailrc file, you need something like this :
 
 defaults
 forcecr
 fetchall
 batchlimit 300
 fetchlimit 5000
 poll pop3.demon.nl protocol pop3 timeout 50
  user [EMAIL PROTECTED] password YOURPASS is YOURUSER here
  user [EMAIL PROTECTED] password YOURPASS is YOURUSER2 here
   ^^
  |
   The syntax may be slightly different here, as some pop3 daemons
 use "marco+yourhost.demon.nl" etc.  The line translates into English as,
 "fetch mail addressed to [EMAIL PROTECTED] and forward it locally
 to YOURUSER".
 
 You'll need a default 'catchall' line in the above,
 (user yourhost.demon.nl etc.), or some mail will sit unretrieved on
 the mail server.
 
 The above is a rather simple configuration.  Read the man pages
 for far more elaborate polling/forwarding options.  Also, you need
 to put 'localhost' in your /var/qmail/control/rcpthosts ctl file IIRC.
 
 Demon (UK) offer smtp delivery of mail for their customers.  You'll
 need to consider this issue when polling for mail if you too are offered this.
 Read the Customer Support FAQs available from www.demon.nl
 
  Someone experience with qmail/fetchmail combination or another tool to
  retreive mail from isp's en local deliver to de virtual domains.
 
 fetchmail is more than adequate for the task.  It worked
 fine with my Demon (UK) a/c.  The newsgroup demon.tech.unix is
 a good place to ask ISP-specific questions about fetchmail configuration.
 
 --
 this is my .sig, show me yours

fetchmail retreives mail from my ISP this part works, what i don't want
is to put all my email/pop users in the fetchmail config file.
i want fetchmail to retreive mail from my isp and don't want fetchmail
to do anything with the message-header but deliver this maill to qmail,
and qmail put it to the right maildir.
how can i tell fetchmail to do nothing with the header.

greetings,

marco leeflang



forward all mail from one virtual domain to another virtual domain

2000-05-24 Thread Marco Leeflang

i have to setup qmail with vpopmail/qmailadmin to forward all mail for
domain-a.com to domain-a.nl
only domain-a.nl contains the users.
so mail for [EMAIL PROTECTED] will be delivered to [EMAIL PROTECTED]

in control/virtualdomains:

domain-a.nl:domain-a.nl
domain-a.com:domain-a.nl


problem is that all mail for domain-a.com is deleverd to
[EMAIL PROTECTED] the catchall user.

greetings 
marco leeflang



Re: Blocking mail from a single address?

2000-04-15 Thread Marco Leeflang

yes it works with vpopmail.
put the emailaddress in control/badmailfrom and qmail won't accept mail
from this email-address.

cu
marco leeflang

Bill Parker wrote:
 
 Hi all,
 
 I'm running qmail v1.03 and vpopmail, would like to know how to block
 mail from a certain user who has become a pest bombarding our mail server
 with stupid advertisements, etc...Is this somewhere in the docs (I vaguely
 remember something about badmailfrom, but will it work with vpopmail)?
 
 -Bill



Re: Changes don´t work

2000-03-20 Thread Marco Leeflang

 wilke wrote:
 
 I´m setup qmail smtpd by change some files like "qmail-smtpd.c"  but
 the changes don´t work..
 There is another file to setup??
 
 Than´k´s
  Wilke Murakami

did you re-compile ??

marco leeflang



Re: vpopmail and Netscape

2000-03-02 Thread Marco Leeflang

Erich Zigler wrote:

 Im having several complaints from people using Netscape 4.7's email client.
 Seems when they are trying to log into the server that Netscape is only
 sending user@ not [EMAIL PROTECTED] So the user then cannot get their mail.


use % in stead of @

so user%domain.com will work

greetings
marco leeflang



 --
 Erich Zigler  System Administrator
  Last night I played a blank tape at full blast. The mime next door went
 nuts.






Re: POP3D Access Control List

2000-02-26 Thread Marco Leeflang

[EMAIL PROTECTED] wrote:

 Hi,

 Is there any way of building Access Control list for users for POP3D on a system
 running Qmail ? . I want some users to access their mails using POP3, but also
 want some others cant access ?

 Sincerely.
 balci.

Using tcpserver?? make a list with ip-numbers which you allow to access your
pop-service

marco leeflang






badmailfrom - badmailto???

2000-02-09 Thread Marco Leeflang

With control/badmailfrom i can refuse mail send from emailaddresses list
in this file.
Is it possible to refuse mail for emailaddresses list in this file ore
some file ,send by local users?

greetings
marco leeflang



attach footer-message

2000-02-07 Thread Marco Leeflang

I have to put a footer message in all, in/outbound mail messages.
I now that some other posting to this list told that the clients should
add a signature message.
All mail goes through qmail so is there a way to put a footer message in
each mail.

greetings,
marco leeflang




Re: virus scanning lotus

2000-02-04 Thread Marco Leeflang

Roland Pelzer wrote:

 -Ursprngliche Nachricht-
 Von: [EMAIL PROTECTED] [EMAIL PROTECTED]
 An: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Datum: Mittwoch, 2. Februar 2000 22:10
 Betreff: virus scanning  lotus

 Hi everyone.
 
 question:
 
 I mentioned that there is open source virus scanning software for email to
 my manager, he responded who updates the signature files? I didn't have an
 answer.
 
 I did some searching in the archives and haven't found anything yet. I
 thought there was quite a discussion about a virus scanner for qmail
 several months ago on this list. But now I'm wondering if I may have spoken
 to soon. Was I wrong about this? If I was not wrong then who does update
 these files or how does one go about getting updates?
 
 We use lotus on NT. I know, I know... I'm trying to build up a argument for
 integrating more open source.  What are the pros and cons of qmail vs.
 lotus in an NT house?

 In our company we are using both qmail and Notes (on NT). qmail checks all
 mail for viruses and handles relay/spam-control and some further stuff, then
 it forwards the mail using smtproutes to our Notes server. Works very well
 for our purposes.

What tools are used to check mail for viruses.
I have to setup virusscanning with qmail.

greetings,
marco leeflang




Re: auto-reply in qmail

2000-02-03 Thread Marco Leeflang

Alok Bhatt wrote:

 Hi all,
 i m using qmail 1.03 on rhl -6.1 and want auto reply with meaningful
 text (say "message recieved, will reply soon"), when mail is delivered
 to a user.
 I tried using qreciept in .qmail, but that was not much of a help. Even
 log file do not show any thing useful.

look at qmails homepage www.qmail.org and search for autoresponder on this
page.
several autoresponders excist.

marco leeflang




mail to all@domain.com password protected

2000-02-01 Thread Marco Leeflang

is it possible to secure mail to [EMAIL PROTECTED] with a password so only
people who knows the user/password or just the password could mail to
this emailaddress.
.qmail-all will hold all users within this domain.
i use vchkpwd/vpopmail with qmailadmin. i can use vpopbull , which works
ok with plain text, but i also want send attachements to everyone.

marco leeflang



Re: mail to all@domain.com password protected

2000-02-01 Thread Marco Leeflang

First a pop validation and then mail to this account.

marco leeflang

[EMAIL PROTECTED] wrote:

 On Tue, Feb 01, 2000 at 08:19:20PM +0100, Marco Leeflang wrote:
  is it possible to secure mail to [EMAIL PROTECTED] with a password so only
  people who knows the user/password or just the password could mail to
  this emailaddress.
  .qmail-all will hold all users within this domain.
  i use vchkpwd/vpopmail with qmailadmin. i can use vpopbull , which works
  ok with plain text, but i also want send attachements to everyone.

 Where do you intend to put the password-check dialog?

 Greetz, Peter.
 --
 Peter van Dijk - student/sysadmin/ircoper/madly in love/pretending coder
 |
 | 'C makes it easy to shoot yourself in the foot;
 |  C++ makes it harder, but when you do it blows your whole leg off.'
 | Bjarne Stroustrup, Inventor of C++



Re: mail to all@domain.com password protected

2000-02-01 Thread Marco Leeflang

[EMAIL PROTECTED] wrote:

 On Tue, Feb 01, 2000 at 08:33:38PM +0100, Marco Leeflang wrote:
  First a pop validation and then mail to this account.

 First of all: don't Cc me, I'm on the list.

ok.



 Second: http://leerquoten.nijntje.net/ (Dutch).


just read it.


 And then, to quote djb: 'What problem are you trying to solve?'


i don't want everyone to send mail to [EMAIL PROTECTED], just selected people.
mail to [EMAIL PROTECTED] will be delivered to all popboxen in this domain.
so thats why


 Greetz, Peter.

marco leeflang



Re: Special pop accounts

2000-02-01 Thread Marco Leeflang

Director tecnico del Nodo Nicarao -- Juan Navas wrote:

 I trying to configure a pop mail account without using a system account:

 .
 .
 Single-UID based POP3 box HOWTO.By Paul Gregg ,
 1998Copyright Paul Gregg,1998
 .
 .

 Te documentation told me to run the program qmail-newu to  rebuild the
 database (cdb). When I do dat it respond with:

 .
 .
 # qmail-newu
 qmail-newu: fatal: bad format in users/assign
 .
 .

 I'm trying to find now documentation about the format that I should use on
 the "assign" file. Actually I have:

 .
 .
 =domain-com-ni-testid:popuser:888:888:/var/qmail/popboxes/domain-com-ni/testid:::
 .
 .


On the last line ther must be a single.
see FAQ



 I don't see anything wrong.What do you thing may the problem be?

 Does any have any experience making pop accounts without using system
 accounts?

marco leeflang



vpopmail and .qmail-default

1999-12-28 Thread Marco Leeflang

The default behaviour of qmail when no .qmail-default is in the alias
dir the message bounced and the sender received a message.
Is this possible with vpopmail/qmailadmin, i have 2 domains and one i
want to bounce and the other should deliver undeliverd mail to the
postmaster.

greetings,
marco leeflang





local delivery and forwarding messages

1999-12-09 Thread Marco Leeflang

i have a popuser of a virtual domain which want to deliver his mail in a
local popbox and also deliver this message to his private email-address.

on another qmail server wihout virtual domains i put the following in
his  .qmail file in his home directory:

./Maildir/
[EMAIL PROTECTED]

I tried this with vpopmail but no result

any suggestion

greetings,
marco leeflang



qmailadmin/vpopmail strange behaviour

1999-12-07 Thread Marco Leeflang

i setup qmail with qmailadmin/vpopmail version 0.25/3.4.10
in a test config i setup 2 virt domains.
via qmailadmin i can manage users/lists etc, now i migrate about 300
users with vadduser with a little script.
I see difference in vpasswd between users created with vadduser an with
qmailadmin, quota and NOLOGIN, why???
second after i add the users and add som responders and forwards i
cannot logon with a user account in qmailadmin, error-response 'bad
file'. pop3 validation is ok with this user
last, with 300 users it takes a few, 10-20 seconds, before the main-menu
is displayed in the browser, how about 1000 users.
Is this respons-delay normal ???

marco leeflang



Re: pop3 How To

1999-11-16 Thread Marco Leeflang

Do you have an example of the run script in the supervise dir.

marco leeflang

"Benjamin de los Angeles Jr." wrote:

 The scripts are now in

 http://members.surfshop.net.ph/~bench/qmail/

 On Thu, 11 Nov 1999, Doug Lumpkin wrote:

  Please do post...
 
  --
  Doug Lumpkin
  [EMAIL PROTECTED]
  - Original Message -
  From: Benjamin de los Angeles Jr. [EMAIL PROTECTED]
  To: john [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Thursday, November 11, 1999 8:43 PM
  Subject: Re: pop3 How To
 
 
  
   Install daemontools-0.61 and qmail's pop3d.
   I have a modified qmail and pop3d init scripts derived from Dan Sill's
   example which works with ucspi-tcp-0.84 and daemontools-0.61.
   Message me if you want the scripts, and I will be post it on my
   homepage.
  
 
 



webmin qmail-module problems

1999-11-15 Thread Marco Leeflang

I trying to config qmail with webmin and the qmail module written by
Vyacheclav Ignatuk.
Setup/config of this module is easy and after this it's very easy with
the webmin interface to add/delete/change users/alias etc.
I change my startscripts to use the checkpoppasswd written/changed by
Paul Gregg.
Whatever i try i can't authenticate popusers with this checkpoppasswd.
When i change the entry in poppasswd with a test entry, testid/testpw,
explained in the "Single-UID based POP3 box HOWTO" i can validate the
testid user en read mail waiting in his Maildir.
The poppasswd files generated by the qmail webmin module produced a
different layout.
What's going wrong, checkpoppasswd/webmin-qmail module not the right
choise??

I've also test qmail setup with vpopmail en qmailadmin, works fine but i
like the webmin interface, very modular

greetings,
marco Leeflang



virtual domains without % in poplogin

1999-11-13 Thread Marco Leeflang

is there a checkpassword program where a user can pop his mail without
user%domain/password but simple user/password.

marco leeflang



Re: Can't access localmail

1999-11-07 Thread Marco Leeflang

are there .qmail files in the homedirs 

marco leeflang

Subba Rao wrote:

 Hello,

 I am trying to access my mailbox on one of my Linux systems. I had installed
 Qmail on it and later decided to move back to Sendmail. At first, all qmail
 related material was deleted and later I went as far as reinstalling Linux.
 The /home is on a different partition so the user data was secure. I use
 ELM and MUTT. I have removed all references to Qmail from /home/users
 directories.

 I can't access any mail for the local user. The mailbox seems to get it,
 but when I use mail, elm or mutt, it system seems to be looking in ~/Maildir,
 which is a Qmail scheme of the mailbox. Please keep in mind this is a new
 installation.

 = System where Qmail was deleted ==

 ---Mutt: (no mailbox) [Msgs:0]---(date/date)--(all)---
 /root/Maildir: No such file or directory (errno = 2)

 Mailbox is '~/Maildir' with 0 messages [ELM 2.4 PL25]

 ===

 This is a different system which is running sendmail. Qmail was not installed
 on this system. The output from MUTT and ELM go the /var/spool/mail/user.

 = Differenet System with Sendmail =

 ---Mutt: /var/spool/mail/root [Msgs:0]---(date/date)--(all)---

 Mailbox is '/var/spool/mail/root' with 0 messages [ELM 2.4 PL25]

 ==

 Does anyone have an idea, why my 1st system is going back to ~/Maildir?
 Any help is appreciated. I want to be able to read my local mail.

 Thank you in advance.

 Subba Rao
 [EMAIL PROTECTED]
 ==
 Disclaimer - I question and speak for myself.

 http://pws.prserv.net/truemax/
 __



Re: Urgent Please

1999-10-25 Thread Marco Leeflang

look at faq 5.4, about allow relay messages

marco leeflang

Ranjan Koirala wrote:

 Hi,

 I have just setup qmail for my ISP server, I have got my DNS and MX
 everything setup properly. But most of my clients are getting bounced
 message when they send to other addresses around the world.

 This is the content of the bounced message,

 [EMAIL PROTECTED]:
 Connected to 206.31.56.7 but sender was rejected.
 Remote host said: 501 [EMAIL PROTECTED]... Sender domain must exist

 This is just a copy lot of my clients are getting this and out side users
 also can not send the email to our address.

 Pls somebody give us the reason for this.

 Warm Regards,
 Ran



Re: inetd

1999-10-11 Thread Marco Leeflang

don't use inetd but use tcpserver, see qmail-howto

http://www.flounder.net/qmail/qmail-howto.html

marco leeflang

"Todd A. Jacobs" wrote:

 As instructed by the installation guide, I placed an entry for smtp into
 inetd.conf. However, the entry:

 smtpstream  tcp nowait  qmaild  /var/qmail/bin/tcp-env \
 tcp-env /var/qmail/bin/qmail-smtpd

 doesn't seem to pay any attention to /etc/hosts.deny. I tried prefacing it
 with tcpd, but that didn't do much good either. Suggestions?

 --
 Todd A. Jacobs
 Network Systems Engineer



Re: URGENT !! Strange Problem

1999-10-03 Thread Marco Leeflang

it look's like a problem i currently have.
a message to [EMAIL PROTECTED] give the same failure but a message to a alias
of the user works fine.
This only by a few users.

marco leeflang

Shashi Dahal wrote:

 Hi,
 Only to few users, When I send mails to [EMAIL PROTECTED], I get a failure
 notice saying
 no mailbox here by that name.I can finger as well as work on the home
 directory.
 Is this a problem with the settings. Everything looks normal to me.

 TIA

 Shashi



Re: inetd or tcpserver or xinetd?

1999-09-01 Thread Marco Leeflang

use tcpserver, its secure fast etc. etc.
for heavy smtp traffic don't use inetd which disables services for a while
when the load on that service is high.

marco leeflang

Fred Backman wrote:

 I've search through the qmail website and mailing list, but only grown
 more confused, so here goes:

 Which is the best of inetd, tcpserver and xinetd if you consider
 security, reliability, logging, configurability, etc?
 Any other alternatives apart from these?

 ...or to turn the question around:
 Is there anything wrong with (inetd|tcpserver|xinetd)?

 cheers
 Fred

 --
 Lead Wizard
 Binary Spells
 www.binaryspells.com
 *** Check out AntiTron v0.92 - our latest arcade game! ***



Re: How to queue messages for later delivery

1999-09-01 Thread Marco Leeflang



i use the holdremote patch for this and use a little script started
by cron
look at : qmail
holdremote patch
Filippos Slavik wrote:

Hello,
I'm searching the archives of the qmail list, but I can't find the correct
answer. My problem is the following:I
want my smtp server, which delivers my mails through big.isp smtp (** i
use /var/qmail/control/smtproutes**), to queue all outgoing messages and
try make a smtp connection each n seconds. Offcourse this is the case of
lan qmail smtp server connecting to the internet using a dialup connection.
In my current setup, qmail-smtp once a message is available for delivery,
is trying to connect to the big.isp smtp server. If the ppp connection
is not up, qmail-smtp puts the message in the queue for later delivery.
When the connection cames up, I issue a ALRM signal to the qmail-send process
to reschedule it's outgoing messages for delivery. Althought this approach
works for me, it makes me some problems (diald*) -> So I'd like to ask,
can I make qmail-send DO NOT try to make a immediate delivery ?Best
RegardsFilippos Slavik
 Filippos Slavik
 Part of the SIAMS's implementation
development team. For more
 information, please check
http://www.siams.net
 e-mail : [EMAIL PROTECTED]

"The software said 'runs on Win95
or better,' so I installed
 it on Linux..."






Re: Can qmail feed multiple users from one POP3 Mailbox

1999-07-29 Thread Marco Leeflang

yes, this is possible.
I setup a host with the holdremotepatch. after calling ISP, automaticly all
mail is dumped by SMTP to my mailserver ( one mailbox with all messages for the
domain ).
Qmail redirect these messages to the right local mailbox
The holdremote patch is used to hold the remote delivery to my ISP and each 20
min. cron triggers qmail to send and automaticly receives his mail to from the
ISP.

setting this up is very easy and without, until now, errors for several months.



Marco Leeflang

Cal Page wrote:

 My ISP puts any mail for my machine into one POP3 mailbox. For example,
 mail sent to either

 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

 would end up in the same mailbox at the ISP-. The only difference noted, is
 in the mail header, where the 'to:' field reflects the difference.

 I need some task that will connect to this mailbox, (say driven by cron),
 read the messages, and then post them to the various mailboxes on my
 system. Is there such a task in qmail?

 I read the qmail FAQ before posting, but it only mentioned setting up a POP
 server, and did not specifically talk to my case.

 Thank You,
 Cal Page



Re: baboo.smtp does not work by using qmail.

1999-07-28 Thread Marco Leeflang

what about qmail relay settings, are they setup right, Do qmail allow that host
to relay mail???

Marco Leeflang

Ferhat Doruk wrote:

 We are using qmail-1.03 on FreeBSD 3.2, some our customers use Microsoft
 IIS4.0 to host their ASP based web pages and their web site contains forms
 which sends mail by using smtp.dll (bamboo.smtp). These ASP pages does not
 send mail, when they use qmail as SMTP server. But they works well with
 other SMTP servers, like PostOffice and Exchange Server. First I thought
 this is Microsoft's bug. I tried it by using Sendmail, yes it worked! I
 tried with qmail much, but couldn't succeed. Unfortunately I became very sad
 as a qmail fanatic.
 Do you have any suggestions.

 Thanks.

 Ferhat Doruk



Re: qmail on RHL 4.2

1999-07-18 Thread Marco Leeflang

look at FAQ (5.4) perhaps this can help to solve your problem.


Marco Leeflang
Siemens Netherlands NV

David Dyer-Bennet wrote:

 Pieckiel, Kevin A [EMAIL PROTECTED] writes on 16 July 1999 at 09:45:49 
-0400
   A second question for the list:
  
   I'm migrating all linux boxen we have to qmail.  I have a RHL 4.2 box
   running kernel 2.0.32 and I set up qmail on it just like I have three
   other boxes before it.  Only difference between the boxen is OS version
   (the other three were RHL 6.0 with 2.2.10 kernel).
  
   My problem:  SMTP connections to qmail are made, but immediate dropped.
   No core dump can be found.  No error messages can be found.
  
   Are there known issues with qmail not working on a RHL 4.2 box or with
   pre 2.2.x kernels?  I must keep him the way he his because we have a
   Matrox Meteor in him and the only driver we can find for it is a patch
   for that kernel on that version (never could get the driver working
   under RHL 5.0).

 My current box has a 2.0.34 kernel, I think.  I've run qmail with lots
 of 2.0.xx kernels.  I've never been exactly RH 4.2 or RH 5.0 -- the
 box has too much history for that :-).

 If you installed a prebuilt qmail, either your own or from an RPM, you
 might want to think about library versions; maybe your 4.2 box doesn't
 have want you need, and the others do.  (I'd think this would make a
 message and a core file, though).  Similar questions for tcpserver
 versions.
 --
 David Dyer-Bennet  [EMAIL PROTECTED]
 http://www.ddb.com/~ddb (photos, sf) Minicon: http://www.mnstf.org/minicon
 http://ouroboros.demesne.com/ The Ouroboros Bookworms
 Join the 20th century before it's too late!



Re: qmail aliasing/virt users

1999-04-20 Thread Marco Leeflang

ok, thanks
i just forget this little dot

marco

RaTao von J wrote:

 you must be forgeting the dot "." in the end of the file ;) read the docs

 On 19-Apr-99 Marco Leeflang wrote:
  I have to setup a lot of full-name mail users.
  example:
  marco.leeflang  user leem
  so i have made a file in /var/qmail/alias/.qmail-marco:leeflang with
  leem in this file.
  al works fine.
  but now i have many files and want to setup these users in the assign
  file.
  all attempts still won't work.
  When i run qmail-newu i get a syntax error message
  what is the correct syntax in the assign file when i want the above user
  syntax.
 
  marco leeflang

 --
 E-Mail: RaTao von J [EMAIL PROTECTED]
 Pager: [EMAIL PROTECTED] -- !ACABOU!
 Date: 20-Apr-99   Time: 01:25:08
 --



Re: Question about .qmail-user file

1999-04-20 Thread Marco Leeflang

setup a file .qmail-marcos:tang and your problem is history

marco leeflang

Marcos Tang wrote:

 Hi,

 I have setup a qmail server and it works fine.

 However, there is a big problem I can't figure it out. Please tell me your 
suggestions:

 I created a file .qmail-marcos.tang at /var/qmail/alias and hope that my 
qmail will accept mails to [EMAIL PROTECTED] When I sent a message from 
outside, I found the error message at /var/log/syslog. It is

 == Start Logging here 
==

 Apr 21 00:36:32 student qmail: 924626192.905650 starting delivery 323: msg 
212178 to local [EMAIL PROTECTED]
 Apr 21 00:36:32 student qmail: 924626192.905651 status: local 1/10 remote 0/20
 Apr 21 00:36:33 student qmail: 924626193.029219 delivery 323: failure: 
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/

 == End Logging here 
==

 If I change my .qmail file from .qmail-marcos.tang to .qmail-marcostang, 
everything works fine.
 ^ (with a dot)   ^ (without a 
dot)
 So I wonder my qmail doesn't know how to handle an email address with a "dot" 
between. Of course, I believe qmail should be able to handle it :)

 Do you give me any ideasor hints such that my qmail server can receive any 
email addresses such as

 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

 Thanks a lot.
 Regards,
 Marcos.





qmail aliasing/virt users

1999-04-19 Thread Marco Leeflang

I have to setup a lot of full-name mail users.
example:
marco.leeflang  user leem
so i have made a file in /var/qmail/alias/.qmail-marco:leeflang with
leem in this file.
al works fine.
but now i have many files and want to setup these users in the assign
file.
all attempts still won't work.
When i run qmail-newu i get a syntax error message
what is the correct syntax in the assign file when i want the above user
syntax.

marco leeflang



Re: Qmail - Startup and POP3 Problems

1999-01-04 Thread Marco Leeflang

i should make a link to a S50qmail-pop3d.
Sxx are start scripts Kxx are shutdown scripts
ln -s /ets/rc.d/init.d/qmail-pop3d.init /etc/rc.d/rc2.d/S50qmail-pop3d

marco leeflang

Peter Abplanalp wrote:

 Hello, I've had similar problems ;-)

  1º - The POP3 service is not initializing on startup, a have to go to the
  /etc/rc.d/init.d and manually start qmail-pop3d.init (./qmail-pop3d.init
 start)

 You probably need to link /etc/rc.d/init.d/qmail-popsd.init to an rc script
 in the rc*.d directories.  i.e.

 ln -s /ets/rc.d/init.d/qmail-pop3d.init /etc/rc.d/rc0.d/K50qmail-pop3d

 you might want to do that for all the run levels.  An easier fix is to just
 add the pop command line to the existing /etc/rc.d/init.d/qmail script.

  2º - When I test the POP3 service, after I start it manually, telneting
 the
  POP3 port (telnet 192.168.100.1 110) this is what I receive:
 
  -
 
  [root@exion /root]# telnet 192.168.100.1 110
  Trying 192.168.100.1...
  Connected to 192.168.100.1.
  Escape character is '^]'.
  +OK 1405.941834174@checkpassword
  user mike
  +OK
  pass 1234
  -ERR this user has no $HOME/Maildir
  Connection closed by foreign host.
 
  -

 Make sure that maildir in the pop3d command line is Maildir.  It is case
 sensitive.  I made the same mistake.

 -Peter

 Peter Abplanalp
 StorageTek
 [EMAIL PROTECTED]



Re: virus scanner

1999-01-02 Thread Marco Leeflang

try amavis http://satan.oih.rwth-aachen.de/AMaViS/amavis.html
works for me

marco leeflang

"Benjamin de los Angeles Jr ." wrote:

 Hello,

 Is there a program or Qmail add-on which scans incoming/outgoing mails for
 viruses?

 _Bench