| |
| |
| |
|
Page: 1 2 3 4 5 6 7
Comments:
<0> postfix is postfix. if you are using FreeBSD, just replace /etc with /usr/local/etc :) <1> what should i look at to debug this TLS thing? i generated a keyfile as per the debian tutorial, log file is saying lost connection after EHLO <2> hello, I've trying to get amavisd-new work with postfix on centos <3> aniero logs <3> robert83 Have you seen the README.postfix that ships with amavisd? <2> yes <2> I am about to paste what I did <2> :) <1> f3ew: sure, i'll post 'em in a minute <2> http://pastebin.ca/42826 this is it <2> and I'm getting warrning connect to transport amavis : connection refused <3> Is amavisd running? <2> yes <2> amavis-milter is stopped, but amavisd is running <3> transport amavis? or smtp-amavis? <2> transport amavis
<2> transport vscan <2> these two warrnings show, up <1> f3ew: http://rafb.net/paste/results/1dGwIc21.html <4> does anyone have a good link for setting up postgres to postfix? I got the database setup and data in it but it does not tell me how to link it to postfix and its configs. <3> your transport is named smtp-amavis <2> yes <3> factor the same as MySQL <4> k <3> rob0 so what is sending the mail to amavis/vscan? <2> Feb 22 23:09:22 mail postfix/qmgr[11245]: warning: connect to transport vscan: Connection refused <2> Feb 22 23:09:22 mail postfix/qmgr[11245]: warning: connect to transport amavis: Connection refused <3> robert83 so what is sending the mail to amavis/vscan? <3> hmmm <3> aniero does it work without TLS? <2> I haven't touched anything but main.cf master.cf , I'm missing something? <1> f3ew: i haven't tried, i'd rather not send p***words around plaintext <5> then make a test accound and send its p***word around all you want <5> delete it afterwards <1> fair enough, i'll try it out <3> robert83 somewhere in your config there is/was a referemce to those two transpotrs <2> no :( <2> I just search both main.cf and master.cf <2> but these messages are in queue, and originaly I have missconfgured amavisd...so it might be that the queues are set to use that transport? <2> I don't know for sure <1> f3ew: ah, it doesn't work without TLS, same lost connection after EHLO error <1> minus the TLS errors <2> f3ew : seems to work now! :))) <2> f3ew : one thing, since I'm quiet now, and after a shock of Mailscanner no subject line for emails problem <2> f3ew : how do I configure clamav as primary av? it says in log failing back to secondary av clamav <2> also if in log it says for each mail sent CLEAN, that means it works? <2> f3ew : dang, I get the mail back, too many hops : <2> what is that for? <6> off-topic Linux question: I hear there are more incompatibility issues with 2.6.16 prereleases? I need to move a server from 2.4 to 2.6, should I stay with 2.6.15.4 to be safe? <5> I'd stay with a "official" release <5> but even there you can't be sure anymore. is this a mission critical server? <3> 2.6.12-gentoo-r6-dvb <7> I have a postfix server that has been running for over 100 days. Today it started spitting 452 Insufficient system storage out randomly. /var is symlinked to /usr and there's 29 gigs free. <7> Can anyone point me as to where to look? <8> 1 drive? <7> yes. <8> so df -h shows 29g free? <2> fixed f3ew, the following lines were needed only in master.cf <2> smtp-amavis unix - - n - 2 smtp <2> 127.0.0.1:10025 inet n - n - - smtpd <2> -o content_filter= <2> -o local_recipient_maps= <7> BlackNet: Yes. <7> Would running out of /tmp cause this? <8> queue_minfree <6> I do have to go to 2.6.x for hardware support, and I want .14 or later for the netfilter enhancements, but I don't know if I trust the netfilter enhancements in .16. :) <7> I don't have that defined in main.cf <7> What is the command to show all of the settings? I've forgotten it. <6> postconf <7> postconf <6> postconf -n # non-defaults <7> hrmm, queue_minfree is set to 0 <6> postconf parameter # shows value of parameter <8> quota? <7> Are you asking about user/disk quotas? <8> yes <7> Or something in postfix itself?
<8> user/disk quotas <7> Nah, there are no quotas <8> also there's a line or 2 after tht 452 which will be helpful <7> Out: 452 Insufficient system storage <7> In: QUIT <7> Out: 221 Bye <8> in the log file <7> k, one sec <7> Feb 22 15:45:37 mail postfix/smtpd[24502]: NOQUEUE: reject: MAIL from unknown[10.1.6.26]: 452 Insufficient system stora <7> ge; proto=SMTP helo=<Sue-Computer> <7> Feb 22 15:45:37 mail postfix/smtpd[24502]: warning: not enough free space in mail queue: 74137600 bytes < 1.5*message s <7> ize limit <8> message_size_limit is set to high <7> ah....74 megs <8> you need 74137600 * 1.5 or more free space to receive a message <7> ok, so message_size_limit is set to 50 megs and this is the normal error you would get for trying to exceed that limit? <7> Oh...I bet it's mailbox_size_limit <7> That's only set to 100 megs <8> telling you you don't have enough free space to receive the max limit message <7> I have more than enough disk space though. <9> startkeylogger <8> am i suppose to disconnect now or something? <9> or something. Wanted to see if it was true. Prolly not a lot of folks use that stuff here. <6> What you type can and will be used against you. <9> thaz okay. <7> Feb 22 15:45:37 mail postfix/smtpd[24502]: warning: not enough free space in mail queue: 74137600 bytes < 1.5*message s <7> ize limit <8> do a df -h and show us the results <10> bamm i got it workin <7> Ok, dev/ad0s1a 248M 50M 178M 22% / <7> dev/ad0s1e 248M 10K 228M 0% /tmp <7> dev/ad0s1f 34G 2.8G 29G 9% /usr <7> dev/ad0s1d 248M 142M 86M 62% /var <8> you have 86 megs free on /var and you need 111 <1> wols_: i created a test user and i can send email via raw telnet port 25 stuff <1> but i can't send email via a mail client <8> correction need 112.5 megs free <7> alright...time to do some symlinking. Thanks very much for the help. <8> drop the msg size down to around 10 megs <7> That I can't do. It's a graphics company and I've tried and tried to get them to use something other than mail to send their tiffs around to no avail. <8> or put in a larger drive <8> most mta's wont' accept large files like that anyways. some it's low as 1 meg and others 5meg <7> nah, I have plenty of disk, just doing a symlink and it' will be ok. <8> var should be fairly large anyways. you have backups, log files, q's and the like in there <8> alot of junk basicaly <8> i.e. <8> 6.1G /var/ <10> anyone in here ever have to test a new NMS platform <3> bermatize some <1> any idea why i might be getting a "lost connection after EHLO" error in my logs? <1> i can't get a test user account to send mail <3> aniero test with telnet? <1> f3ew: open relay is disabled <1> i tested via a localhost connection and it worked <1> now i'm trying with a mail client on my local system, set to "p***word authentication" <11> Postfix seems to ignore some of the outgoing mails from my server (send via local smtp / sendmail) ... <11> anyone know why that can be ? <5> look in your logs <11> well that's the weirdest thing, _NOTHING_ is logged about some mails <11> they just don't seem to exist <11> I'm sure they were sent (from php) <11> first I tought it was php/sendmail <11> but then I tried connecting directly to smtp from php, same problem <11> the smtp reports the mail as sent, altough it doesn't get in the queue <6> GloX, PHP using sendmail or SMTP? <6> there is a difference BTW <11> well, I'm using pear Mail <11> tried it with mail (php on linux, so sendmail) <11> and tried it with SMTP (no auth, as I didn't build in sasl) <11> sometimes the mail arrives, sometimes it doesn't <11> weird .. <11> almost like postfix only accepts mail from time to time <11> like there was a limit on the amount of mails being sent on a certain time <12> Hmm.
Return to
#postfix or Go to some related
logs:
#perl #linux mcp2s sound gentoo karstenrage gaim amarok ktorrent cannot allocate memory #awk #math sata_nv iowait ntpd.conf overwrite
|
|