dqd-general Mailing List for dqd - dirqmail distribution
Brought to you by:
pavcio
You can subscribe to this list here.
2005 |
Jan
(14) |
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: RAJ <raj...@re...> - 2005-06-12 19:14:50
|
Dear sir, =0A There seems to be some problem in accepting uppercase = domain =0Anames . =0A(1)So We modified the dirqmail.c and compiled , it gen= erated six =0Abinaries they were =0Aqmail-pop3d,qmail-smtpd,qmail-qmtpd,qma= il-todo,qmail-send,qmail-lspawn. =0A(2)When we replaced with the new binari= es it was fine. =0AThat is this works with the default qmail homedir ie /va= r/qmail=0A=0ABut We use an Linux distro called Gobolinux which has a differ= ent=0Adirectory hierarchy , the programs are installed into the=0Adirectory= /Programs.=0A=0AThe qmail homedir is /Programs/Qmail/Current=0A=0AWhen we = followed the above steps we found that it was not working=0Aproperly.=0AIt = even didnot accept mails for the existant user in the local=0Amachine.Got t= he Error msg : "Failure: Sorry No Mailbox here by that=0Aname".=0A=0AThe po= int is that if we change the qmail homedir ,it's not=0Afunctioning properly= .Can you please check it out and come up with a=0Asolution. =0A=0A=0ABest R= egards,=0AS.Rajkumar=0A =0ANote: I had even tried patching the src/qmail/dq= d.diff but still it=0Adidnot work so we tried modifying dirqmail.c.=0A =0A |
From: Pawel F. <pj...@as...> - 2005-06-05 21:51:02
|
On Sunday 05 June 2005 16:43, RAJ wrote: > I had installed dqd and it's working fine.Found that if the domain > name is in UPPERCASE (eg: RAJKUMAR@ENMAIL.COM or rajkumar@ENMAIL.COM)it > treats the mail as remote and ends up with failure notice. Try the attached patch (put it into src/qmail/dqd.diff and reinstall). BTW, I'm still waiting for free time to investigate problems with gids, for now it's something mysterious for me ;-). Bye, -- Pawel Foremski pj...@as... |
From: RAJ <raj...@re...> - 2005-06-05 14:42:05
|
Dear sir,=0A I had installed dqd and it's working fine.Found that i= f the domain name is in UPPERCASE (eg: RAJKUMAR@ENMAIL.COM or rajkumar@ENMA= IL.COM)it treats the mail as remote and ends up with failure notice.=0ADo i= need to modify the source code , if so can you suggest me where should i = make the changes to accept all mails irrespective of whether the domain nam= e may be of UPPER or LOWER case.=0A=0A=0AS.Rajkumar=0A=0A |
From: RAJ <raj...@re...> - 2005-05-02 20:43:19
|
Dear sir,=0A I had installed dqd and now i would like to install = a patch for=0Atapping the outgoing mails for one particular id in a domain = using qmail-tap patch, anyone has clues installing this patch in dqd .=0A= =0AThanks and Regards,=0AS.Rajkumar=0A=0A |
From: RAJ <raj...@re...> - 2005-04-29 16:32:07
|
Dear sir, =0A We run qmail in one of our production server where mor= e than =0A100 domains had been hosted , now we need to convert existing =0A= binaries with the dqd binaries , how could i perform this. What are =0Aall = the dependencies should be taken care. =0A =0ASo far I had replaced the qma= il-popup ,qmail-pop3d , =0Aqmail-qstat ,qmail-qread , qmail-smtpd with the = dqd binaries and =0Achecked in one of our trial system. =0A =0AOn the Whole= What are all the binaries should i replace ? =0A =0AIf i had replaced the = binaries with dqd binaries will it behave =0Asimilar to dqd ie., the mail w= ill be delivered only when there is an =0Amailbox(domaindirectories and use= rdirectories). =0A =0AKindly give me some directions where can i find info= rmation regarding =0Athese. =0A =0AAny Comments on these would be appreciat= ed. =0A =0AThanks , =0A =0AS.Rajkumar =0A=20 |
From: nora c. <nor...@gm...> - 2005-03-25 09:29:49
|
Hallo - it's works for basic operations send/receive - is't a success - four domain =E1 one user Only spf is not installed, all other piece installed but not tested or=20 configured. Thanks nora |
From: <pj...@gn...> - 2005-02-18 19:54:15
|
On Friday 18 of February 2005 16:10, RAJ wrote: > What might be the problem , can you help me out. No I can't, it's not dqd anymore if you changed the tcpserver for something= =20 else. =2D-=20 Pawe=B3 Foremski pj...@gn... http://pjf.dotgeek.org/ |
From: RAJ <raj...@re...> - 2005-02-18 15:09:17
|
Dear sir,=0A I had installed dqd and it was fine with the default c= onfiguration ie tcpserver for listening incoming smtp connections.=0A=0ANow= i need to switch to tcpsvd from tcpserver , =0A=0A------------------------= --------------=0A#! /System/Links/Executables/bash=0A=0A# parse RBLs list= =0Aif test -f /Programs/Qmail/1.03/control/rbl; then=0A oldifs=3D"$IFS"= =0A IFS=3D"=0A"=0A for rbl in `cat /Programs/Qmail/1.03/control/rbl`;= do=0A if test "${rbl:0:1}" =3D "#"; then=0A continue;=0A = elif test -z "$rbl"; then=0A continue;=0A fi=0A RBLS=3D"$R= BLS -r $rbl"=0A done=0A IFS=3D"$oldifs"=0Afi=0A=0Aexec /Programs/Daem= ontools/0.76/bin/softlimit -m 4000000 \=0A = /Programs/Ucspi-tcp/0.88/bin/tcpserver -HDRv -l `head -1 /Programs/Qmail= /1.03/control/me` \=0A -x /Programs/Qmail/1.03/control/tcprules-smtp.= cdb -c 40 \=0A -u `id -u qmaild` -g `id -g qm= aild` 0 25 \=0A /Programs/Ucspi-tcp/0.8= 8/bin/rblsmtpd $RBLS \=0A /Progr= ams/Qmail/1.03/bin/qmail-smtpd /Programs/Qmail/1.03/bin/checkpassword /bin/= true 2>&1=0A=0A------------------------------------------=0A=0A=0A#! /Syste= m/Links/Executables/bash=0A=0Aexec tcpsvd -vv -t1800 \=0A -c100 -C'10:421= per host concurrency limit reached\r\n' \=0A 202.144.28.164 25 \=0A /P= rograms/Qmail/1.03/bin/qmail-smtpd \=0A /Programs/Qmail/1.03/bin/checkpas= sword /bin/true 2>&1=0A=0A--------------------------------------------=0A= =0A=0Atelnet 202.144.28.164 25=0ATrying 202.144.28.164...=0AConnected to 20= 2.144.28.164.=0AEscape character is '^]'.=0A220 mail.tenet.res.in ESMTP=0Am= ail from: raj...@ho...=0A250 ok=0Arcpt to: en...@ma...= =0A250 ok=0Adata=0A354 go ahead=0Atest.=0A.=0A250 ok 1108775325 qp 444=0Aqu= it=0A221 mail.tenet.res.in=0AConnection closed by foreign host.=0A=0AI coul= d send mails from command prompt , but when i tried sending mails using mai= l client it was repeatedly asking for password but never gets authenticated= .=0A=0AWhat might be the problem , can you help me out.=0A=0ASincerely,=0AS= .Rajkumar |
From: <pj...@gn...> - 2005-01-30 20:40:18
|
On Sunday 30 of January 2005 21:13, Raj Kumar wrote: > I tried placing the .qmail-default in these locations=20 > "/var/qmail/mail/<domain>/.qmail-default" Why this - it doesn't do anything. > "/var/qmail/mail/<domain>/alias/.qmail-default" > "/var/qmail/alias/.qmail-default" > > but none of them worked . Alias' .qmail-default files catch only mails for noexistent users. > when i use the same contents as .qmail for a particular user it's working > fine =46or existing users, you can define one default .qmail file for whole syst= em -=20 just use /var/qmail/control/defaultdelivery. You might also be interested i= n=20 editing /var/qmail/dqd/dlv[-*] scripts to do such filtering. =2D-=20 Pawe=B3 Foremski pj...@gn... http://pjf.dotgeek.org/ |
From: Raj K. <raj...@re...> - 2005-01-30 20:12:06
|
=0ADear sir,=0A I'm extremely very very sorry to trouble you once = again on the same old issue but i have no other go .=0A=0AI tried placing t= he .qmail-default in these locations "/var/qmail/mail/<domain>/.qmail-defa= ult"=0A"/var/qmail/mail/<domain>/alias/.qmail-default"=0A"/var/qmail/alias/= .qmail-default"=0A=0Abut none of them worked .=0A=0AAm i need to set any pe= rmissions explicitly =0A=0AI need to filter mails with pattern for all the = users in my domain.I tried this and my .qmail-default entries are =0A=0A|if= grep -lq 'Subject: Delivery by mail\|Subject: Is delivered mail\|Subject: = Delivery service mail\|Subject: Registration is accepted\|Subject: You are = made active' ; then echo 'Beagle.AZ worm Detected'; exit 99; else exit 0; f= i=0A./Maildir/=0A=0ABut when i tried sending mails with these patterns , th= e mail is not been filtered instead it delivers to the mailboxes.=0A=0Awhen= i use the same contents as .qmail for a particular user it's working fine= =0A=0AKindly help me out it's urgent =0A=0AThanks in advance=0A=0AS.Rajkumar |
From: Raj K. <raj...@re...> - 2005-01-29 17:14:11
|
Dear sir,=0A Thank you sir , it worked , previously when i tried = there was permission and ownership problem .=0A=0AS.Rajkumar=0A=0A=0AOn Sat= , 29 Jan 2005 Pawe=B3 Foremski wrote :=0A>On Saturday 29 of January 2005 17= :59, Raj Kumar wrote:=0A> > I need to know where can i have the .qm= ail-default file .=0A>=0A>For whole system - /var/qmail/alias/.qmail-defaul= t=0A>Per domain - /var/qmail/mail/<domain>/alias/.qmail-default=0A>Per user= - /var/qmail/mail/<domain>/<user>/.qmail-default=0A>=0A>--=0A>Pawe=B3 Fore= mski=0A>pj...@gn...=0A>http://pjf.dotgeek.org/=0A>=0A>=0A>-----------------= --------------------------------------=0A>This SF.Net email is sponsored by= : IntelliVIEW -- Interactive Reporting=0A>Tool for open source databases. C= reate drag-&-drop reports. Save time=0A>by over 75%! Publish reports on the= web. Export to DOC, XLS, RTF, etc.=0A>Download a FREE copy at http://www.i= ntelliview.com/go/osdn_nl=0A>______________________________________________= _=0A>Dqd-general mailing list=0A>Dqd...@li...=0A>https= ://lists.sourceforge.net/lists/listinfo/dqd-general=0A |
From: <pa...@4l...> - 2005-01-29 17:06:14
|
On Saturday 29 of January 2005 17:59, Raj Kumar wrote: > I need to know where can i have the .qmail-default file . =46or whole system - /var/qmail/alias/.qmail-default Per domain - /var/qmail/mail/<domain>/alias/.qmail-default Per user - /var/qmail/mail/<domain>/<user>/.qmail-default =2D-=20 Pawe=B3 Foremski pj...@gn... http://pjf.dotgeek.org/ |
From: Raj K. <raj...@re...> - 2005-01-29 16:57:51
|
Dear sir,=0A I need to know where can i have the .qmail-default file= . Before mails gets delivered to the user's mailboxes the mails have to be= scanned for specific pattern, If the pattern is found then the mail should= be dropped ,for this case i may use .qmail-default.=0AI don't know where s= hould i have the .qmail-default.=0A=0AIf the specific users have .qmail fil= e in their directories this can be implemented but to implement the rules t= o others without .qmail files i need to use .qmail-default instead.Am i rig= ht or is there any way by which i could check the incoming mails for specif= ic pattern.=0A=0AThanks in advance=0A=0AS.Rajkumar =0A=0A |
From: <pj...@gn...> - 2005-01-28 20:06:35
|
On Friday 28 of January 2005 14:49, Raj Kumar wrote: > The us...@re... have to send a mail to us...@ya... through > mail.example.com as smtp server. I had enabled smtp auth in this server , > is there any control files to allow mail from: particular domain . If the user authorizes, he can mail from any address. If you've disabled=20 default requireauth plugin, the user doesn't even have to authorize to do s= o. =2D-=20 Pawe=B3 Foremski pj...@gn... http://pjf.dotgeek.org/ |
From: Raj K. <raj...@re...> - 2005-01-28 14:00:28
|
Dear sir,=0A I had installed dqd and at present there is only one= domain say "example.com" and list of users under this domain.=0A=0ANow wha= t i want to do is to relay mails to remote domains say "yahoo.com" from "re= mote.com" through this server as smtp server. =0AThat is My Outgoing server= : mail.example.com=0A=0AThe us...@re... have to send a mail to user@ya= hoo.com through mail.example.com as smtp server.=0AI had enabled smtp auth = in this server , is there any control files to allow mail from: particular = domain .=0A=0AKindly help me out .=0A=0AS.Rajkumar=0A=0A=0A |
From: <pj...@gn...> - 2005-01-26 19:19:24
|
On Wednesday 26 of January 2005 19:54, Raj Kumar wrote: > Dear sir, > I had created the aliases ie nonexistant users ,but what i want = is > that when i want to redirect or forward the mails to any of the remote > domains what should i do and where should i put my .qmail files. > > eg: > my local domain - example.com > my existant user - raj1 > > remote domain - yahoo.com > > How do i forward the mails from my local domain example.com , leaving a > copy in the local users inbox and also forward the same to remote domain > (yahoo.com) . > > Kindly help me out it's very urgent. If it wasn't urgent, I would say you should finally go and read documentati= on=20 on qmail - what you are asking for is basic qmail knowledge. OK, so now how to: =2D forward mail from ra...@ex... -> ra...@ya...: cat /var/qmail/mail/example.com/raj1/.qmail ra...@ya... ./Maildir/ First line sends a CC (carbon copy), the second one delivers message to=20 user's mail directory. =2D forward mail from <any>@domain.com -> <any>@yahoo.com (remote domain al= ias) create new empty domain domain.com cat /var/qmail/mail/domain.com/alias/.qmail-default |forward $LO...@ya... If you want local copies, add eg. $LO...@ex... after first address. Don't create any accounts in domain.com domain, each will mask defined=20 per-domain .qmail file. =2D-=20 Pawe=B3 Foremski pj...@gn... http://pjf.dotgeek.org/ |
From: Raj K. <raj...@re...> - 2005-01-26 18:53:30
|
Dear sir,=0A I had created the aliases ie nonexistant users ,but = what i want is that when i want to redirect or forward the mails to any of = the remote domains what should i do and where should i put my .qmail files.= =0A=0Aeg:=0A my local domain - example.com=0A my existant user - raj1=0A=0A= remote domain - yahoo.com=0A=0AHow do i forward the mails from my local do= main example.com , leaving a copy in the local users inbox and also forward= the same to remote domain (yahoo.com) .=0A=0AKindly help me out it's very = urgent. =0A=0AThanks in advance,=0A=0AS.Rajkumar=0A |
From: Raj K. <raj...@re...> - 2005-01-26 18:33:29
|
Dear sir,=0A I had installed dqd and i don't know where should i= set the .qmail files for the domains.=0A=0ACan anyone help me out where sh= ould i set the .qmail files and with what permissions should i have to do i= t.=0A=0AThanks in advance,=0A=0AS.Rajkumar=0A=0A |
From: Raj K. <raj...@re...> - 2005-01-20 16:00:29
|
=0ADear sir,=0A I had installed dqd and had also configured auth sm= tp . Now everything is fine. =0AI had tested sending mails from qmail-injec= t and also using mail client=0A=0A1)local to local =0A2)local to non exista= nt local =0A3)non existant local to existant local=0A4)non existant local t= o non existant local=0A5)local to remote=0A=0AI have an doubt sir , when i'= m downloading the mails leaving a copy in server , the message moves from n= ew to cur , can i not store the mails in the new directory itself.=0A=0AI a= lso need to setup pop before smtp . I had installed Relay-ctrl =0AWhat shou= ld i do?.=0A=0APlease guide me in doing this,=0A=0AThanks in advance,=0A=0A= S.Rajkumar=0A |
From: Pawel F. <pj...@gn...> - 2005-01-19 14:04:46
|
On Wednesday 19 of January 2005 14:06, Raj Kumar wrote: > Dear sir, > Thank you sir , i had configured the password in the users > directory and it worked. I had configured the account in outlook express > and downloaded the mails . > > While downloading the mails , i had set the option "Leave copy of mails in > server". On enabling this option , the mails gets downloaded and mails in > server are moved from new to cur, why is it so?. That's good, it's normal. > Also when i'm sending mails from outlook express "Without enabling the > option - " My server requires authentication" i'm getting error as "530 > authentication required". > > If i had enabled the option "My server requires authentication" , > everything is fine. Everything works fine - it's normal again. > Again there is one more problem , when i send from telnet client ie > > Case (1) ------------ Works fine > telnet 192.168.0.2 25 > 220 example.com ESMTP > mail from: > 250 ok > rcpt to: raj...@ex... > 250 ok > data > 350 go ahead > > test mail > . > 250 ok 1106175620 qp 561 > > > Case (2) --------------- Find some problem > > telnet 192.168.0.2 25 > 220 example.com ESMTP > mail from: raj...@ex... > 530 authentication required (#4.7.1) > > Kindly explain me why i'm getting "530 authentication required". > > Sorry to trouble you sir , kindly guide me to configure dqd in my machine. That all is because of the requireauth plugin enabled by default (in control/smtpplugins file). The plugin blocks mails with envelope sender from any of your domains unless the client is authenticated, it's good to stop some sort of spam, viruses and e-mail address spoofing. If you don't like it, comment out "./plugins/requireauth" in [mail] section in /var/qmail/control/smtpplugins file. Please send your replies to the mailing list next time. Bye, -- Pawel Foremski pj...@gn... http://pjf.dotgeek.org/ |
From: Pawel F. <pj...@gn...> - 2005-01-18 21:37:18
|
On Tuesday 18 of January 2005 21:25, Raj Kumar wrote: > Dear sir, > I had installed dqd , by downloading the source dqd-0.20.tar.gz. > > I had installed daemontools,ucspi-tcp. > Do i need to install checkpassword manually or do i have to configure > dqd-0.20 with checkpw No, proper checkpassword program is bundled with dqd and enabled by default, just don't worry about it. > I had setup directories as /var/qmail/mail/domain/user and also verified by > sending mails through command line using qmail-inject. > > (1)First of all i need to set up password for the user. > > for example: > /var/qmail/mail/example.com/rajkumar > > where should i setup the the password and how should i do it ? Put your password into /var/qmail/mail/example.com/rajkumar/password. In general, passwords are stored in /var/qmail/mail/<domain>/<user>/password files. > (2)I need to set up auth smtp . > > What are all required to do this. Nothing, it's enabled by default. > Please guide me inorder to setup auth smtp . Note that dqd is "a dirqmail distribution intended to be used by *qmail power users*", i.e. it's for experienced users. You should read all documentation at http://dqd.sourceforge.net/ and http://dirqmail.sourceforge.net/ to learn something more about dqd. However, it's quite easy to use if you know how it works. Please also consider using scripts from /var/qmail/dqd/ (like adduser, setvar, etc), they might be useful for you (run script with --help for help). In case you haven't noticed - there is also web administration interface for dqd bundled in dqda/ directory, but be warned that it needs knowledge to set it up. Bye, -- Pawel Foremski pj...@gn... http://pjf.dotgeek.org/ |
From: Raj K. <raj...@re...> - 2005-01-18 20:24:21
|
Dear sir,=0A I had installed dqd , by downloading the source dqd= -0.20.tar.gz.=0A=0AI had installed daemontools,ucspi-tcp.=0ADo i need to in= stall checkpassword manually or do i have to configure dqd-0.20 with checkp= w=0A=0AI had setup directories as /var/qmail/mail/domain/user and also veri= fied by sending mails through command line using qmail-inject.=0A=0A(1)Firs= t of all i need to set up password for the user.=0A=0Afor example:=0A/var/q= mail/mail/example.com/rajkumar=0A=0Awhere should i setup the the password a= nd how should i do it ?=0A=0AI also have to configure the account in an mai= l client and should be able to download the mails.=0A=0A(2)I need to set up= auth smtp .=0A=0AWhat are all required to do this. =0A=0APlease guide me i= norder to setup auth smtp .=0A=0AThanks in advance,=0A=0AS.Rajkumar |