Displaying 20 results from an estimated 120 matches for "alias_maps".
2015 Feb 27
1
postfix ldap unknown user
...o
mail maildir:~/Maildir:LAYOUT=fs
postmap -vq siroco ldap:/etc/postfix/ldap_virtual_aliases.cf
return siroco
2 questions :
postfix search with siroco or with siroco at citoyens2015.marche.be ?
postmap must return siroco or siroco at citoyen2015.marche.be ?
And I don't know if I set for alias_maps, virtual_mailbox_maps,
virtual_alias_maps ?
My postconf
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, ldap:/etc/postfix/ldap-citoyen.cf
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = 172.17.1.232, 127.0.0.1
mailbox_command = procmail -a...
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
2008 Dec 10
3
dovecot howto?
...dovecot setup? Up
to now, I used postfix+cyrus, worked fine. But I do not get postfix+dovecot
to work. Currently, all emails go to /dev/null.
What really would help me is a dovecot lmtp server. Is there any?
Regards
Olaf
postfix main.cf:
# -- delivery options
#
local_recipient_maps =
virtual_alias_maps = btree:/etc/postfix/virtual
alias_maps = btree:/etc/postfix/aliases
alias_database = btree:/etc/postfix/aliases
# mailbox_command = /usr/lib/dovecot/deliver
mailbox_transport = dovecot
postfix master.cf:
dovecot unix - n n - - pipe
flags=DRhu user...
2016 Apr 02
3
Still muddling through with broken auth...
Hey Edgar,
Thanks for catching that! Missed it earlier! Got it changed but I?m still having the same error updated postconf -n:
[ec2-user at ip-172-31-24-2 conf.d]$ postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.post...
2008 Mar 28
0
Using LDA with postfix and virtual users
...ovecot-sql.conf
userdb:
driver: static
args: uid=5000 gid=5000 home=/var/mail/%u
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
user: vmail
group: vmail
plugin:
sieve: /var/mail/%u/.dovecot.sieve
And my postfix configuration:
alias_maps = mysql:/etc/postfix/alias_maps-mysql.cf
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
inet_interfaces = all
local_recipient_maps = mysql:/etc/postfix/local_recipients-mysql.cf
$alias_maps
local_transport = dovec...
2016 Apr 02
2
Still muddling through with broken auth...
...nable to connect to the storage container? But I think that?s a round cube issue? I want to get postfix and dovecot playing nicely before I worry too much about things like webmail access?
Here is my postconf -n:
[ec2-user at ip-172-31-24-2 dovecot]$ postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.post...
2006 Dec 11
2
Problem in Postfix
...ostfix/master[3038]: warning: process /usr/libexec/postfix/pipe pid 3348 exit status 1
Dec 11 18:35:34 support postfix/qmgr[3040]: 8B4E04069B: to=<personal at xxx.com>, relay=none, delay=1.2, delays=0.11/1.1/0/0, dsn=4.3.0, status=deferred (unknown mail transport error)
# my configuration
alias_maps = mysql:/etc/postfix/mysql-aliases.cf
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
home_mailbox = Maildir/
html_dire...
2015 May 19
0
Can't achieve alias working with SQL
...e 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 alias, it seems ok :
root at cluster-dovecot:/etc/dovecot# postmap -q contact2 at XXXXXXXX.com
mysql:alias_maps
contact at XXXXXXXXXX.com
So what do I missed for alias working with dovecot ?
Do I need a special conf in master.conf for sending alias AND final
recipient or do I have to change the dovecot user_query for taking in
acount the "forward" table in the SQL query ? .... or other thing I...
2011 May 18
1
integrating procmail
...h time feeling confident on how best to approach it in
the simplest manner. (this is for a small installation.... 10 email
accounts, max).
Below, I've provide the relevant snippets of my current functional
configuration; how best to integrate procmail into the mix?
/etc/postfix/main.cf:
...
alias_maps = hash:/etc/mail/aliases
local_recipient_maps = hash:/etc/postfix/vmailbox, $alias_maps
virtual_transport = dovecot
virtual_mailbox_domains = $mydomain
virtual_mailbox_base = /var/vmail/
virtual_mailbox_maps = hash:/etc/postfix/vmailbox
virtual_minimum_uid = 500
virtual_uid_maps = static:501
virtua...
2014 Nov 27
2
Unable to see virtual users
...: "test")
So then I tried to tell postfix that it had virtual users by
configuring them in /etc/postfix/virtual_users and creating a hash
using 'postmap' and then in /etc/postfix/main.cf setting
local_recipient_maps = proxy:unix:passwd.byname
hash:/etc/postfix/virtual_users $alias_maps
This made no difference at all. Mail to virtual users still bounces
with 'unknown user' while mail to the system user is delivered.
So then I set 'mydestination' to an empty string in
/etc/postfix/main.cf and set 'virtual_mailbox_domains' to the string
that had been in...
2015 Feb 27
0
postfix ldap unknown user
...o
mail maildir:~/Maildir:LAYOUT=fs
postmap -vq siroco ldap:/etc/postfix/ldap_virtual_aliases.cf
return siroco
2 questions :
postfix search with siroco or with siroco at citoyens2015.marche.be ?
postmap must return siroco or siroco at citoyen2015.marche.be ?
And I don't know if I set for alias_maps, virtual_mailbox_maps,
virtual_alias_maps ?
My postconf
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, ldap:/etc/postfix/ldap-citoyen.cf
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = 172.17.1.232, 127.0.0.1
mailbox_command = procmail -a...
2014 Aug 11
3
Use postfix and spamd on CentOS 6 - looking for a shortest guide
...with me?
Should I add something (involving spamc?) into /etc/postfix/master.cf?
Thank you
Alex
P.S. Below is my "postconf -n". I accept mails (here I'd like to filter
spam) for 6 virtual domains and then forward them to different GMail
accounts:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
header_checks = pcre:/etc/postfix/header_checks
html_directory = no
inet_interfaces = all
inet_protocols = ipv4...
2012 Nov 20
2
Need help for configure sieve
...sl_cert = </etc/ssl/private/server.crt
ssl_key = </etc/ssl/private/server.key
userdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
protocol lda {
mail_plugins = " sieve"
}
here is my postfix conf :
20:07 root at curzio /home/mathieu # postconf -n
alias_database = $alias_maps
alias_maps = hash:/etc/postfix/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd
$da...
2012 Dec 29
2
question
I just install Dovecot and postfix. When I'm pull dovecot I see in the log
that its checking for mail. if a put a test message locally on the server
I can pull the message down to my cell phone and other computers. But when
I try to a message from gmail or aol it doesn't come in to the server.
it always bounces back to the place were I sent it from
2009 Aug 14
1
Operation not permitted
..._sql_userdb.conf
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
master:
path: /usr/var/run/dovecot/auth-master
mode: 384
user: vmail
postfix config:
--------------------
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
header_checks = regexp:/etc/postfix/header_checks
html_directory = no
inet_interfaces = all
local_recipient_maps = $alias_...
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
...args: cache_key=%Lu
userdb:
driver: passwd
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
user: maildrop
plugin:
quota: maildir:storage=10000000:ignore=Trash
*** Postfix main.cf ***
alias_database = hash:/etc/mail/postfix/aliases
alias_maps = hash:/etc/mail/postfix/aliases
biff = no
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
echo where) | gdb $daemon_directory/$process_name $process_id 2&g...
2010 May 26
0
with dovecot deliver amavisd not work
...hello centos network
since I've installed dovecot deliver. e-mails no longer pass through
amavisd.
amavisd no longer work.
c is to say I have no anti-spam and anti virus
my postconf and dovecot -n
[root at r13151 ~]# postconf -n
alias_database = hash:/etc/aliases , hash:/etc/postfix/aliases
alias_maps = hash:/etc/aliases , hash:/etc/postfix/aliases
body_checks = regexp:/etc/postfix/body_checks.cf
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = dkimproxy:[127.0.0.1]:10029
daemon_directory = /usr/libexec/postfix
data_directory = /var/li...
2007 Jun 13
1
postfix+dovecot delivering to wrong (/var/mail/%u) place
.../%u instead the configured
mailboxes in /var/local/dovecot/%u.
I`ve configured postfix as say http://wiki.dovecot.org/LDA/Postfix.
/etc/postfix/main.cf:
-----------------------------------
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
myhostname = coan
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = coan.com.br
myorigin = /etc/mailname
relayhost =
mynetworks = 121.120.0.0/16
mailbox_size_limit = 0
inet_interfaces = all
smtpd_recipient_restrictions = reject_unauth_destination
virtual_transport = dovecot
dovecot_destination_r...
2008 Apr 06
2
Problem with dovecot under Vmware Server
...default:
mechanisms: plain login
passdb:
driver: pam
userdb:
driver: passwd
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
[root at vmhost ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 5...
2006 Apr 28
3
ActionMailer - 550 Error - Net:SMTPFatalError
I have page on my site which sends out e-mails to all of our clients.
The idea is that if a client''s e-mail bounces, the server catches the
bounce message and flags the client (from the Rails Recipes book).
This works perfectly, except in the event that the destination domain
is my own. Since I''m running my own postfix server on the same box,
instead of accepting the