Configure the sendmail with the dovecot.
Hi Dovecot team/All,
First of all, I always appreciated your contribution & effort.
Can you please provide the step for configure sendmail with dovecot.
We could not understand the parameter which mention in sendmail.cf file. Please provide the parameter description as well as where need to change exactly in sendmail.cf file.
Thanks and Regards, Lucky
============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 19 Jan 2016, Lucky . wrote:
Can you please provide the step for configure sendmail with dovecot.
We could not understand the parameter which mention in sendmail.cf file. Please provide the parameter description as well as where need to change exactly in sendmail.cf file.
Do you use SMTP AUTH already? Do you use system or virtual users?
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQEVAwUBVp5XUnz1H7kL/d9rAQLYqQgAoM0/tt3w1tIEavzGwdkAN/5E1RUvGxkp Y8faBHmSI/nTkmr0KAC/6K4E+RnKJMCHU8rRTK5HNE1BGZbuJLLrvEUZfO7XxZZi oED1AV5Ug//cJw4JqtkJQp0k6wSPOp4lJrz+M7CRu4TV/rRGZvj7MtjaS6KI++xg cAw9cp1bGs9Lddw9dZcylxPdutPKPZmnsAtJfwqux9BH1sAyCiIabn7kis0xSaNZ eLi5PQtqjvLcrBANTtfeNQYsw1z4SUuARkO4B89rqAvR9XGpJIeEMvAwl/LHaeeW g6Nyah3mrbdav8TdyYV4MAstBUyluoT3f9iM+uznbXS0L4gwMnJcPw== =v2BC -----END PGP SIGNATURE-----
Hi Dovecot Team,
Sorry for late reply. we have SMTP AUTH as well as we are working on virtual user. Please provide any solution so that we can proceed further.
-----Original Message----- From: dovecot [mailto:dovecot-bounces@dovecot.org] On Behalf Of Steffen Kaiser Sent: 19 January 2016 21:04 To: Dovecot Mailing List Cc: dovecot-news@dovecot.org Subject: Re: Configure the sendmail with the dovecot.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 19 Jan 2016, Lucky . wrote:
Can you please provide the step for configure sendmail with dovecot.
We could not understand the parameter which mention in sendmail.cf file. Please provide the parameter description as well as where need to change exactly in sendmail.cf file.
Do you use SMTP AUTH already? Do you use system or virtual users?
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQEVAwUBVp5XUnz1H7kL/d9rAQLYqQgAoM0/tt3w1tIEavzGwdkAN/5E1RUvGxkp Y8faBHmSI/nTkmr0KAC/6K4E+RnKJMCHU8rRTK5HNE1BGZbuJLLrvEUZfO7XxZZi oED1AV5Ug//cJw4JqtkJQp0k6wSPOp4lJrz+M7CRu4TV/rRGZvj7MtjaS6KI++xg cAw9cp1bGs9Lddw9dZcylxPdutPKPZmnsAtJfwqux9BH1sAyCiIabn7kis0xSaNZ eLi5PQtqjvLcrBANTtfeNQYsw1z4SUuARkO4B89rqAvR9XGpJIeEMvAwl/LHaeeW g6Nyah3mrbdav8TdyYV4MAstBUyluoT3f9iM+uznbXS0L4gwMnJcPw== =v2BC -----END PGP SIGNATURE-----
============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, 20 Jan 2016, Lucky . wrote:
Sorry for late reply. we have SMTP AUTH as well as we are working on virtual user. Please provide any solution so that we can proceed further.
I have this in my sendmail.cf
Mlocal, P=[IPC], F=lsDFMA5:/|@qPSXnz9u, S=EnvFromSMTP/HdrFromL, R=EnvToL/HdrToL, T=DNS/RFC822/SMTP, A=FILE /var/run/dovecot2.2/lmtp
Note the missing w flag, which means, that no .forward files are possible anymore. Also, sendmail can no longer verify the existance of final users via getpwnam(), you have to verify them by other ways. You have to determine yourself, if you like the u flag. See op.me section 5.4
This should be the correct .m4 syntax:
FEATURE(local_lmtp',
[IPC]',FILE /var/run/dovecot2.2/lmtp')dnl MODIFY_MAILER_FLAGS(
LOCAL', +u')dnl MODIFY_MAILER_FLAGS(
LOCAL', -w')dnl MAILER_DEFINITIONS MAILER(
local')dnl
For Dovecot LDA setups see: http://wiki2.dovecot.org/LDA/Sendmail
-----Original Message----- From: dovecot [mailto:dovecot-bounces@dovecot.org] On Behalf Of Steffen Kaiser Sent: 19 January 2016 21:04 To: Dovecot Mailing List Cc: dovecot-news@dovecot.org Subject: Re: Configure the sendmail with the dovecot.
---------------GPG signed/encrypted data------------------ On Tue, 19 Jan 2016, Lucky . wrote:
Can you please provide the step for configure sendmail with dovecot.
We could not understand the parameter which mention in sendmail.cf file. Please provide the parameter description as well as where need to change exactly in sendmail.cf file.
Do you use SMTP AUTH already? Do you use system or virtual users?
-- Steffen Kaiser ---------------Output of GPG------------------ gpg: Signature made Tue 19 Jan 2016 04:33:38 PM CET using RSA key ID 0BFDDF6B gpg: Good signature from "Steffen Kaiser skdovecot@smail.inf.fh-brs.de"
============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQEVAwUBVp+Zk3z1H7kL/d9rAQJgDwf+MyPsJ5t9oTbn0L+7+S3/ZGCQBu83fPGv XWAKnCOWP645h5fmPYPtXL9z0zqKp8cg85TbcjJ81FEJ3faDsxj5iUdwcUwainSl qTsqvfR9j/1pQ9T1Yxc+WyzvGPx8YsaMtPMBvAuNUVw+n1MX7vm0FnbJPAMmoWAq RcdMrRjiHvdNwXOlpequ+1y3wLRzNNLAUNtFx9PHmLUSJkzQ86iXfnfwqMcopTKr s/Zc6IQbbbmUtEbcfvGWGq3gz2Q/nz+cSqaF17D1U6ofujmgSr+QLEI1OyE2a5Nl 8cvTpdq2t0P88KQpKXJ1FazD+7fa1sBPS71vjENYrTYqUNM+oRUwHQ== =DisB -----END PGP SIGNATURE-----
"Lucky ." LX00340237@TechMahindra.com wrote:
Can you please provide the step for configure sendmail with dovecot.
We could not understand the parameter which mention in sendmail.cf file. Please provide the parameter description as well as where need to change exactly in sendmail.cf file.
Have you seen the wiki page below?
http://wiki2.dovecot.org/LDA/Sendmail
Which part of it is unclear?
participants (3)
-
Andrzej A. Filip
-
Lucky .
-
Steffen Kaiser