Displaying 20 results from an estimated 20 matches for "sender_bcc_maps".
2006 Nov 07
1
Store outgoing mail in users mailbox
...e.
Our users would like that outgoing mail is automatically saved in some
folder, say Sent. We use Postfix with virtual domains, Maildir and
Dovecot+Sieve as LDA. Outgoing mail is relayed by our imap-server (with
authentification of course, no open relay).
Most people seem to advice Postfix sender_bcc_maps and Dovecot's deliver
with the -m argument. But I can't get it work. I tried:
In master.cf:
dovecot-archive unix - n n - - pipe
flags=DRhu user=mailowner:mailowner argv=/usr/libexec/dovecot/deliver -d
${recipient} -m Sent
In main.cf:
sender_bcc_...
2009 Mar 04
3
set \Seen flag on mail
...g for a way to set the \Seen flag on certain mail no matter
what. Currently I'm using a global sieve script to do this. From what
I've read, there is no way to enforce the global script if the user
creates their own sieve script.
More details:
I have a postfix transport that along with sender_bcc_maps and
recipient_bcc_maps uses deliver to create a read only archive of user's
mail. The mail intended to be archived is stored in a per user imap
folder called "Archives" that uses the ACL plugin to make the messages
there read only. In addition to that, I want the mail marked as \S...
2009 Oct 09
2
mail archiving
Im curious if anyone is archiving emails and what they are using. I
currently utilize sendmail/procmail/dovecot.
thanks,
ddh
--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools
"Everything should be made as simple as possible, but not simpler."
-- Albert Einstein
"The hottest places in Hell are reserved for those who, in times of moral
crisis,
2019 Jul 15
1
Sieve problem with duplicate and fileinto in the same set of rules
Hi there,
on my mail server (postfix, dovecot 2.2.27 in Debian 9) I have an automatic
forwarding (with sender_bcc_maps in Postfix) for all the emails sent in smtp
from the same server, that are then put in the Sent folder with a sieve
rule.
In this way, however, when a user sends an e-mail to himself, both copies
end up in the Sent folder and it's not good.
To resolve, I tried using the Sieve "dupl...
2013 May 02
1
Tuning!
...240000
myhostname = myname.mydomain.com
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
policy-spf_time_limit = 3600s
readme_directory = no
recipient_bcc_maps = mysql:/etc/postfix/mysql_bcc.cf
recipient_delimiter = +
relay_domains = proxy:mysql:/etc/postfix/mysql_relay_domains_maps.cf
relayhost =
sender_bcc_maps = mysql:/etc/postfix/mysql_bcc.cf
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = Welcome to $myhostname
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated,
check_client_access mysql:/etc/postfix/mysql_access.cf,
reject_unknown_client, reje...
2012 Apr 26
1
OT but E-Mail related. save a copy off all mail as eml
Hi,
I'm sorry to bug you with an not directly dovecot related question, but
this is for me right now the place with the best mailsystem admins I know.
I'm asked if there is a way to save a copy of all mail we send trough
our sendmail server (Red Hat EL 5.x) in and out as an .eml file for
further processing by a DMS system. The files should be saved on some
network share.
Any suggestion
2014 Aug 30
2
Creating a backup of incoming mail
This is my master.cf line for dovecot virtual users:
dovecot unix - n n - - pipe flags=DRhu user=vpopmail:vchkpw argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${user}@${nexthop} -m ${extension}
I would like to also write every mail, before delivery to the user, to a backup location like /backup/imap/mm/dd
Possible?
--
'On whose authority?'
2018 Sep 03
3
online conversion using replication?
On Mon, 3 Sep 2018, Sami Ketola wrote:
>> On 3 Sep 2018, at 4.18, Daniel Miller <dmiller at amfes.com> wrote:
>>
>> That works for a one-time migration, or perhaps via a cron-job, but what I want is basically a constant one-way backup and it seems replication could do it more elegantly & efficiently.
>>
>
> So you want real-time archiving? What we have done
2009 Oct 10
1
What exactly do you mean by archiving?
I mean every single email sent and recieved is kept for a period of
time (3 -5 years) separate from users mail, and emails cant be
deleted. Ideally emails would have compression, mailboxes need to be
searchable easily, and some mechanism whereby attachments sent to
multiple people only get saved once, and emails sent to multiple
people only get saved once. I could do something with
2011 Jul 04
2
virtual users
...function and using of TLS transport encryption between
server and client
disable_vrfy_command = yes
virtual_mailbox_base = /home/vmail/
virtual_mailbox_maps = hash:/etc/postfix/virtual
virtual_uid_maps = static:511
virtual_gid_maps = static:512
virtual_alias_maps = hash:/etc/postfix/virtual
sender_bcc_maps = hash:/etc/postfix/bcc
my dovecot.conf if
## Dovecot configuration file
protocols = imap imaps pop3 pop3s
disable_plaintext_auth = no
shutdown_clients = yes
##
## Logging
##
log_path = /var/log/dovecot.log
##
## SSL settings
##
##
## Login processes
##...
2018 Oct 11
2
Struggling to get dovecot working with postfix auth
...$local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $smtpd_sender_login_maps $sender_bcc_maps $recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps $alias_maps $smtpd_client_restrictions $smtpd_helo_restrictions $smtpd_sender_restrictions $smtpd_relay_restrictions $smtpd_recipient_restrictions $address_verify_sender_dependent_default_transport_maps $address_verify_sender_dependent_relay...
2014 Mar 06
1
Struggling with antispam
...lboxed at at /var/mail - location and
accounts controlled by a small sqlite database.
the uid for these mailboxes are 10001 and up and are not mapped to any
account on the system. The sieve plugin is working and I have a default
script which works to archive outgoing mail, returned via postfix
sender_bcc_maps to user+saveout into a Sent subfolder organised by date.
postfix also uses milters, to do spf, and dkim checking - and most
importantly from this posts perspective passes all mail through dspam,
adding an X-DSPAM-Signature header as it passes through. I plan to use
another default sieve script...
2015 Jan 23
2
sieve filter not working
HI,
> You could set
>
> syslog_facility = local5
>
> and have all the log messages in the messages file.
According to the output of command
# doveadm log find
every type of message goes to the file I was looking at, "/var/spool/maillog".
>> So, is it postfix doing the local mail delivery, not dovecot?
>>
> To answer this question please post relevant
2014 Feb 10
3
Undertanding what the lmtp_save_to_detail_mailbox actually does
Hi
I am just learning to setup dovecot as part of a project to move my home
mail serving from a large and complex linux computer which is acting as
internet router/nat gateway to the internet (this leaving me exposed
without internet connection when it goes down) to a raspberry pi - which
will be port-forwarded to, when I turn my internet cable modem back into
a router/modem.
I have chosen
2010 Mar 04
5
Saving Sent Messages to Sent Folder
Hi Timo,
There was another thread (it has come up at least a few times in the
past few years I've been lurking) on the postfix list about having some
kind of automatic 'Save to Sent' option to avoid the users mail client
from having to upload messages twice (obviously the only ones of concern
are ones with large attachments) - once to send it, and once to save the
copy in the sent
2009 Dec 02
2
Can't receive mail from outside
...elay_recipient_maps =
relay_transport = relay
relayhost =
relocated_maps =
remote_header_rewrite_domain =
require_home_directory = no
resolve_dequoted_address = yes
resolve_null_domain = no
resolve_numeric_domain = no
rewrite_service_name = rewrite
sample_directory = /usr/share/doc/postfix/examples
sender_bcc_maps =
sender_canonical_classes = envelope_sender, header_sender
sender_canonical_maps =
sender_dependent_relayhost_maps =
sendmail_path = /usr/sbin/sendmail
service_throttle_time = 60s
setgid_group = postdrop
show_user_unknown_table_name = yes
showq_service_name = showq
smtp_always_send_ehlo = yes
smtp...
2014 Jun 13
2
Dovecot and Postfix - dovecot doesn't create sockets
...s =
proxy_read_maps = $local_recipient_maps $mydestination
$virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps
$virtual_mailbox_domains $relay_recipient_maps $relay_domains
$canonical_maps $sender_canonical_maps $recipient_canonical_maps
$relocated_maps $transport_maps $mynetworks $sender_bcc_maps
$recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps $alias_maps
proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name
$address_verify_map $postscreen_cache_map
proxymap_service_name = proxymap
proxywrite_service_name = proxywrite
qmgr_clog_warn_time = 300s
qmgr_daemon_tim...
2014 Nov 16
1
UNIX perms appear ok (ACL/MAC wrong?)
...$local_recipient_maps $mydestination $virtual_alias_maps
$virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains
$relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps
$recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
$smtpd_sender_login_maps $sender_bcc_maps $recipient_bcc_maps
$smtp_generic_maps $lmtp_generic_maps $alias_maps
proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name
$address_verify_map $postscreen_cache_map
proxymap_service_name = proxymap
proxywrite_service_name = proxywrite
qmgr_clog_warn_time = 300s
qmgr_daemon_timeo...
2006 May 25
2
tls not working with postfix in chroot mode on centos4.0
...lay_recipient_maps =
relay_transport = relay
relayhost = mail.nextgenesolutions.com
relocated_maps =
require_home_directory = no
resolve_dequoted_address = yes
resolve_null_domain = no
rewrite_service_name = rewrite
sample_directory = /usr/share/doc/postfix-2.1.5/samples
sender_based_routing = no
sender_bcc_maps =
sender_canonical_maps =
sendmail_path = /usr/sbin/sendmail.postfix
service_throttle_time = 60s
setgid_group = postdrop
show_user_unknown_table_name = yes
showq_service_name = showq
smtp_always_send_ehlo = yes
smtp_bind_address =
smtp_bind_address6 =
smtp_connect_timeout = 30s
smtp_data_done_t...
2013 Mar 14
8
Question regarding Postfix and Dovecot
...faces =
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps
$virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains
$relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps
$recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
$sender_bcc_maps $recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps
$alias_maps
proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name
$address_verify_map $postscreen_cache_map
proxymap_service_name = proxymap
proxywrite_service_name = proxywrite
qmgr_clog_warn_time = 300s
qmgr_daemon_timeo...