Displaying 20 results from an estimated 500 matches similar to: "Using deliver with postfix"
2009 Apr 26
1
file.c:655 ast_openstream_full: File /tmp/winkel-gesloten.alaw does not exist in any format
part of extensions.conf:
exten => 11,1,Answer()
exten => 11,n,NoOp(CallerID : ${CALLERID(all)})
exten => 11,n,Playback(/tmp/welkom-tcs.alaw)
exten => 11,n,GoToIfTime(09:00-17:59|mon-fri|*|*?open,s,1)
; wordt doorgerouteerd naar context open, maar indien gesloten :
exten => 11,n,NoOp(Oproep tijdens winkel gesloten)
exten => 11,n,Playback(/tmp/winkel-gesloten.alaw)
exten =>
2008 Nov 25
2
dataframe
hi there
I have a dataframe
abc 123 345
abc 345 456
lmn 567 345
hkl 568 535
lmn 096 456
lmn 768 094
i want the uniques of column 1 and there corresponsing column 2 and 3
output
abc 123 345
lmn 567 345
hkl 568 535
cbind(DF1[,1],DF1[which(unique(DF1[,1]),c(2,3)])
but didnt work
kindly let me know how to go abt it
ramya
--
View this message in context:
2012 Apr 03
2
[PATCH] xen/gntdev: do not set VM_PFNMAP
Since when we are using the m2p_override it is not true anymore that the
mmap''ed area doesn''t have corresponsing struct pages.
Removing the VM_PFNMAP flag makes get_user_pages work on the mmap''ed user vma.
An example test case would be using a Xen userspace block backend
(QDISK) on a file on NFS using O_DIRECT.
The patch should be backported back to 2.6.38.
2007 Dec 17
3
bar plot colors
All,
I have a question regarding colors in bar plots. I want to stack a
total of 18 cost values in each bar. Basically, it is six cost types and
each cost type has three components- direct, indirect, and induced
costs. I would like to use both solid color bars and bars with the
slanted lines (using the density parameter). The colors would
distinguish cost types and the lines would
2007 Sep 24
1
Deliver, sendmail & envelope From_
Sorry, couldn't find this in the archives.
Under freebsd 4.x, the native mail.local that sendmail uses by
default writes From_ lines that include the origin address. This
is very readily parsable and handy for quick greps in mboxes. But
deliver defaults it to MAILER-DAEMON. I see you can specify the
envelope From_ with "-f", but I'm not sure how that's useful.
Also
2007 Oct 24
2
"Can't sync delivery mail"
Dovecot 1.0.3
Deliver is saying this on two specific emails. Other emails to these 2
users are going through fine. Looking at the mail headers the only
thing questionable I see is:
From: "AMS Publication Division"@ams.org
Is this the problem?
# 1.0.3: /usr/local/etc/dovecot.conf
base_dir: /var/run/dovecot/
protocols: imap pop3
listen(default): *:143
listen(imap): *:143
listen(pop3):
2007 Sep 26
1
deliver net_connect auth-master failed: Permission denied
Ok, I've ALMOST got this working ... I can run deliver as a user, but when
I try using it as the default delivery agent from sendmail, I get
deliver(userid): net_connect(/var/run/dovecot/auth-master) failed: Permission denied
Does deliver run as root, as the recipient's ID, sendmail's ID or
sendmail's GID? (I'm running freebsd)
Or am I totally clueless ??
Here is dovecot
2007 Sep 26
3
v1.0 vs 1.1b re: Postfix and Dovecot LDA
In running the various 1.0.n versions of Dovecot's LDA with the
instructions in the wiki for using LDA with Postfix [on OS X 10.4]
things went well using the instructions as-is (no setuid problems).
This changed in moving over to the 1.1 beta. The LDA refused to work
failing with the error "setgroups() failed: Operation not permitted"
as I mentioned in a previous message.
2008 Nov 05
3
Dataframe help
Hi there,
I have a dataframe length.unique.info
> length.unique.info
abc 12 345
def 16 550
lmn 6 600
I want those names that fall under the condition (length.unique.info[,2][i]
<=5 && length.unique.info[,3][i] >=500)
abcder<-length.unique.info[which(length.unique.info[,2][i] <=5 &&
length.unique.info[,3][i] >= 500),1]
will "&&" look for
2004 Nov 29
1
data() in data/*.R files
Hi
I'm having difficulty making a package pass R CMD check.
I need to read in a dataset from another package, modify it, and have the
modified object available in the first package. help(require) says:
The source code for a package that requires one or more other
packages should have a call to 'require', preferably near the
beginning of the source, and of course
2013 Nov 07
1
mount.cifs return code = -128
Could someone tell me what this return code means? This is mount.cifs
version 4.8.1 on a
centos 6.4 workstation joined to an AD domain, using automount with
auto.cifs containing
* -fstype=cifs,sec=krb5,user=&,uid=$UID,gid=$GID,cruid=$UID,noserverino
://server.address.edu/&
When the machine is freshly booted, and for awhile afterwards, domain
accounts can mount with no problem.
But
2007 Sep 22
1
Strange error message
I apologise if this is a faq but I couldn't find it in the archives.
FreeBSD math 4.11-RELEASE-p26 FreeBSD 4.11-RELEASE-p26
dovecot version 1.0.3
x86 cpu
local disk (ufs)
Trying to run "deliver" from user's .forward file.
sendmail configured with smrsh, forward file says:
| "deliver"
Imap seems to work fine, but deliver says:
deliver(rw): mbox read/write lock list
2003 Nov 15
1
"touch" option for -c ?
Hi, I hope this hasn't been asked before ... I couldn't find it anyway.
To the best of my knowledge, without the -c option rsync judges file
differences based on date stamp and file size. This speeds things up
of course but can be problematic when date stamps of two otherwise
identical files are uncontrollable (say when they come from two
different sources, such as installed from CD vs
2010 Dec 06
1
Internal Error form delivery from LDAP lookup.
Solaris-x86-10u8
Dovecot-1.2.7
Large mail setup, with quite a few MX servers working well. Generally everything
is super.
But every now and then, we get "bouts of bad weather" - which only lasts a short
time, and curiously nearly always occur when mail is sent to customer mailing
lists. I suspect mostly because of that 1 message has multiple recipients within
the same domain.
2004 Mar 30
3
Config failure with 3.8p1 on AIX
Hello,
I have noted the following failure in the configure script for 3.8p1. The
apparent error is
--------------------------------------------------------------------------------------------------
configure:5911: cc -E conftest.c
"configure", line 5908.10: 1506-296 (S) #include file <zlib.h> not found.
configure:5917: $? = 1
configure: failed program was:
#line 5907
2009 Jul 09
2
Dovecot delivering mail in the wrong directory location
Hello everybody,my new server is setup with postfix as a MTA and dovecot as
a MDA,
mysql is used as a user db, and postfixadmin is used to setup accounts.
Login via pop works fine, also sending via smtp works fine.
HOWEVER: when i sent a mail by hand via smtp it is delivered in the wrong
directory.
For example for test at xdatasystem.com i have the following directory:
2015 May 19
0
Can't achieve alias working with SQL
Hello,
On a fresh install of Jessie, I achieve to make dovecot/postfix working
with SQL, but I still can't send email to alias for wich one I get :
"Unknown user"
After debug enable in dovecot, I see that the user_query SQL , just
query for the "users" table and not the "forward" table so the final
alias user is not known.
But when I check postfix for
2013 Oct 26
1
samba + kerberos + active directory with multiple domains
I've almost got this thing working. I have it set up on a centos machine to authenticate logins and automounts to windows file servers. But it won't allow me to specify a domain as part of the userid. I can set a default domain in smb.conf and logging into that domain works like a champ. And I can list the other domains with "wbinfo --online-status" (not sure what
2018 Feb 05
2
Cannot delete IMAP Mail-Folder in Trash
> On February 5, 2018 at 6:16 PM Gabriel Kaufmann <mailings at typoworx.com> wrote:
>
>
> Doesn't anyone have an idea?
>
> It looks like Dovecot and/or Thunderbird simply "ignore" sub-folders of
> IMAP-Folder in Trash/ as they are also not shown in Trash-Folder.
> Sub-Folder for INBOX and other IMAP-Folders work perfect (using
> layout=fs
2009 Aug 15
11
Postfix : lda problem
Hi,
I come back with my problem:
On debian lenny, using dovecot 1.1.13-2~bpo50+1 I try to configure my
setup (with Postfix virtual
domains) to use dovecot as lda but nothing happens, as if postfix not
delegate to dovecot
I am using the contreol panel alternc (http://www.alternc.org).
All the maildir are in the format
/var/alternc/mail/i/info_domainepublic.net for info at domainepublic.net
The