/srv/irclogs.ubuntu.com/2008/06/28/#ubuntu-server.txt

MatBoydoes someone know how to get egroupware 1.4.004 into Ubuntu server ? Server is still loaded with 1.2 :00:01
LMJhello the chan08:56
AnRkeyi need to move my server to a new box. The server has 3 drives in a raid 5 software setup. The old server is a core2 duo and the new server is an amd 3400+. Can I just take the old drives and shove them in to the new box and boot up?16:32
AnRkeyrunning 7.10 on the box16:32
ivoksif this is software raid, yes16:32
nanderssonanybody that knows of any guideline/best practice how to package a java-app? I.e where to put classfiles and the executables?16:32
ivoksdid anyone expirience problems with solaris and ubuntu 8.04?16:32
ivoksthis is really strange16:39
ivoksi can't wget/scp/ftp file bigger than 40kbytes from solaris to newer versions of ubuntu or debian or redhat16:40
ivoksbut it works with older version of ubuntu, other solaris and probably windows16:40
AnRkeyivoks, gonna give it a try16:58
AnRkeyivoks, will i have problems with the switch from intel dual core to amd single core?16:59
ivoksyou shouldn't16:59
AnRkeyok cool17:00
AnRkeythanks17:00
AnRkeyivoks, do the drives have to be plugged in in a certain order?17:00
ivoksno17:00
AnRkeyok cool17:00
AnRkeythanks again17:00
AnRkeyi have to shut down now to do the move17:01
AnRkeylater17:01
ScottKleonel and sommer: Getting an MIR done for clamav/spamassassin?  I'm around now to answer questions.  I won't be past about two hours.18:09
sommerScottK: still around?19:29
ScottKYes.19:32
ScottKsommer: ^^19:32
sommerScottK: working on mail-spf-perl, and wasn't sure about the daemon question19:33
sommerit does actually supply a daemon spfd, but there's no start script19:33
sommerjust wanted to double check that the answer should be "yes"19:34
ScottKOK.  If there no init in the spf-tools binary?19:34
ScottKIf/is19:34
sommernope, no init19:35
ScottKThen I'd answer yes, but there is no provided init.19:36
ScottKsommer: Which binary package is that in?19:36
sommercool, will do19:36
sommerspf-tools-perl (/usr/sbin/spfd)19:36
ScottKOK.  We don't need spf-tools-perl promoted, so you should say in the MIR that binary should stay in Universe.19:37
ScottKWe want to promote source + only the needed binaries.19:37
sommerokay, will do19:38
sommerI'd think spamassassin would only need libspf-mail-perl19:38
ScottKYes.19:40
ScottKsommer: I'm taking off now.  FYI, I know the upstream/Debian maintainer for mail-spf-perl.19:59
sommerScottK: cool, getting close... looking at debian policy compliance, and from what I've read of the policy it's good :)20:01
gringoehlo@all, this is my first time setting up a mailserver, I've been working on this for several days now and went through several howtos, basically I got everything setup -> postfix combined with dovecot(maildir|ssl/tls) however, now I am stuck on getting sasl setup so I can actually send mails through evolution. I realyl hope someone can help me here, because the users in #ubuntu.de remain clueless or don't want to talk...21:25
gringohttp://ubuntuusers.de/paste/380172/21:27
sommergringo: you might try the serverguide: https://help.ubuntu.com/8.04/serverguide/C/postfix.html21:29
sommergringo: it details configuring postfix with dovecot-sasl21:29
sommergringo: also you might double check permissions on private/auth... from the log output you posted that may be an issue21:31
gringowell, the file auth does not exist at all...21:31
gringoin that dir21:31
sommergringo: that'd probably be the problem :)21:32
gringoand I didn't wanan do some noobish stupid things and mess around in the spool dir21:32
gringocan I just go ahead and create it?21:32
sommergringo: see https://help.ubuntu.com/8.04/serverguide/C/postfix.html Configuring SASL section21:33
sommergringo: and also the smtp-auth sasl postfix configs above that section21:34
sommerbasically postfix needs to be able to access a sasl daemon/socket thingy21:35
sommerpostfix supports cyrus sasl and dovecot-sasl... dovecot is somewhat easier to setup IMHO21:35
nanderssonnote: I wouldn't recommend self signed certs in a MTA21:38
nanderssonI've run into some nasty problems. Some MTA's just directed my mail to /dev/null21:38
gringonandersson, that is just while I'm setting things up... I'll get myself a true cert as soon as things are stable21:40
nanderssonEverything sorted out just fine when I bought a SSL from a trusted CA. But it's important that the cert corresponds to the hostname when you do a reverse lookup21:40
nanderssongringo, I bought from RapidSSL21:40
nanderssoni.e you don't want to buy a cert for mail.domain.com if it's a CNAME record21:41
gringosommer, followed setp-by-step through the guide and still get http://ubuntuusers.de/paste/380175/21:57
sommergringo: you've configured dovecot ?21:59
gringoyes21:59
sommerand restarted it?21:59
gringodovecot -n -> http://ubuntuusers.de/paste/380176/22:00
gringoyes I did restart the whole thing22:00
gringofetching mails with evolution works just fine... it's just the sending part something in smtp soewhere22:01
sommergringo: looks like you didn't change the path option in the socket listen directive: path = /var/spool/postfix/private/auth-client22:01
sommerpostfix runs in a chroot, which means the sasl path needs to be adjusted22:01
gringobut auth-client does not exist in /var/spool/postfix/private/22:02
sommergringo: right if you configure dovecot to use it and restart dovecot it should create it22:03
gringohttp://ubuntuusers.de/paste/380177/22:03
gringoI pasted my dovecot.conf, I resarted it and auth-client isn't loaded... what could be going wrong?22:04
sommergringo: make your dovecot.conf look like this http://ubuntuusers.de/paste/380178/22:05
sommergringo: you have: path: /var/run/dovecot/auth-client22:05
sommerpostfix can't access that directory22:05
sommerit needs to be path = /var/spool/postfix/private/auth-client22:05
gringoI love you man22:06
sommerheh, does that mean it worked?22:06
gringoI'm serious you're my personal 1 minute super hero22:06
gringoit worked22:06
sommergringo: party!22:07
gringofinally... so the users in #ubuntu.de where absolutely right... mailserver noob do need an average of three days to get things running... it is my third day ^^22:07
sommergringo: heh, it's all about experience22:07
gringoI am so happy... so now why did it not ask me for a password? that does not sound good...? spam...22:08
sommeryou probably configured it in your mail client22:08
sommeror your mail client is defaulting to the password you used for pop, imap, etc22:08
gringohm... possible...22:09
gringois there a way to flush passwords in evolution? they are set to don't remember22:09
sommergringo: not sure, don't use evolution myself22:10
gringook now: I sent the first email via smtp with evolution to myself... the secon over gmx webmail... both never arrived in my inbox, why? http://ubuntuusers.de/paste/380182/23:07

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!