Displaying 20 results from an estimated 444 matches for "sendmail_path".
2011 Jun 26
2
Default sendmail_path value
It appears the documentation of this parameter is inconsistent with the
documentation:
> grep -nF /sendmail `gfind src -type f`
src/lib-lda/lda-settings.c:41: .sendmail_path = "/usr/sbin/sendmail",
src/config/all-settings.c:732: .sendmail_path = "/usr/sbin/sendmail",
(and doc/example-config/conf.d/15-lda.conf is also consistent with
this)
but the documentations states
http://wiki2.dovecot.org/LDA
sendmail_path is used to send mail...
2007 May 10
2
PATCH Deliver forgets sendmail_path if DEBUG is set
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Dovecot v1.0.0 deliver erases the environment if DEBUG is set, hence, also
(probably) erases SENDMAIL_PATH if it has been read from configuration
file. This happens with: Debian Etch, libc-2.3.6.so, gcc (GCC) 4.1.2
20061115 (prerelease) (Debian 4.1.1-21).
Problem in log:
May 10 12:33:07 ux-2s11-9 deliver(dvtest): execv() failed: No such file
or directory
May 10 12:33:07 ux-2s11-9 deliver(dvtest): Se...
2007 Apr 19
2
deliver failing to execute sendmail (sieve)
...send messages. It had been
working though, and I've tried going through all the changes I made
yesterday (related to dictionary quota debugging) to find what could be
wrong, but no luck so far. So, I was hoping for suggestions.
Basically, deliver seems to not know where sendmail is. I have
sendmail_path set in dovecot.conf (never changed that), yet when deliver
tries to pull the location via deliver_set->sendmail_path, it's just
returning an empty string. If I hard-code the location in smtp-client.c,
it works again.
Any ideas?
2008 Mar 28
2
How to force working of a redirect features in sieve plugin?
...delivery_date_add
envelope_to_add
return_path_add
log_output
user = exim
2 Dovecot
protocol lda {
postmaster_address = postmaster@*******
hostname = **********
mail_plugins = cmusieve
mail_plugin_dir = /usr/local/dovecot/lib/dovecot/lda
# Binary to use for sending mails.
sendmail_path = "/usr/sbin/sendmail"
# UNIX socket path to master authentication server to find users.
auth_socket_path = /var/run/dovecot/auth-master
}
/usr/sbin/sendmail it's realy exim binary
but I.m try full path to real exim - /usr/local/sbi/exim too.
That's I.m getting in log file...
2011 Oct 17
1
lmtp performance
...ce?
dovecot config for lda and lmtp:
protocol lda {
auth_socket_path = /usr/local/var/run/dovecot/auth-master
info_log_path = /var/log/mail/dovecot_deliver.log
log_path = /var/log/mail/dovecot_deliver.log
mail_plugins = quota sieve zlib
postmaster_address = postmaster at upm.es
sendmail_path = /usr/lib/sendmail
}
protocol lmtp {
info_log_path = /var/log/mail/dovecot_deliver.log
log_path = /var/log/mail/dovecot_deliver.log
mail_plugins = quota sieve zlib
postmaster_address = postmaster at upm.es
sendmail_path = /usr/lib/sendmail
}
In postfix I have:
mailbox_transport =...
2016 Oct 05
4
[feature suggestion] pigeonhole - sendmail path for outgoing email
pigeonhole seems to use /usr/sbin/sendmail for its outgoing emails -
even tought that is does not seem to be documented anywhere. How about
setting to specify diffrent sendmail program path and parameters?
2014 May 21
2
Sieve fileinto extension and redirect action
Hello,
Is there any way to limit the use of the "redirect" action (local user
only or silent ignore) as provisioned by the RFC in the Pigeonhole
implementation ?
The only way I found for the moment is to completely disable the
fileinto extension which hardly beat the users experience.
"redirect" is forbidden by my organization policy.
Regards,
Emmanuel.
2009 Mar 11
2
dovecot-1.1 not using sieve
...fault is the system's real hostname.
#hostname =
# Support for dynamically loadable plugins. mail_plugins is a space
separated
# list of plugins to load.
# mail_plugins = cmusieve
mail_plugin_dir = /usr/lib64/dovecot/lda
mail_plugins = cmusieve
# Binary to use for sending mails.
sendmail_path = /usr/lib/sendmail
any hints?
regards,
thomas
2008 Jul 18
4
Problems with dovecot/sieve and vacation
Hello,
First of all, initial data:
# dovecot --version
1.0.rc15
# dovecot -n
# /etc/dovecot.conf
protocols: imaps pop3s
disable_plaintext_auth: yes
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
login_max_processes_count: 256
2005 Aug 24
0
php help please
...il.php on
line 502
The server support people eventually put back those php listings to
php-4.3.2-24.ent to solve the problem so people could shop. In the meantime
the php.ini file had a listing in it called:
; For Unix only. You may supply arguments as well (default: "sendmail -t
-i").
sendmail_path = /usr/sbin/sendmail -t -i
which was used with php-4.3.2-24
was changed to:
; For Unix only. You may supply arguments as well (default: "sendmail -t
-i").
sendmail_path = /var/qmail/bin/sendmail -t -i
when it was updated to php-4.3.2-25
Now that the server is back using php-4.3.2-24 th...
2016 Apr 02
3
Still muddling through with broken auth...
...tfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-ma...
2016 Apr 02
2
Still muddling through with broken auth...
...tfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
virtual_mailbox_domains = hash:/etc/postfix/virtual_mailbox_domains
virtual_mailbox_maps = hash:/etc/postfix/virtual_mailbox_users
virtual_transport = dovecot
[ec2-user at ip-172-31-24-2 dovecot]$
What...
2012 Mar 25
2
build postfix rpm with mysql
...}-%{V_package}-documentation
%define readme_dir %{docdir}/README_FILES
%define html_dir %{docdir}/html
%define examples_dir %{docdir}/examples
%define newaliases_path %{_bindir}/newaliases.postfix
%define mailq_path %{_bindir}/mailq.postfix
%define rmail_path %{_bindir}/rmail.postfix
%define sendmail_path %{_sbindir}/sendmail.postfix
# Don't use %{_libdir} as it gives the wrong directory on x86_64 servers
%define usrlib_sendmail /usr/lib/sendmail.postfix
%define initdir /etc/rc.d/init.d
%define whinge /usr/bin/logger -p mail.info -t postfix/rpm
%define die_cmd die(){ %whinge "$*"; ex...
2015 Sep 16
1
Messages lost from imap folders
...notify replication
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
info_log_path =
log_path =
mail_plugins = quota notify replication
postmaster_address = sysadmin at example.com
sendmail_path = /usr/lib/sendmail
}
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
dsync_remote_cmd = ssh -l root vmail1.example.com doveadm dsync-server -u%u
replication_dsync_parameters = -d -N -l 30 -U...
2020 Sep 27
1
managesieve script 'redirect' fails @ "Error: sieve: ... aborted due to temporary failure; Error: smtp-server: ... failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number"; direct send OK ?
adding a second, non-redirect action to the sieve rule in order to test,
+ require ["copy","fileinto"];
# rule:[SIEVETEST]
if header :contains "subject" "SIEVETEST"
{
+ fileinto :copy "testing";
redirect "user2 at example2.com";
}
on send exec, the 'fileinto' action does work as expected.
the 'redirect' fails
2009 Mar 06
1
dovecot's deliver rejection mechanism(sendmail) alvernatives?
dear all,
quickie - is possible(if yes - how, params, directives, etc) to use any
alternative to sendmail_path = /usr/lib/sendmail
is is configurable at all? like having postfix or anything else?
regards
2006 Aug 23
0
bug? order dependencies in branch_1_0 conf file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
bldg dovecot cvs branch_1_0 on osx, i'm seeing a sensitivity to order in
protocol statements.
e.g., on launch:
THIS WORKS FINE:
protocol lda {
sendmail_path = /usr/local/exim/bin/exim
...
plugin {
quota = maildir:storage=10240 # 10 MB quota limit
}
}
but, THIS DOES NOT
protocol lda {
...
plugin {
quota = maildir:storage=10240 # 10 MB quota limit
65: }
66: sendmail_path = /usr/local/exim/bin/exim
67: }
reporting:
/dovecot.conf...
2014 Mar 28
2
How are messages send by sieve
Hi,
i would like to ask how _exactly_ are messages send using sieve filters, for example vacation responses. Which SMTP server is used? Where can i find log files? How should i debug delivery problems? Thank you.
azur
2015 Dec 01
2
Dovecot doesn't sent rejection message user overquota
Hi
I'm using postfix+dovecot (2.2.18).
The problem is that dovecot silently discard message when user has its
own mailbox full without sending rejection message to the sender.
Here a sample log:
Dec 1 14:54:23 posta2 postfix/smtp[21478]: B315111C00B:
to=<antonen at uniparthenope.it>,
relay=192.168.241.110[192.168.241.110]:25, delay=0.4,
delays=0.2/0/0/0.2, dsn=2.0.0, status=sent
2014 Feb 24
0
Dovecot stopped with "master: Fatal: kevent(): Invalid argument"
...h
pop3_enable_last = yes
pop3_fast_size_lookups = yes
pop3_no_flag_updates = yes
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
info_log_path = /var/log/dovecot/lda.log
log_path = /var/log/dovecot/lda_error.log
postmaster_address = postmaster at xxx.com.ua
quota_full_tempfail = no
sendmail_path = /usr/local/sbin/exim
}
protocol lmtp {
info_log_path = /var/log/dovecot/deliver.log
log_path = /var/log/dovecot/error_lmtp.log
postmaster_address = postmaster at xxx.com.ua
quota_full_tempfail = no
sendmail_path = /usr/local/sbin/exim
}
Best regards,
Mike