| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> no <1> OK then unsure to use, I am behind a NAT firewall andat present do want want postfix to go to the internet just internal mail untill I know it works <1> My external Internet address will change as my ISP see's fit to change it <1> my pc that will be running postfix as an internal server will be 192.168.0.10 <1> but that i within the range of a previous setting of <1> mynetworks = 192.168.0.0/23 127.0.0.0/8 <1> ? <1> Should I set the proxy interface to that of its own nic 192.168.0.10 ? <2> f3ew: You around still? <0> yes <0> adrian then you can have Postfix just listen to the internal interface <1> Pardon my ignorance but how? <0> inet_interfaces <1> On reading the doc's it says that default is 'all' Should this be changed to 192.168.0.10 or left ? <1> no sorry should it be changed to $myhostname or localhost <0> or both
<3> adrian now back on as adrian_h <3> f3ew: Sorry got lots of collision messages had to log back on! <0> or both <=== <3> I think I got the both with respect to inet interfaces so that is now set to $myhostname localhost <3> but wondering what to set the proxy interface parameter to ? <3> After a bit more reading a different doc I will leave as proxy interface = <3> ttfn! <4> is there some sort of guide for really new people? like "setting up postfix 101"? <0> BASIC_CONFIGURATION_README <0> !basic <5> f3ew: 'basic' : http://www.postfix.org/BASIC_CONFIGURATION_README.html : a good starting place for Postfix beginners, many common questions are answered here. <4> thank you <6> how come when I try to AUTH to my server I get SASL authentication failure: no secret in database ? <6> shouldnt SASL use PAM? (In deabian) ? <7> it can <6> how can I configure it so it uses the users on my /etc/p***wd through PAM? <7> should be able to set it in /etc/default/saslauthd in debian <7> ***uming youre using saslauthd <7> which is set in /etc/postfix/sasl/smtpd.conf <7> sasl is fun <6> pwcheck_method:saslauthd is what I have <7> okay thats good <7> now whats your /etc/default/saslauthd look like <6> ps aux / grep sasl shows Feb08 0:00 /usr/sbin/saslauthd -a pam <7> looks good to me sir <7> but im no sasl expert <6> START=YES MECHANISMS=pam and one more irrelevant line <7> i dont know what "no secret in database" means <7> did you google around <6> should I copy mechanisms to my smtpd.conf? <7> no <6> what is /etc/default anyways? <6> I was trying to login using DIGEST-MD5. now LOGIN <7> http://groups.google.com/group/mailing.postfix.users/browse_thread/thread/d5e2da36edee9803/9b5dd865a7f093a5?lnk=st&q=no+secret+in+database+sasl&rnum=1&hl=en#9b5dd865a7f093a5 <6> LOGIN works fine, DIGETS fails though <7> http://groups.google.com/groups?hs=yj4&hl=en&lr=&client=firefox-a&rls=org.mozilla:en-US:official_s&q=no%20secret%20in%20database%20sasl&btnG=Search&sa=N&tab=wg <7> should be able to point you in the right directin <6> CRAM-MD5 also fails, <6> ok let me read those <7> hey - youre goin to have to fool aroudn w/ it <7> or read the docs somewhere <6> ? <7> whats so confusing about read the docs ? <6> where are the docs for "no secrets in the db" <7> im sure its in the sasl docs somewhere <7> gotta go, good luck <6> anybody know what warning: SASL authentication failure: no secret in database mneans? <6> sasldbpaswd2 did it <4> could anyone point me in the right direction for creating a postfix setup where mail users are NOT system users? <8> !virtual <5> rob0: 'virtual' : a way to configure additional domains and user accounts (that do not need to exist in your /etc/p***wd). See: http://www.postfix.org/VIRTUAL_README.html <4> excellent <4> thanks <4> postfix doesn't do pop3? <4> can anyone help me? I'm very new at this... and i'm wondering where the hell to add virtual users without using sql or whatever... <8> You need something else for IMAP/POP3. Or you can use mutt and read off the system mail spool. :) <8> Courier-imap is the most popular, I prefer Dovecot. <8> Both are adequate, each has its strong points. <4> what is the easiest to set up? (seeing as i am way too new to this stuff and i need to get this done for today) <8> either. Courier HOWTOs should be easier to find, though. <4> ok, i have another question... on which of the daemons do i add/del/mod user accounts? on postfix or on the popd?
<8> If you use SQL, on the SQL database, which is to say, neither. <4> not using SQL <8> Postfixadmin is a frontend for the SQL database (emphasis on mysql although it has been ported.) <8> ok <8> simply edit your map files and rebuild them with postmap(1). <4> so the usernames/p***words are stored in textfiles? <8> can be, yes. <8> For virtuals, SQL is probably easier overall. <4> SQL easier than textfiles? <4> i have no experience on SQL whatsoever <8> Postfix and the IMAPd each have different requirements, so you'd have to maintain maps in parallel. <4> i see, that's why SQL would be a single spot for the accounts info <8> right. <8> what OS? <4> gentoo <8> They have a HOWTO. <8> It will tell you exactly what to do. <4> any special keywords to search for? <4> to find the HOWTO <8> Postfix at the Gentoo wiki? <4> i'll try <4> i got it, thanks <4> this is harder than i thought =/ <4> well, thanks a lot <4> bye <9> hey guys, does anyone here know of a free list of blacklists available for use? <9> free blacklist services I should say <10> poonj: There are hundreds <10> here's a list of major and middling ones: http://rbls.org/ <10> actually there's some minor ones there too <9> thanks mendel <9> I appreciate it very much <9> how many of them do you use yourself? <9> mendel: are there different servers for under reject_rhsbl_client? <9> I got it.. <11> hi, I had a problem with amavis, and my messages was not delivered. I fixed it, how do I make the pending messages deliver? <11> ah, got it, postqueue -f <11> nm <12> morning <13> i have configured POSTFIX and now i want to check its mail sending speed i.e. mails/second , is there any way to check it out? <0> smtp-source <13> f3ew: smtp-source? could you explain a bit? <0> man smtp-source <13> f3ew: howto install smtp-source? i read the main page at postfix.org. but couldnt find the way to install <13> ? <0> It ships with the Postfix source <14> hello <14> im trying to setup my postfix with tls <13> f3ew: time ./smtp-source -s 20 -l 5120 -m 100 -c -f nayyares@gmail.com -t test.postfix@gmail.com localhost:25 <14> the mail client is asking me for a p***word, but i dont know which p***word to type <14> should it be my system pw? <13> it give me the time it take to generate these 100 emails, but most of them are sent to mailqueue, i want to know the exact time it take to even send it from queue? <0> See your logs <13> where i will find logs? <0> /vat/log/ ? <13> no log file for postfix there? <15> zsrv1 postfix/qmgr[60076]: 09C5C78D5B: to=<root@zsrv1.gadoz.com>, orig_to=<root>, relay=none, delay=0, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused) <15> what does this mean? <16> most probably it means your amavis isn't running <15> mjt : how to check that <12> Just__: try ps -ax | grep amavis <12> anyone know why there's an "unkown" in this line: Feb 12 14:15:02 guru postfix/smtpd[11957]: 15AE4AA0025: client=unknown[127.0.0.1] <17> Because there is no DNS name for 127.0.0.1 being found. <12> ChrisH: strange, 127.0.0.1 resolves to localhost(.localdomain) via /etc/hosts and named <0> chroot <12> f3ew: yes the named setup is chroot (if that's what you mean). if 127.0.0.1 resolves from the commandline why wouldn't postfix be able to resolve it? <0> Is Postfix chrooted? <12> nope <8> puzzled, what OS? <12> Linux / updated FC4 <8> yeah I figured by /whois :) <12> hehe <8> Did you un-chroot it? Some distros (Debian I know for sure) ship with chroot <12> It's a standard FC4 install which has named chroot'ed and postfix not
Return to
#postfix or Go to some related
logs:
emerge gnome remote desktop #sed #perl #python iptables -A INPUT -m state RELATED -j ACCEPT ubuntu orphaner #debian /var/spool/mqueue-client
approaching attractive guys unmetered 1gbs
|
|