| |
| |
| |
|
Comments:
<0> somebody knows how can i reject all mail that goings to _somedomain_.tld <1> um, don't put it in your localhosts :) <1> and don't be an open relay :) <2> hi <2> I intend to make a "catchall" address for a virtual domain. <2> Will modifying .qmail-default and adding a maildir there do the trick? <3> Does anyone know which file i have to configure for vpopmail to be able to authenticate through pgsql? <3> i cant find any documentation on that <4> hi everybody <4> I'm trying to grep a pattern in .qmail so if I find a certain string I send a copy to another recipient has anybody done something like that? <4> hi everybody <5> FBdev: hi, but I can't get your idea <4> UQlev well if I find the pattern Facture in the SUBJECT of the message I pipe it to another email <4> like in .qmail : |/var/qmai/bin/checkheader <5> FBdev: you will need some sort of procmail <4> pointing to a script that doeas the check
<5> you may write script by your own <4> UQlev do not think so it's just a shell thing reading stdin but there are few things I do not know and are difficult to check <6> Hi, I've got a qmail with a qmailadmin interface. I don't know the p***words to login but have the access to the server. Does anybody know how the access with qmailadmin is established? Or where the p***words for the users are stored? <4> mkl1525_ /var/qmail/users/***ign <4> I think <4> mkl1525_ no sorry thts the user list , have you got vp***wd files? <5> mkl1525_: do you have vpopmail? <6> UQlev, yes <5> mkl1525_: then check ~vpopmail/domains/your.domain.com/vp***wd <6> FBdev, thanks for the help, locate shows only vp***wd files in binary directories <4> mkl1525_ binary directories ?? what is that beast? <4> mkl1525_ you mean cdb files? <5> mkl1525_: it seems that you haven't created even a single domain/account yet <6> FBdev, sorry seems that locate doesn't index all files <6> UQlev, thanks your vpopmail directory suggestion is right <5> FBdev: unless you want to use standard tools and to develope your own, what can I do? <6> UQlev, found the accounts with the ***igned p***words, now I've got to change at least the postmaster p***word - do you know if it is encrypted in the same way like /etc/shadow p***words? <5> mkl1525_: to change p***words use only vp***wd, vmoduser <5> it will automaticall create cdb files <6> UQlev, thanks again for your help! <5> mkl1525_: my pleasure <4> UQlev do you know if qmail chroots when receiving a message? I get bad_interpreter for /bin/sh when I know it's theree... <5> FBdev: I have no ideas about chrooting in qmail <7> FBdev, AFAIK qmail dosen't chroot at any moment of its operations <7> this error must be specific to your configuration or any tool that you are using to precess the mail <7> oops chrooted <8> does anyone here know if yahoo still uses qmail? <7> agent qm-007 is failed to report so far <8> heh <9> i've added -H and -l to my run scripts <9> this disable reverse lookups <9> is there any disadvantage operating the mail server in this way? <8> hasnt been for me. <10> hi guys, im curious to find out if qmail pop3d is detachable; ie, can i build JUST qmails pop3d <11> building shouldn't be a problem. do you mean *running*? it requires a checkp***word implementation. <10> nod <10> i have a p***word function i have to use, so id have to hack checkp***word <10> checkp***word comes in the base qmail install right? <11> that may be cleaner in the long run than hacking qpopper ;-) <11> no, it's separate <10> excellent <10> im on qmail.org, but the site is horrible <10> ugh <10> greycat: you know off hand of any good documentation on building just parts of qmial <10> ah, i got it <12> FBDev: Still need that forward-according-to-a-given-pattern thing? I have made one for myself that does that <0> what i suppose to think with this error? <0> Connected_to_IP-NUMBER-HERE_but_my_name_was_rejected./Remote_host_said:_421_luke.cmet.net_Error:_too_many_errors/ <0> i replace the ip number for IP-NUMBER-HERE <13> damage: try telnetting to that server and try to send some mail <13> see what happens <10> hey guys, i need some help with maildirmake <10> im trying to make a Maildir, for a (shell) users mail accounts <10> i cant quite figure out how to make the maildirs <10> i have fred@domain.com, bob@domain.com; their maildirs need to be in /home/myuser/Maildir <10> is this considered a "folder"? <14> _sho_, I think that depend of your configuration, look in http://www.qmail-ldap.org/wiki/Full_Installation_Guide_-_Basic_Qmail_Instaallation#Makefile <10> waa: im not doing a full install. im installing qmail-pop3d, maildirmake, and checkp***wd <10> ill check the url tho <10> ugh
<10> i keep getting -ERR this user has no $HOME/Maildir <11> you have to create one <10> i did <11> ls -ld ~thatuser/Maildir <10> /home/eriktest/Maildir/eriktest <10> greycat: i cant use $home, because these arent real users <0> how can i know the range of IP of one country ? <10> in /home/eriktest/Maildir/eriktest is a Maildir containing the standard new cur tmp directories <11> _sho_: well, substitute accordingly. <10> substitute how <11> _sho_: and did you tell qmail-pop3d to use ./Maildir/eriktest/ instead of ./Maildir/ ? <10> in qmail-pop3d.c? <11> no! on the command line. <10> _ah_ <10> yes <10> /usr/bin/qmail-pop3d Maildir/eriktest/Maildir <10> thats how qmail-pop3d is being called <10> ive tried /home/eriktest/Maildir/eriktest/Maildir, but that also gives me no such $home/maildir error <15> anyone know what could cause outgoing mail queue to run very slow? <11> _sho_: you *have* to show us the command you're using to invoke the qmail-popup / checkp***word / qmail-pop3d sequence, or we're just guessing. <11> e.g., /usr/local/bin/tcpserver 0 pop3 /var/qmail/bin/qmail-popup wooledge.org \ <11> /bin/checkp***word /var/qmail/bin/qmail-pop3d Maildir & <10> DOMAIN /bin/checkp***word /usr/bin/qmail-pop3d <10> Maildir <11> the argument of qmail-pop3d will be the name of the Maildir relative to the user's home directory. <10> er, thats on one line, from xinetd.d/qmail-pop3 <10> server is /usr/bin/qmail-popup, server_args is that line <11> since you used "Maildir", it's going to look for ./Maildir/ relative to the user's home directory. <11> that's why it keeps saying it can't find the Maildir. <11> if you want it to look for ./Maildir/frankenstein you have to put Maildir/frankenstein on the command line. <10> mmm <10> so my problem is with qmail-popup then i guess? <11> your problem is you're not reading what I'm saying. <10> xinetd is running a qmail-popup localhost checkp***word Maildir <11> that had better be "qmail-popup localhost checkp***word qmail-pop3d Maildir" <10> yeah <10> i was about to correct it <11> and the "Maildir" at the end is the name of the maildir <10> since this is in xinetd, i have no clue how i should try to fix this <11> and it's relative to the home directory of the user (which /bin/checkp***word defines) <10> the users maildir is in Maildir/$mailuser <11> why? <10> why? because i have multiple mail users per domain container <11> sounds like you want vpopmail, then <11> www.inter7.com/vpopmail/ <10> this is extremely fustrating <11> is that your "I just spend 2 weeks reinventing the wheel" dance? <10> ok, cool, i got that sorted out i think <10> i hacked $ENV{HOME} (probably a bad idea) and instead get -ERR unable to scan $HOME/Maildir <11> permissions, I'd bet. <10> its owned by the user <10> 777 <10> looking at other possiblities <11> qmail-pop3d.c:void die_scan() { err("unable to scan $HOME/Maildir"); die(); } <11> maildir.c:int maildir_scan(pq,filenames,flagnew,flagcur) <10> yeah, i didnt build maildir <10> doing that now <11> it's not a standalone utility. <11> in the Makefile, you can see that qmail-pop3d loads maildir.o <10> yep <11> although I'll admit I have *no* clue what the maildir_scan function is doing. <10> maildir_scan doesnt do much <10> i wish i could compile qmail without having to add all these silly users <11> it calls append() which does some interesting things. <11> and it's this maildir_scan() that's failing and causing your error message. <10> there arent that many interdependancies for maildir <10> im tempted to hack out all the bits i need and make a whole new c file <10> tbh, im suprised it (qmail-pop3d) compiled despite failing to link maildir.o <10> well, a project for tommorow <10> thanks for the ***ist greycat
Return to
#qmail or Go to some related
logs:
#ai AMI 9000505 #css gentoo +athlon64 +a8n-vm +vesafb #gentoo #perl md5 dehash gentoox xorg symlink lilo Fatal raid_setup stat(/dev/hda1) etch WG511v2
|
|