Displaying 20 results from an estimated 27 matches for "mail_spool_directory".
2008 May 04
2
Dovecot SASL doesn't seem to be working with Postfix
...ix with Dovecot SASL and SSL/TLS support. The problems
I'm seeing in Postfix are:
* Virtual users are not being recognized (it'll only delivers mail for
local users)
* For mail it does deliver, it uses the local user permissions ( I want it
to use the vmail user)
* I had to modify 'mail_spool_directory' to get it to use the /home/vmail/
directory
* For mail delivered to local users, it still doesn't come up in my email
client when I check for new mail.
I just keep feeling like the SASL integration is not working. Can anybody
shed some light?
---
DOVECOT config
# 1.0.13: /usr/local/etc...
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
...ocess_name $process_id 2>&1
>$config_directory/$process_name.$process_id.log & sleep 5
#### Dovecot LDA Service - http://wiki.dovecot.org/LDA/Postfix
dovecot_destination_recipient_limit = 1
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 12000000
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = geekinternetdevelopment.com
myhostname = superman.geekinternetdevelopment.com
mynetworks = 72.18.193.0/24, 127.0.0.0/...
2011 Mar 14
4
LDA, postfix and multiple virtual users : postfix is still the MDA
...ype: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
user: mail
postfix configuration (postconf -n)
append_dot_mydomain = no
biff = no
bounce_queue_lifetime = 1d
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
mail_spool_directory = /var/mail/
message_size_limit = 10240000
myhostname = squeeze.test.ecp.fr
mynetworks = 138.195.32.0/23, 127.0.0.1
recipient_delimiter = +
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_restrictions = permit_mynetworks, reject
smtpd_helo_required = ye...
2011 Oct 25
3
Temporary Failure that's Permanent!
...ses_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
mydomain = myserver.com
mydestination =
??????? $mydomain,
??????? $myhostname,
??????? localhost.$mydomain
mail_spool_directory = /var/spool/mail
home_mailbox = Mailbox
disable_vrfy_command = yes
show_user_unknown_table_name = no
data_directory = /var/lib/postfix
# --------------- local settings ------------------
myhostname????????????????????? = myserver.com
inet_interfaces???????????????? = localhost, $myhostname
mynet...
2011 Feb 21
2
Rejected mails
...ory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debug_peer_list = ncs.com.sg
default_privs = nobody
header_size_limit = 32768
html_directory = /usr/share/doc/postfix-2.5.6-documentation/html
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /pop3/spool/mail
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 51200000
mydomain = portalcity-tech.com
myhostname = nspplss2
mynetworks = 172.18.20.0/24, 127.0.0.0/8, 202.6.163.0/24
# the 172.18.20.0 is the private subnet of my postfix server &
20...
2012 Oct 16
3
Sending Email Via Telnet
Hi;
I tried this:
[root at mydomain ccc]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
EHLO
MAIL FROM: me at gmail.com
RCPT TO: me at gmail.com
DATA
testing from server
.
^]
but I never get back to a command prompt. Please advise.
TIA,
John
2018 Oct 11
4
Struggling to get dovecot working with postfix auth
.../usr/lib/postfix/bin/
data_directory = /var/lib/postfix-authrelay
disable_vrfy_command = yes
html_directory = /usr/share/doc/packages/postfix-doc/html
inet_interfaces = 198.51.100.168
inet_protocols = ipv4
local_recipient_maps =
local_transport = error:5.1.1 Mailbox unavailable
mail_owner = postfix
mail_spool_directory = /var/mail
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
message_size_limit = 20480000
milter_default_action = accept
milter_mail_macros = i {mail_addr} {daemon_addr} {client_name} {auth_authen}
milter_protocol = 2
multi_instance_enable = yes
multi_instance_name = postfix-authrela...
2011 Jul 04
2
virtual users
...ain.com
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mynetworks = *.*.*.*/24, 127.0.0.0/8
relay_domains =
home_mailbox = Maildir/
#home_mailbox = Mailbox/
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mail_spool_directory = /var/spool/mail
#SASL configuration
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
#permit SASL suthentication is added
smtpd_recipient_restrictions = permit_mynetworks permit_s...
2007 Jun 11
1
Can't connect to SMTP outside localhost
...ory = /usr/libexec/postfix
mail_owner = postfix
myhostname = mozmonkey.com
mydomain = mozmonkey.com
inet_interfaces = $myhostname, localhost
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
local_recipient_maps = $virtual_mailbox_maps
unknown_local_recipient_reject_code = 550
mail_spool_directory = /var/mail
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group...
2010 May 26
0
with dovecot deliver amavisd not work
...ix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_privs = nobody
double_bounce_sender = no
header_checks = regexp:/etc/postfix/header_checks.cf
home_mailbox = Maildir/
in_flow_delay = 10
inet_interfaces = all
local_recipient_maps = unix:passwd.byname $alias_maps
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/libexec/dovecot/deliver
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 20480000
mime_header_checks = regexp:/etc/postfix/mime_header_checks.cf
mydestination = $myhostname , localhost.$mydomain, r13151.ovh.net
mydo...
2015 Apr 18
2
Dovecot 2.2.16: disappearing messages, mismatched summaries, duplicated messages, excessive full re-downloads
...into the mailbox and an error is logged. "
...which is exactly the error, but the
And since I'm using Dovecot LMTP/LDA, it seems odd that errors would be generated.
My main.cf config includes:
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
home_mailbox = Maildir/
mail_spool_directory = /mail
mailbox_command = /usr/local/libexec/dovecot/deliver
mailbox_transport = dovecot
2011 Oct 03
0
problem with getting outlook to work with IMAP server
...virtual_mailboxes
virtual_minimum_uid = 100
virtual_uid_maps = static:106
virtual_gid_maps = static:106
relayhost =
mynetworks = 127.0.0.0/8, 192.168.1.0/24, 50.4.39.163, 50.4.39.164
mynetworks_style = subnet
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = ipv4
mail_spool_directory = /var/spool/mail
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_exceptions_networks = $mynetworks
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sasl_tls_security_options = noanomymous
smtpd_tls_auth_onl...
2013 Apr 08
4
LMTP Setup/Design Help Request
Hi altogether,
I am switching from dbmail 2.2 to dovecot 2.1.7, and I was able to do a successful transition of IMAP. But I
had a very hard time with receiving mail, and in the end -- after loads of reading and debugging -- I broke
down and failed. This is why I am asking you for your kind help.
I only have virtual users and have set
mail_uid = dovemail
mail_gid = dovemail
For authentication,
2018 Oct 11
2
Struggling to get dovecot working with postfix auth
Hi,
I am trying to create an authenticated relay server using Postfix and Dovecot.
However I am having two problems :
(a) If I create a dovecot config entry as follows :
unix_listener /var/spool/postfix-authrelay/private/dovecot-auth {
group = postfix
mode = 0666
user = postfix
}
Dovecot is unable to create the socket ? I thought surely if dovecot is started as root it should
2010 May 26
1
with dovecot deliver amavisd not work
...ix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_privs = nobody
double_bounce_sender = no
header_checks = regexp:/etc/postfix/header_checks.cf
home_mailbox = Maildir/
in_flow_delay = 10
inet_interfaces = all
local_recipient_maps = unix:passwd.byname $alias_maps
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/libexec/dovecot/deliver
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 20480000
mime_header_checks = regexp:/etc/postfix/mime_header_checks.cf
mydestination = $myhostname , localhost.$mydomain, r13151.ovh.net
mydo...
2010 Jun 21
3
%d/%n doesn't work... why?
...s = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = no
html_directory = no
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_size_limit = 500000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
message_size_limit = 10000
mydomain = rnd
myhostname = mail.pplsnet.com
mynetworks = 174.xx.xx.0/24
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/...
2008 Aug 23
3
Postfix and Dovecot SASL authentication error
...nf -n
result is:
[root at mails ~]# 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
mail_spool_directory = /var/spool/mail
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = coreteamsolutions.in
myhostname = mails.coreteamsolutions.in
mynetworks = 192.168.1.0/24, 127.0.0.0/8
mynetworks_style = subnet
myorigin =...
2016 Aug 22
3
Catch-all with LMTP and Postfix
...stfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd
$daemon_directory/$process_name $process_id & sleep 5
disable_vrfy_command = yes
header_checks = pcre:/etc/postfix/header_checks.pcre
html_directory = no
inet_protocols = all
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 20480000
mydestination = $myhostname, localhost.$mydomain, localhost
myhostname = mail.example.com
mynetworks_style = host
newaliases_path = /usr/bin/newaliases.postfix
notify_classes = res...
2009 Dec 02
2
Can't receive mail from outside
...ation_concurrency_limit = 2
local_destination_recipient_limit = 1
local_header_rewrite_clients = permit_inet_interfaces
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
local_transport = local:$myhostname
luser_relay =
mail_name = Postfix
mail_owner = postfix
mail_release_date = 20070301
mail_spool_directory = /var/mail
mail_version = 2.3.8
mailbox_command = procmail -a "$EXTENSION" -d "$USER"
mailbox_command_maps =
mailbox_delivery_lock = fcntl, dotlock
mailbox_size_limit = 0
mailbox_transport =
mailbox_transport_maps =
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man...
2009 Jun 23
2
deliver does not update maildirsize
..._mydomain = no
biff = no
command_directory = /usr/local/postfix-2.5.1/sbin
config_directory = /etc/postfix-2.5.1
daemon_directory = /usr/local/postfix-2.5.1/libexec
data_directory = /var/postfix-2.5.1/data
debug_peer_level = 2
html_directory = /usr/local/postfix-2.5.1/doc/html
mail_owner = lpostfix
mail_spool_directory = /var/mail
mailq_path = /usr/local/postfix-2.5.1/bin/mailq
manpage_directory = /usr/local/postfix-2.5.1/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = MyHostingDomain
myhostname = MyMachine.MyHostingDomain
mynetworks_style = host
myorigin = $mydomain
newalias...