| |
| |
| |
|
Page: 1 2 3
Comments:
<0> I'm trying to find out what "mynetworks" represents here <0> .. just reading docs now <0> well, more docs <1> How to check whether postfix is compile with smtp auth support or not ..? <1> ChrisH : are you their ....? <2> hi, yesterday i was told that i can rewrite the a sender mail address by using a canoncial map, how can i rewrite the reply-to header ? <3> hello, I'm installing postfix with mysql, I need see the query doit by postfix database cannector to mysql, how can I see it ? ... I need this to see a error in the users query, thanks <4> seelen_: Enable query logging in mySQL <3> TommyG, how? <4> I don't remember. Check the mySQL manual <3> TommyG, I'm working in Suse 10, the postfixwiki (http://postfixwiki.org/index.php?title=Virtual_Users_and_Domains_with_Courier-IMAP_and_MySQL) shows a patch to aply in suse machines ... how can I aply this? <5> don't do that seelen_ (ie, don't apply patches) - just un-chroot your postfix (see master.cf) <6> I'm following the guide on http://workaround.org/articles/ispmail-sarge/, and I'm having some problems .. anyone around? <5> only bots <6> when I try to send the test message, I get - 452 4.4.5 Insufficient disk space; try again later <3> mjt, " just un-chroot your postfix" in the main.cf .... how can I do that?
<5> if you can't read, it's pointless to answer. <6> mjt, if that was for me, I have more than enough disk space <3> mjt, do you reffer to local_recipient_maps = <3> ... ? <5> seelen_: i don't know how you can do that (un-chroot) in *main.cf* - probably no way without patching postfix source code. <5> ^Duffy^: but postfix says it's not enouth... ;) <6> well, any idea on how I could try and fix it? <3> mjt, ok thanks <5> ^Duffy^: how about looking at your logs, finally? <5> see queue_minfree and message_size_limit parameters <5> your spool filesystem should be able to hold 1.5 * message_size_limit bytes <5> ^Duffy^: also, that you quoted is NOT a postfix message <5> ^Duffy^: postfix will say: 452 4.3.1 Insufficient system storage <7> how can I set postfix to relay my email using a certian smtp server ? <8> how do I smtp auth against a remote smtp server <9> AnAnt: In your main.cf change 'relayhost = $mydomain' <7> rute|za|net: ok, how can I set it to be that smtp server only for certain destination addresses/hosts <7> the question should be: how I can set postfix to relay emails (that are destined to a certain host X.com) through (mail.mycompany.com) smtp server ? <8> AnAnt configure relay_domains = X.com <7> btw, I was talking about OUTgoing emails <7> not incoming <8> AnAnt that doesnt matter , relay_domains would work <10> a mail server doesn't really know the difference between outgoing and incoming, it knows when its the final destination and when its not... <8> what I do is relay_domains=hash:/etc/postfix/relaydomains <8> and in the file put "X.com OK" <7> so, I set relay_domains to "X.com" & relayhost to "mail.mycompany.com" ? in that case if I send email to "X.com", postfix will send it through "mail.mycompany.com" ? <8> AnAnt: mail.mycompany.com is just a relay server in this case <8> so it doesnt matter what its relayhost is .. it will relay mails for every domain configured in relay_domains <7> so it is enought to set "relay_domains" only ? <8> right <7> didn't work <7> what about the /etc/postfix/transport file <7> btw, what does "sender specific routing" in address mean ? <7> ? <8> what didnt work ? <8> putting X.com in relaydomains ? <7> yup <8> put X.com OK in /etc/postfix/relaydomains <8> postmap /etc/postfix/relaydomains <8> in main.cf put relay_domains = hash:/etc/postfix/relaydomains <8> that *should* would <8> sorry should work <11> hello, i have some issues concerning mailman, but in the mailman channel no one answeres, are some people here experienced with MM? <12> hey im having a litle bit of a logical problem with vacations and virtual users.... <12> can somebody show me some confs so i can put my ideas together <13> rprasad: the answer to anant's questions was transport_maps, not relay_domains. <13> the answer to your question is smtp_sasl_auth_enable = yes <13> along with smtp_sasl_p***word_maps, smtp_sasl_security_options, and smtp_sasl_tls_security_options <14> Hi <12> hi <14> I have a lot of 'smtpd -n smtp -t inet -u -c -s 2 -o content_filter spam******in <14> ' in my ps ax. (24 atm). Are these Mails waiting to be p***ed to the spam******in service I defined in master.cf? <14> It's rather strange... I was trying to find the bottleneck in my postfix/spam******in setup. If I check the syslog, every mail gets checked by spamd < 15 seconds, but some spamc instances have to wait for the spamc timeout of 10 minutes and won't get checked <15> hey all, I was wondering if there were any flags for disallowing emails with dates X hours in the past? lately I've been getting a lot of spam with dates 12-48 hours in the past and it's most annoying because Thunderbird (for example) sorts based on that date so these "new" spam emails get shifted up a couple pages in my Inbox view.. hmm <16> Is there a good reference for what variables are available to me in master.cf ? <17> volve: Implement that in your content filter -- Postfix doesn't think about the Date: header inside the message <18> malverian[work] man 5 master, man 8 pipe ? <16> f3ew, The master(5) didn't have it, but pipe did, thanks :) <16> Seems like master.cf would be much more readable with some kind of nested configuration format.. (eg. xml or similar)
<18> master.cf _is_ readable <18> XML would so **** for human editability <16> Perhaps. <16> All of the "-" and tabbing gets annoying when you have long options, causes the columns to get uneven which makes you have to count the columns to determine which one you want to change. <19> I check for valid dates in header_checks. <16> I wasn't saying it needs to be changed, I was just making an idle comment :-P <15> mendel: gotcha, I guess I could have maildrop take care of it... hmmm <17> Alternatively, do what rob0 does, whatever that is :) <12> can i limit user to only send mails to its own domain? <18> juandie restriction cl***es <12> thx <19> /^Date: .* (19[0-9][0-9]|200[0-5])/ REJECT email from the past <13> xml??? that would ****. <20> "xml is lisp done wrong" <21> lithp! <17> "XML is like violence: if the problem's not yet solved, use some more." <20> heh <18> heh <21> haha <13> xml is great if you like files shaped like greater than symbols. <20> The essence of XML is this: the problem it solves is not hard, and it <20> does not solve the problem well. <20> -- Phil Wadler, POPL 2003 <11> how can i see, if there are still mails in the cue waiting for delivering? <18> mailq <13> or, you could pry open the cover of your hard drive and look inside. <20> you don't need to pry it off, you can use microwave imaging <19> lunaphyte_: you need 3D gl***es for that. <13> i have some old sega master system 3d gl***es. will those work? <7> I need help <7> I have postfix installed <7> I use it to relay my email (hostname is ants.selfip.net) <7> now the problem is that there is a mailing list that I can't send to except via the smtp server (mail.mycompany.com) <7> I tried to set relayhost=mail.mycompany.com <7> but still it didn't work <13> show some logs <7> well, what I got, is that the MAILER DAEMON at that list send me a reply on ant1@ants.selfip.net <7> although I set the "From:" header to me@mycomany.com <13> the logs from your server <7> Feb 27 20:05:27 ants postfix/pickup[5704]: E3F8EBCDC9: uid=503 from=<ant1> <7> Feb 27 20:05:27 ants postfix/cleanup[5725]: E3F8EBCDC9: message-id=<20060227180527.GA5710@ants> <7> Feb 27 20:05:27 ants postfix/qmgr[5705]: E3F8EBCDC9: from=<ant1@ants.selfip.net>, size=408, nrcpt=1 <7> (queue active) <7> Feb 27 20:05:31 ants postfix/smtp[5727]: E3F8EBCDC9: to=<bluetooth@sysdsoft.com>, relay=mail17.ixwebhosting.com[72.41.4.9], delay=4, status=sent (250 ok 1141063533 qp 19952) <7> bluetooth@sysdsoft.com is the mailing list <7> the smtp server should be: mail.sysdsoft.com <13> your relayhost setting did not take effect <7> ?! <7> why's that ? <13> verify it's active with 'postconf relayhost', then requeue any deferred messages <7> I got this: <19> "host mail.sysdsoft.com" <7> relayhost = [mail.sysdsoft.com] <13> you probably don't want that. <7> rob0: huh? <7> don't want what ? <7> I tried without the [], and I got same result <13> AnAnt: do you want all mail to go through your isp, or just mail destined for the list? <7> only those destined for the list <13> then use transport <13> transport_maps <7> I tried that <13> and don't set relayhost <7> I tried editing the transport file <7> when it failed, I tried the relayhost <13> what did you put in transport? <7> I did this in transport: sysdsoft.com smtp:[mail.sysdsoft.com] <7> then: postmap /etc/postfix/transport <19> What is the problem? mail.sysdsoft.com is mail17.ixwebhosting.com[72.41.4.9] <13> sysdsoft smtp:myispsmailserver.example.com <11> one question, i have installed mailman but also have to use a greylisting (postgrey), how can i achieve that subscribed members are not greylisted? <13> it's probably rbl-ing him or something <7> rbl ? <7> rebel ?
Return to
#postfix or Go to some related
logs:
#fedora #python mulian windows IEEE1394 core5 t22 dapper xgl #lisp bcc sscanf gentoo geode ronodino brazil #ubuntu
|
|