Re: can qmail rewrite an email adresse to resend it to the goodserveur ??
> I need to replace a netscape mesenger server fonctionality with Qmail: > is it possible with QMAIL? > sure it is, but ...how ??? It is simple after some reading. > all mails are recieve to the same server. > when it receive an email it looks on the LDAP if he have to deliver it > locally or remotely. /var/qmail/control/locals is there exactly for this. > if it is remotely it rewrite the adresse as "user@good-server-adress" and > send it. Search the archives for forward-domain. You will not have to go back so much in time if my memory works on my side. > of course it use a specific feild in the ldap but I can change what ever I > want on my LDAP "joe /var/qmail/control/locals" is your friend. BCs __ This message went through virus scan at Trend Ltd. which stated the message was clean of virii appeared before 2001.08.01.
Re: ^M character at the end of each line
> I've noticed a ^M character in some plain text email messages in the qmail > queue. > Why is it there The ^M is the remain of a M$ machine's CR/LF pair, not converted. > ...and how can i remove it ? For the existing messages in the queue I'd say sed or alike. For upcoming messages, you will have to find the point of misconfiguration. I could not tell you which side you should look for it (client or server). Csaba __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.06.29.
Re: I'm not root, can I use qmail?
> I have a shell account on a system (not root). I would like to setup qmail > as an SMTP server on port 2525. It would only be used for outgoing mail, > not incoming mail. In general, it is a strange idea to set up a mail gateway without notifying the root (even if it is for outgoing mails only). Your netadmin will set it up for you if it is really important. If he/she refuses, get an SMPT server address from outside and send your mail through that. > Does anyone know how I might go about implementing this? Can qmail be run > in a daemon mode to listen to port 2525, instead of being started by > /etc/inetd.conf? Starting qmail by inetd (and using inetd at all) is 'a bit' outdated. I have three letters for you: LWQ. Good luck. Csaba __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.06.20.
Re: Appending text to the bottom of outgoing messages
> I have a request from 2 of the domains I host to add an appended text to the > bottom of every outgoing email. I think I could force it easy enough if it > was the only domain hosted by the server, but since I'm hosting around 20, > and only 2 want it, and wouldn't you know it they want different text, how > can I accomplish this? Is it possible. More importantly, is it easy (sorry > I'm feeling very lazy today)? If it could be done for an only domain (which code/patch I would really like to see), it could be easily modified to read the text to append from a file which has the domain name in its name (say from 'append_$actdomain.txt' where actdomain=some.domain.com). So the solution is there; some of append_foo.txt files are empty and 2 of them are not. Regards Csaba __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.06.06.
Re: Please tele me every sub-directory meaning in /var/qmail/queue/.
> It have some sub-directory in /var/qmail/queue directory. > But I don't know every directory content and meaning . > Anyone can tell me? > Thank you! > # ls -l /var/qmail/queue/ > total 18 > drwx-- 2 qmails qmail512 May 31 09:43 bounce > drwx-- 25 qmails qmail512 May 30 10:45 info > drwx-- 2 qmailq qmail512 May 31 09:43 intd > drwx-- 25 qmails qmail512 May 30 10:45 local > drwxr-x--- 2 qmailq qmail512 May 30 10:45 lock > drwxr-x--- 25 qmailq qmail512 May 30 10:45 mess > drwx-- 2 qmailq qmail512 May 31 09:43 pid > drwx-- 25 qmails qmail512 May 30 10:45 remote > drwxr-x--- 2 qmailq qmail512 May 31 09:43 todo > # In general, what you can not understand and can not find documentation about, you should not care about. Just let qmail-queue 'et al' handle this directory and enjoy your working qmail system. Or mess it up and get someone to help you out of trouble. BTW, qmail stores your emails and connecting infos in this directory. Regards. Csaba PS. Have you read any documentation about qmail before installing it? Life With Qmail for example worth reading. Find it at www.lifewithqmail.com __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.05.24.
Re: Don't understand qmail-local parameter!!!
> The qmail-local usage is:" usage: qmail-local [ -nN ] user homedir local dash ext domain sender aliasempty".But can't understand every parameter meaning except user,homedir,domain. > Anyone can help me to undrstand? 'man qmail-local' will help you much. B.Csaba __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.05.24.
Re: "/did_1+0+0/ " meaning ?
> qmailI don't know understand the message "/did_1+0+0/" in /var/log/syslog file when qmail success delivery > Example: > May 30 11:06:38 www2 qmail: 991191998.879928 delivery 9: success: /did_1+0+0/ It was discussed not so long ago, look for it in archives. ...next time. Now, I can tell you that it stands for (deliveries)+(forwards)+(program forwards). So, in the most simple case - like your example - it means that one local delivery has been successfully done. B.Csaba __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.05.24.
Re: Qmail/SMTP Gateway for dial-up mail server
> I have a situation where the following scenario has risen... > LAN-LocalQMailServer-(Dial-up)Internet -- > QmailGateway Let me start with I have a similar situation: LAN---MyQMailServer---(Dial-up)---(.*)Gateway==MailGateway,. .. ... and I had no problems setting the mail-related things up. > So I would like to create a qmail server that will store all of the emails > for thisdomain.com and be the MX record in dns ==> QmailGateway (above) Is that MX record neccessary? Mailer system that wants to send e-mail to one of your users will complain if you are not connected at the time it sends the mail. > And configure the LocalQmailServer (above) which has all of the real email > accounts on it to dial up to the internet and download all the email > intended for thisdomain.com to itself and then deliver it locally. > So my real question is.. Can this be done with qmail? Yes, but you will also need fetchmail. fetchmail setup is quite simlple after reading its docs, write me if no success. On the qmail side you will need the locals control file containing your domain (mine also contains full server name and IP but it seems obsolete) and maybe rcpthosts (read man qmail-control et al about it). Good luck Csaba __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.05.09.
Re: convert user
Hi, Step 1) 'man qmail-pw2u' Step 2) 'man qmail-newu' Step 3) mail to the list if no success Have a good read at the good-enough qmail docs. Csaba Original Message dated 2001.05.08, 4:33:41 Author: "Yanurul Anwar" <[EMAIL PROTECTED]> Re: convert user: hi all recently i convert mail server into qmail. we used a new comp and instaled it. i'm trying to convert user from /etc/passwd from the old server (about 1500 user) into qmail user in the new server (including the password). is there any easy way to do this? rather than typing it one by one? any manual? __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.05.02.
Re: need a thought..
Hi, I think an anti-viral method is more efficient if the system it runs on is not endangered (or much less endangered) by viri it is about to filter. I do not see why do "the guys" want to split smtp and pop3 server (in fact I only see more administration in it), but if the split has been decided, you should use a linux server also on the pop3 job, in my opinion. You can still use two or more virus scanners at the same time - see qmail-scanner for example. Csaba Original Message dated 2001.05.03, 8:28:07 Author: "Yanurul Anwar" <[EMAIL PROTECTED]> Re: need a thought..: Hi.. its been two weeks that i'm using qmail. and honestly i still have a vogue image of all this things.just following lwq.and it went fine. we intend to have separate smtp and pop3 server. smtp using qmail on linux redhat 6.2 and pop3 server using exchange on win2000advance server. the guys said that reason to do this is so we have two antivirus on the whole. companies treathened banning our mail last time cause ours were full of virus. so the guys thinks that it would be better to separate smtp and pop3. is it acceptable? the reason i mean? or anyone have better suggestion ? (any comment welcome. even flame...) thanks __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.04.25.
Re: Ban These Exchange Server Users
Hi, we have an expression for your case here in Hungary which could be translated as "if it is not your shirt, do not wear it" I am sure that Brett (Brett Randall <[EMAIL PROTECTED]>) did not mean anything wrong, he just wanted to express the dark side of banning someone who is not responsible for this long-spoke spam. Csaba >> Original Message << On 2001.04.24, 18:50:52, Ruprecht Helms <[EMAIL PROTECTED]> wrote regarding Re: Ban These Exchange Server Users: > Hi, > I have trouble understanding that you mean. > >..., but there > >are nicer ways to be a Nazi than this... > Sorry but this seems for my you are thinking not bad over rassism and the > things, that were done in the time from 1993 to 1945. > If it is so, this mailinglist is the wrong place to say such things. In > germany the isp have to cancel the internetconnection from a user if the > hear that the user is providing neonazistic stuff and postings that > contains material like that. > Regards, > Ruprecht > __ > This message went through virus scan at Trend Ltd. which stated > the message was clean of viri appeared before 2001.04.18. __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.04.18.
Re: Mail Parsing
Hi, > Our good buddy DJB has been there and done that. Take a look at: > http://cr.yp.tp/mess822.html Sorry for a bit OT question but how to use it? Csaba __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.03.15.
Re: how can i send mails serially
> I do have a file comcurrencyremote in /var/qmail/control and it has a value > 120. > Is there any way by which i can establish only one single conection with > remote server and can send all the pending mails to the destination server If it is coNcurrencyremote, put 1 in it and there will be no simultaneuos remote connections. Regards Csaba
Re: help in qmail-scanner
Hi, there is a list on qmail-scanner, see [EMAIL PROTECTED] BTW, see your quarantine-attachments.txt file to get instructions on attachment filtering and/or download latest virus definition files for your scanner. Csaba >> Original Message << On 2001.03.14, 5:50:21, KIM <[EMAIL PROTECTED]> wrote regarding help in qmail-scanner: > hello, > i set up the qmail-scanner and it works. but my problem is when i test it > and tried to send a mail with an attach virus like the snow white nad the > seven dwarf(joke.exe) it still accept it. i used kasperskys AVPLinux Scanner. > thanks in advance!