| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> Hello. What is the easiest way I can make a PostScript file from a Microsoft Publisher file without a hardware printer? <1> my mailer does not seem to be running but it doens't give any errors when i run the start up script <1> telneting to port 25 shows that its not running <2> anyone that has any hints on how to get mailmans alias db working with postfix <3> dizzey: add the file location to the alias db of postfix, hash the mailman alias file and reload postfix <2> MrRagga: "hash the mailman alias" <2> thats probobly the thing that hasent been done <2> thanx <2> i was lasy and copied a working install of mailman to a new host <2> or so i thougth <2> alias_maps = hash:/usr/local/mailman/data/aliases <2> virtual_alias_maps = hash:/usr/local/mailman/data/virtual-mailman <2> and run the genalises script and reloded postfix <2> NOQUEUE: reject: RCPT from tyra.ing.umu.se[192.168.0.1]: 550 <admin@ing.umu.se>: Recipient address rejected: User unknown in local recipient table <2> but still <3> dizzey: grep admin /usr/local/mailman/data/aliases
<3> dizzey: did you run postalias /usr/local/mailman/data/aliases ? <2> admin: "|/usr/local/mailman/mail/mailman post admin" <2> i did not run postalias <3> dizzey: do so and restart postfix <2> testing now <2> hmms still no change <3> dizzey: error is obvious, user is still not known <3> ;) <2> yeah i have understod that much =) <3> dizzey: ls -al /usr/local/mailman/data/aliases.db <. exists? <2> -rw-rw---- 1 mailman mailman 339968 May 29 02:03 /usr/local/mailman/data/aliases.db <3> dizzey: postfix starts without errors? <3> dizzey: stop and start instead of restart, sometimes init scripts are broken <3> dizzey: check if postfix starts without errors <2> im on it <2> May 29 02:10:09 tilde postfix/postfix-script: stopping the Postfix mail system <2> May 29 02:10:09 tilde postfix/master[6488]: terminating on signal 15 <2> May 29 02:10:12 tilde postfix/postfix-script: starting the Postfix mail system <2> May 29 02:10:12 tilde postfix/master[6773]: daemon started -- version 2.2.10, configuration /etc/postfix <2> so i would say that it does <2> or hmms haveto recheck <3> dizzey: paste main.cf to nopaste <2> www.ing.umu.se/~dizzey/main.cf <3> dizzey: i think i know <3> or warit <3> wait <2> alias_maps is defined in more than one place could that mess upp stuff <3> dizzey: my book says alias_database = hash:/usr/local/mailman/data/aliases and not alias_maps <3> dizzey: yes, then last entry is taken afair <3> dizzey: check with postconf <2> maby somthing changend in the newer version of postfix <3> dizzey: postconf -n <2> alias_database = hash:/etc/mail/aliases <2> alias_maps = hash:/etc/mail/aliases <2> virtual_alias_domains = kurser.tfe.umu.se <2> virtual_alias_maps = hash:/usr/local/mailman/data/virtual-mailman <3> alias_database = hash:/etc/mail/aliases, /usr/local/mailman/data/aliases <2> then postalias and reload i guess <3> yes <3> dizzey: no need to postalias if the .db still exists <2> hmms it's still not happy <2> i think i will go the cowards way soon <3> dizzey: paste postconf -n to nopaste <2> make a complete copy of the old system <2> www.ing.umu.se/~dizzey/postconf <3> myhostname = mail.ing.umu.se <- try to change it to ing.umu.se , i am not sure, but maybe mailman aliases are working with myhostname, so mail address admin@mail.ing.umu.se exists, i am not sure <2> true it's worth a go <2> but nop <2> and mail to list at the kurs.tfe.umu.se dosent work <3> still same error? <2> yeah <3> dizzey: can you send out a mail from the mailman web interface to see which domain it uses? <2> i wonder if that will work they are not on the same machine <3> dizzey: http://workaround.org/articles/ispmail-sarge/#mailman <2> haveto look in to more of this tomorow <2> it's getting kind of late here <2> but thanx for putting down your time <4> hello, i'm new to postfix and I can't seem to get postfix to talk to sasl correctly. <4> I've read the docs and have it handling smtp auth via sasl, but it checks against /etc/sasldb2 instead of pam, which is what I've told it to do in my /usr/lib/sasl2/smtpd.conf <4> I guess my question is more of a "is this a sasl problem or a postfix problem?" <5> fatal: dict_open: unsupported dictionary type: text:
<5> Can I use a plain text source? <5> If not, how do I convert a text file to a hash? <6> try postmap <5> Heh, just found that. :) <5> thx <4> sorry to repeat, but does anyone have any idea what might be causing this sasl issue? <5> My next issue might be SASL related <5> heh <5> May 28 18:47:56 tsunami2 postfix/smtp[13205]: certificate verification failed for outbound.mailhop.org: num=20:unable to get local issuer certificate <6> erikh, do you want it to use pam? or use sasldb2? <4> pam, but it's still checking sasldb2 <4> even with my smtpd.conf saying otherwise <4> pwcheck_method: saslauthd <4> saslauthd goes against pam <4> and mech list reads PLAIN LOGIN <4> (which is what I want for now) <6> i had to do this to use saslauthd: <6> pwcheck_method: auxproprnsaslauthd_path: /var/run/saslauthd/mux <4> are those tabs? <6> nope <4> ok, i'll try it out. <6> (you'll probably have to change that path so it's correct on your system) <4> that is the correct path (running debian stable here) <4> err, debian testing <4> man, it's like it's not even looking at smtpd.conf <6> you getting errors? <4> yeah, hold on a second <4> I'll paste one line <4> May 28 19:40:19 sd2 postfix/smtpd[395]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory <4> Eminence: curious, what are the permissions on your smtpd.conf? <6> i have debian testing and my smtpd.conf file is /etc/postfix/sasl/smtpd.conf <4> hmm <4> it's not symlinked in /usr/lib/sasl2? <6> (owned by root, world-readable) <6> i have no smtpd.conf in /usr/lib/sasl2 <4> hmm <4> I just noticed the sasl directory. I guess I was thinkingw ith my sendmail head. <6> i think file locations changed from sasl to sasl2 (or something) -- nearly every doc/tutorial i found on the net had slightly different paths. it took a bunch of trial and error for me to figure it out <4> ah, new error! thank you very much, i should be able to continue from here. <4> can't find the mux it seems <6> you can put "-m /var/spool/postfix/var/run/saslauthd/" in PARAMS in /etc/default/saslauthd <4> ah <4> is that where it wants it? <6> don't forget that postfix might be chrooted, which is why it's looking in /var/run/saslauthd (which traslates to /var/spool/postfix/var/run/saslauthd/) <6> at least that's the case on my system <4> ahhhhh <4> sorry, still new to postfix. <6> no prob; if someone had told me that when i was setting up postfix, i could have saved myself many hours of work :) <4> that did it! <4> well, heh, I am many hours in. :) <4> now to fix a problem with using maildrop. yay. <4> Eminence: thank you very much. <6> no prob <6> you wouldn't happen to know anything about the vacation program, would you? <6> (or anyone else in here, for that matter) <4> Eminence: what about it? <4> heh, other than there's no manual for it <6> heh <6> i'm having issues with vacation playing nicely with maildrop <4> Eminence: oh, I saw something when i was reading up on that <4> do you have virtual_alias_maps configured? <4> you should be able to: <4> foo@bar.com foo@vacation.bar.com <4> then in your transports: <4> vacation.bar.com vacation: <4> as I understand it. <4> other than that, a special mailfilter will do <6> ah, intereseting. <6> right now have a special maildrop filter file (i use it for delivery, so i figured i could get to do vacation messages too) <6> i have: cc "|vacation -d -r 2 -a $USER@$HOST -f /var/spool/vacation/$HOST/$USER/vacation.db -m /var/spool/vacation/$HOST/$USER/vacation.msg virtmailuser" <6> it works some of the time. but sometimes the message gets stuck in my queue with the error message "maildrop: error writing to mailbox. /usr/bin/maildrop: Unable to deliver to mailbox." <6> so as you pointed out, the lack of documentation is kinda an issue :) <4> actually the vacation command has a manpage, I just didn't have it installed. <4> but you should try the transports trick if you can.
Return to
#postfix or Go to some related
logs:
#lisp toshiba satellite m60 dma cdrom install linux R34V3R #php #linux ubuntu nxclient command not found C2152 mathmodule #linux #python crystal 4237B ubuntu
|
|