Displaying 20 results from an estimated 500 matches similar to: "alias does not work"
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
2009 Apr 17
1
bad maildir location
Hi,
I use dovecot 1.0.15 on Debian Lenny.
In my /etc/dovecot/dovecot-sql.conf, i use user_query = SELECT path, 33 AS uid, uid AS gid FROM mail_users WHERE alias = '%u'
The result is something like this /var/alternc/mail/d/denis_collectifs.net and is the correct location (the Maildir is created by an script)
But the problem is that dovecot creates (when you log in for the first time) a
2004 Aug 06
3
Icecast problem
Hello,
I try to be able to have a icecast-server fonctioning but when i try to send
my playlist tot the server i have this error.
Could someone help me ?
Thanks
Denis
<p>vacarme:/home/denis# shout collectifs.org -P ********* -p testplaylist
1.4.0 - www.icecast.org
ERROR connecting to [collectifs.org:8000]
connect:: Connection refused
<p><p>My config is the basic at the
2011 Jun 29
1
Ref Classes: bug with using '.self' within initialize methods?
Dear list,
I'm wondering if the following error I'm getting is a small bug in the
Reference Class paradigm or if it makes perfect sense.
When you write an explicit initialize method for a Ref Class, can you
then make use of '.self' WITHIN this initialize method just as you would
once an object of the class has actually been initialized?
Because it seems to me that you can not.
2013 Jul 10
1
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
On 7/10/13 3:43 PM, Cristianno Martins wrote:
> Hello John,
>
> What opt command line arguments are you using?
I'm not using opt. I'm manually scheduling a pipline within a tool.
The code looks like this:
PassManager pm;
MyAlias * aa = new MyAlias();
pm.add(aa);
pm.add(new MyAliasUsingPass());
Both MyAlias and MyAliasUsingPass are now ModulePass'es. MyAlias is an
alias
2013 Nov 12
0
[LLVMdev] What's the Alias Analysis does clang use ?
Hi,
Your problem is that the function arguments, which are makes as noalias, are not being directly used as the base objects of the array accesses:
> %v0.addr = alloca float*, align 8
> %v1.addr = alloca float*, align 8
> %v2.addr = alloca float*, align 8
> %t.addr = alloca float*, align 8
...
> store float* %v0, float** %v0.addr, align 8
> store float* %v1, float** %v1.addr,
2013 Nov 11
2
[LLVMdev] What's the Alias Analysis does clang use ?
Hi, LLVM community:
I found basicaa seems not to tell must-not-alias for __restrict__ arguments
in c/c++. It only compares two pointers and the underlying objects they
point to. I wonder how clang does alias analysis
for c/c++ keyword restrict.
let assume we compile the following code:
$cat myalias.cc
float foo(float * __restrict__ v0, float * __restrict__ v1, float *
__restrict__ v2, float *
2007 May 07
3
Puppet for mass hosting and ha/hp clusters ?
Hi all,
I''m Benjamin Sonntag, I''m one of the AlternC project developpers.
AlternC is an opensource mass-hosting control panel software suite based
on debian.
We are working on a new version of this control panel, and we want to
make the less and the best work we can for this version.
So, as usual, we are using as much free software as we can, and we
started to use puppet for
2006 May 05
2
dovecot LDA w/virtual domains and postfix
Hi,
I've been trying to follow the documentation that I am finding, but am running
into trouble getting things set up correctly for postfix + virtual domains
(using ldap) with dovecot LDA. I can get it to work without LDA, but I'm
running into permissions problems when I try to run with LDA. I am wondering
if anyone has any good examples of configuring this.
I basically have a
2010 Jul 02
1
do Dovecot userdb and passwd filles need to be postmap'd
Hi all
I am unsure if dovecot files like userdb and passwd
also need to be postmap'd
i.e.
postmap userdb
or
userdb passwd
when I use the typical data format for creating userdp
postmap outputs the error
> postmap
userdb
postmap:
2011 Oct 04
2
postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied
I'm trying to configure mail forwarding through Gmail
on CentOS 6 with postfix, following the blog
http://carlton.oriley.net/blog/?p=31
and I think the blog has missed the step:
# postmap /etc/postfix/sasl_passwd
- as I've seen in the /var/log/maillog:
postfix/smtp[1926]: fatal: open database /etc/postfix/sasl_passwd.db:
No such file or directory
postfix/master[1831]: warning: process
2013 Mar 12
1
Postmap command
Dear All
While setting up postfix, at one point I need to do
postmap /etc/postfix/transport
But I get the output as
*bash: postmap: command not found*
I was just wondering is it something I need to install separately.
Thanks
Austin
2006 Jul 14
0
postfix conf for use external smtp
Hi all,
i wonder how to configure postfix make it use externa smtp server i tried
the following
relayhost = my.stmp.com
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_tls_security_options = $smtp_sasl_security_options
smtp_use_tls = yes
in
/etc/postfix/sasl_passwd
i have
my.smtp.com user:password
then i
2016 Aug 22
3
Catch-all with LMTP and Postfix
Hidy-ho,
I'm having a difficult time getting catch-all working when using Dovecot
LMTP. I would like *@example.com (everything) to go to
virtual at example.com, where virtual is a valid virtual user. It seems
that things are getting as far as LMTP, but then the mail gets bounced.
To wit:
Aug 21 08:02:50 hostname postfix/lmtp[4914]: 8DF8E9AFE6:
to=<test at example.com>,
2012 Jan 09
1
Postfix user map
http://hg.dovecot.org/dovecot-2.1/rev/f562bcaca215 implements "postmap"
type sockets, which follow Postfix's tcp_table(5) protocol. So you can ask:
get user at domain
and Dovecot answers one of:
- 200 1
- 500 User not found
- 400 Internal failure
So you can use this with Postfix:
virtual_mailbox_maps = tcp:127.0.0.1:1234
With Dovecot you can enable it with:
service auth
2019 Apr 06
1
SMTPUTF8 support
On 5 Apr 2019, at 13:47, Andr? Rodier via dovecot <dovecot at dovecot.org> wrote:
>
>> root at portal:/etc/postfix# postmap -q andr?@homebox.space ldap:/etc/postfix/ldap-aliases.cf
>> andre at homebox.space
You have a solution that properly maps UTF to a non-UTF namespace. As I understand it, SMTPUTF8 uses a UTF8 namespace.
So, this would indicate SMTPUTF8
# postmap -q
2006 Apr 30
1
Postfix /etc/aliases problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here's what I have from log watch.
Database files are not up-to-date (propably rehash is needed):
/etc/aliases : 16 Time(s)
Here's what I get from /var/log/maillog
Apr 29 20:37:22 00304842f27e postfix/local[25980]: warning: database
/etc/aliase s.db is older than source file /etc/aliases
Here's what I'm using
1. CentOS
2013 Jan 15
2
Using postfix in CentOS 6 to relay mails to First.Last@gmail.com
Hello fellow CentOS users,
I'm using:
# cat /etc/*release
CentOS release 6.3 (Final)
# rpm -qa | grep post
postfix-2.6.6-2.2.el6_1.x86_64
on 2 servers: preferans.de and (yes, funny name)
static.103.78.9.176.clients.your-server.de
I own several domains and would like all
incoming mails addressing those domains
to be forwarded to my Gmail address.
So I have setup the MX-records for my
2015 Feb 27
1
postfix ldap unknown user
Hi,
My config dovecot 2.2.13 Postfix 2.9.6 Debian wheezy
When I send a message to my user test (siroco) postfix said unknown user
But the user exist :
doveadm user siroco :
field value
uid 3002
gid 2000
home /var/spool/dovecot/mail/s/siroco
mail maildir:~/Maildir:LAYOUT=fs
postmap -vq siroco ldap:/etc/postfix/ldap_virtual_aliases.cf
return siroco
2 questions :
postfix search
2004 Jan 15
1
Ownership lost: linux -> windows -> linux
Hi,
I have a problem of loss of file ownership with rsync.
For some odd reasons, I have to use a windows machine
as rsync server, and to backup/restore a filesystem
from/to a linux client.
All files in my linux filesystem are owned by root,
with gid root.
If I save the files onto the windows rsync server from
linux using rsync, and then restore them back to
linux, the ownership for all files