Displaying 20 results from an estimated 300 matches similar to: "Mail Send and Receive Problem"
2012 Mar 30
1
About Postfix mail server using dovecot and courier imap configuration
Dear Friends,
I am new in server side so i want to configure new Postfix mail server
using dovecot or courier imap configuration . But I want courier for
configure server . I do not want any database for store mails and users
information. It just like create users then all mail goes to users home
folder. Like useradd /home/jiten/ then all mail store in my jiten folders.
Please help me it is
2019 Sep 26
2
DenseMap/ValueMap: is M[New]=M[Old] valid ?
Hi,
I have a question about llvm/ADT/DenseMap.h and llvm/IR/ValueMap.h:
When you have a:
MapType M;
is it safe to do:
M[NewKey] = M[OldKey];
or do you need to do it in two steps:
auto tmp = M[OldKey]; // ensure the reference to M[OldKey] is copied, before reassigning.
M[NewKey] = tmp; // might reallocate
aka, will a possible allocation for M[NewKey] invalidate the
2012 Sep 04
1
yum repository for development series explicitly
Dear Friends,
When I am running this command
yum install --enablerepo=milter-manager-development -y milter-manager
*
So I am getting this error Message . *
milter-manager/primary | 7.0 kB
00:01
milter-manager
40/40
http://downloads.sourceforge.net/project/milter-manager/centos/6/development/x86_64/repodata/repomd.xml:
[Errno 14] PYCURL ERROR 22 - "The
2012 Sep 12
2
ClamAV and Milter-manager
Dear Friends,
I want to configure ClamAV with Milter-Manager and Spam-assassin for
postfix mail server I have checked and search on google but not getting any
good answer and any web site Please help me to configure it.
--
Thanks & Regards
Jitendra Jha
+91-7498370550
2012 Sep 20
2
postfix login problem
Dear Friend,
I have postfix mail server. I open my mail server and put my username = jha
and password= 123456 it is giving my error "*ERROR*Unknown user or password
incorrect."
and In a log it is showing
-- Sep 20 13:03:22 neumann dovecot: imap-login: Aborted login (auth failed,
1 attempts): user=<jha>, method=PLAIN, rip=10.112.1.2, lip=192.168.1.2,
secured
but When I put
2011 Jun 07
1
RgoogleMaps Axes
R Help,
I posted a question on StackOverflow yesterday regarding an issue I've been having with the RgoogleMaps packages' displaying of axes. ?Here is the text of that submission:
http://stackoverflow.com/questions/6258408/rgooglemaps-axes
"I can't find any documentation of the following problem I'm having with the axis labels in RGoogleMaps:
library(RgoogleMaps)
datas
1999 Oct 08
4
Automounting
Is there a way to make samba automatically mount a home directory?
That is, a user logging in (from Linux), enters its username and
password(Samba), and the system automatically mounts the user's home
directory from the samba server(without asking the password again).
Has anyone ever tried to do this? And succedeed :-) ?
--
nneves@di.fc.ul.pt Dept. Informatica, Fac.
2012 Jul 10
3
kickstart installation problem
Dear Friends,
I have centos 6.2 64 bit os in my dell server. When I try to install centos
or scientific linux using NFS so it is not working and getting me error =
"unable to download kickstart file".
My kickstart file configuration is :
#platform=x86, AMD64, or Intel EM64T
#version=DEVEL
# Firewall configuration
firewall --disabled
# Install OS instead of upgrade
install
# Use NFS
2007 Oct 11
1
maps does not work
Hello,
I am trying to draw geographical maps with the maps package. However
if I try to access the data following error occurs:
> require(maps)
> map()
Fehler in zip.file.extract(file, "Rdata.zip") :
'destination' existiert nicht
# Error in zip.file.extract(file, "Rdata.zip") : 'destination' does not exist
> traceback()
4: zip.file.extract(file,
2018 Jul 31
7
[PATCH nbdkit 0/4] Add truncate and map filters.
This patch series proposes two new filters.
* truncate: This can truncate, extend, round up or round down the size
of a plugin/device. A typical usage is to fix the qemu problem that
it can only handle devices which are a multiple of 512-bytes:
nbdkit --filter=truncate random size=500 round-up=512
This will serve a virtual device with size 512 bytes. Reading from
the last 12 bytes will
2023 Oct 13
1
rnrfa package problems
R help email
Hello I?m trying to work my way through the rnrfa package
RJ-2016-036.pdf (r-project.org)
<https://journal.r-project.org/archive/2016/RJ-2016-036/RJ-2016-036.pdf>
I?ve got it loaded OK and can access the data by the catalogue() command -
gives me a tibble with names, grid refs etc
allStations <- catalogue()
allStations
This works OK
But when I try to run the example
2011 Sep 26
7
Problem with srcds
Hi! :D
i have some problem with srcds (source dedicated server)
when i running the server i got alot of this error
and the server is not running he just show the errors and crashed
I searched a lot and could not find a solution
Help Please?
Thanks, Bar.
Code:
err:wincodecs:PngEncoder_CreateInstance Failed writing PNG because unable to find libpng12.so.0
fixme:ole:CoCreateInstance no instance
2012 Jun 18
1
Configure KVM
Dear Friends,
How to configure KVM in centos 5.6. Can you send me documentation with all
configuration and process.
--
Regards
Jitendra Jha
2012 Jun 19
1
Configure Kickstart
Dear Friend ,
I want you help to configure kickstart on my centos5.4 server . I search on
google and found so many way to configure it even on centos web site also.
But It is not working and i am know so I can not understand it. So please
send me link that i can understand and configure it.
--
Regards
Jitendra Jha
2012 Jul 18
1
About GlusterFS
Dear Friends,
I have 2 server and one client. In a server side I have installed Centos
6.2 and the client side ubuntu10.04. Unable to download " yum groupinstall
'Development Tools' ".
When I run " glusterfs -f /etc/glusterfs/glusterfs.vol /mnt/glusterfs " on
client side it is working . But when I check " df -h "
then error is "
Filesystem
2012 Aug 10
1
About Nagios Mail notification
Dear Friends,
I have installed Nagios core on my Centos 6.2 server with mailx , postfix.
But I do not know how to configure mail notification , check mail
notification is working or not . I searched on google but not able to
search any good answer so please help me friend
--
Thanks & Regards
Jitendra Jha
+91-7498370550
2012 Sep 10
3
postfix mail server
Dear Friends,
I have postfix mail server it is running fine . In my mail server all users
are virtual. Can I merge all users with his/her mails in mysql or
postgresql database.
--
Thanks & Regards
Jitendra Jha
+91-7498370550
2003 Dec 01
1
Re: using shapefile as owin
My sincerest apologies, as this is a very elementary problem, but I have
searched through archives and FAQs and on the web, and I am at the end of my
own resources.
I need to do analysis of a spatial point process occuring with four
counties, using spatstat. I've had no trouble importing the shapefiles, but
I can't seem to figure out what I need to do in order to use the boundary as
an
2010 Feb 02
3
deny=yes in userdb
I would like deliver to reject certain users.
Since supposedly deliver only uses userdb, not passwd, I can't use deny=yes for that. Or does userdb support deny=yes?
Yes, I should rather reject them right in the MTA, but that currently takes too long to implement. Or how to reject gast* in postfix using nss authentication?
2019 Sep 27
2
DenseMap/ValueMap: is M[New]=M[Old] valid ?
I actually ran into an elusive bug with this exact same issue some time
ago as well, see https://bugs.llvm.org/show_bug.cgi?id=42065 and
https://reviews.llvm.org/D62624.
The strange thing about that bug was that it only showed up if built with
GCC; Clang dereferenced the right hand side reference before evaluating
the left hand side, as long as the value type was as small as the
reference