-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 06/19/2014 12:04 AM, Steffen wrote:
Florin Portase wrote:
Hello,
Here is my setup:
dovecot - 2.2.11 pigeonhole - 0.4.2 qmail
I was trying to create a vacation message, but after the sive script has been created and I was checking the logs I saw some strange errors:
DOVECOT LOG
Jun 18 16:52:24 lda(portase.florin@medianetork.ro): Error: lmtp client: connect(medianetork.ro, 25) failed: Connection refused Jun 18 16:52:24 lda(portase.florin@medianetork.ro): Error: smtp(medianetork.ro): RCPT TO failed: 451 4.4.0 Remote server not answering (connect) Jun 18 16:52:24 lda(portase.florin@medianetork.ro): Error: sieve: msgid=<OF380D0FC2.6E61F37A-ONC1257CFB.0051127E-C1257CFB.00511452@XXX.com>:
failed to send vacation response to <ZZZ@XXX.com> (refer to server log
for more information)
DOVECOT config
service lmtp { chroot = client_limit = 0 drop_priv_before_exec = no executable = lmtp extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = lmtp service_count = 0 type = #inet_listener lmtp { # address = 0.0.0.0 # port = 24 #} unix_listener lmtp { group = mode = 0666 user = } user = vsz_limit = 0 }
protocol lmtp { #mail_fsync = optimized log_path = /var/log/dovecot/lmtp-errors.log info_log_path = /var/log//dovecot/lmtp.log mail_plugins = quota sieve autocreate expire }
Am I missing something ???
First of all, we miss your _full_ doveconf -n output.
Just to specify: domain medianetork.ro is accessible from outside on port 25
is it [the IP aka A record of medianetork.ro] connectable from the local machine as well?
Hello Steffen,
It seems I found the error:
it was this variable "submission_host"
I had to setup "submission_host=localhost"
If I'll change submission_host=medianetork.ro, vacation response did not work.
Also, from localhost I can connect to A record of medianetork.ro .
But I have to admit, I do not have a clear idea what's the purpose of this variable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJTorDaAAoJECEzxtLP+204ipYIAIh/6iEVppz4i3aRpLD1a6zP y2oY+VIPjPRO5OOwS6tTtRAg948LrRGMJweDBLRHmxfCLqtVuVI+eKjDVUIsQ+bY /DomDMRIl5FWZaXvhaY7iaLRBY/ZJL9TVIo5i+rEZAlrzEtaL7Aqf6xrkmltFR33 FaOkrw+9oM2E612/eyCeXvhpHrmvyMXkXyNvEcemFJ3GaF4Z+xeyq9rgcBSgoJHs ld0b5o4QpJiS8SY9Ale/yn1OOcaxRNAYPXFR7zbc1aFhsAg1VkTpbpdcXIiurRJw KG0UcLwEqOX2QP8Kh1YSniDAcyXGmVSfOXgElVY7NfaQA0r55D678XC4PBXkWGs= =/P+2 -----END PGP SIGNATURE-----