Displaying 20 results from an estimated 124 matches for "10025".
Did you mean:
100,5
2006 Feb 08
1
[Bug 444] New: REDIRECT not working in kernel 2.6.16-rc[12] as before (<= 2.6.15.x)
...k for a long time to get to an
external mailserver at a place where outbound tcp port 25 connections are
blocked but SSH is allowed: (using REDIRECT so no change of mail client
configuration was necessary)
iptables -t nat -I OUTPUT -p tcp -d $MAILSERVER --dport 25 \
-j REDIRECT --to 10025
ssh -L 10025:localhost:25 $MAILSERVER
Telnetting to localhost port 10025 still redirects to the mailserver port 25, so
the SSH is working as usual, but when telnetting to $MAILSERVER port 25 the
connection hangs.
This used to work fine until 2.6.15.x, but with 2.6.16-rc[12] this is broken. I
co...
2018 Apr 06
2
Dovecot Submission Proxy Auth
...ission service with Exim??
here the steps I have done to integrate Dovecot submission in Exim:
- Create and set the acl_smtp_mailauth ACL:
acl_smtp_mailauth = acl_check_mailauth
acl_check_mailauth:
accept
hosts = <; 127.0.0.1 ; ::1
condition = ${if eq{$interface_port}{10025}}
log_message = Will accept MAIL AUTH parameter for $authenticated_sender
deny
- add a deny fo all connections to 10025 without MAIL AUTH parameter in acl_smtp_mail ACL:
deny
condition = ${if eq{$interface_port}{10025}}
condition = ${if eq{$authenticated_sender}...
2019 Jan 09
3
Dovecot Submission Proxy Auth
...ssion in Exim:
>>
>> - Create and set the acl_smtp_mailauth ACL:
>>
>> acl_smtp_mailauth = acl_check_mailauth
>>
>> acl_check_mailauth:
>> accept
>> hosts = <; 127.0.0.1 ; ::1
>> condition = ${if eq{$interface_port}{10025}}
>> log_message = Will accept MAIL AUTH parameter for $authenticated_sender
>> deny
>>
>>
>> - add a deny fo all connections to 10025 without MAIL AUTH parameter in acl_smtp_mail ACL:
>>
>> deny
>> condition = ${if eq{$int...
2006 Feb 08
30
[Bug 444] REDIRECT not working in kernel 2.6.16-rc[12] as before (<= 2.6.15.x)
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=444
------- Additional Comments From spiney@spiney.org 2006-02-08 19:18 MET -------
Created an attachment (id=207)
--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=207&action=view)
kernel 2.6.15, telnet localhost 10025
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2018 Oct 25
1
Submission and CHUNKING
Hi,
It seems that there is an issue with the submission service when the SMTP server advertises chunking (I use Exim v4.91). I tried this with Dovecot v2.3.3 and current master and could reproduce it with both versions.
My setup is that dovecot submission proxies to Exim on port 10025. The first mail gets through without any issues, but the second email will not get send. I had this issue at first with Apple Mail (it just sends a QUIT and shows an error) and could reproduce it with the OpenDMARC report perl script.
You can find a little Perl script attached to reproduce it. It...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...have done to integrate Dovecot submission in Exim:
>
> - Create and set the acl_smtp_mailauth ACL:
>
> acl_smtp_mailauth = acl_check_mailauth
>
> acl_check_mailauth:
> accept
> hosts = <; 127.0.0.1 ; ::1
> condition = ${if eq{$interface_port}{10025}}
> log_message = Will accept MAIL AUTH parameter for $authenticated_sender
>
> deny
>
>
> - add a deny fo all connections to 10025 without MAIL AUTH parameter in acl_smtp_mail ACL:
>
> deny
> condition = ${if eq{$interface_port}{10025}}
>...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...> - Create and set the acl_smtp_mailauth ACL:
>>>
>>> acl_smtp_mailauth = acl_check_mailauth
>>>
>>> acl_check_mailauth:
>>> accept
>>> hosts = <; 127.0.0.1 ; ::1
>>> condition = ${if eq{$interface_port}{10025}}
>>> log_message = Will accept MAIL AUTH parameter for $authenticated_sender
>>> deny
>>>
>>>
>>> - add a deny fo all connections to 10025 without MAIL AUTH parameter in acl_smtp_mail ACL:
>>>
>>> deny
>>>...
2018 Mar 06
2
Mail addresses with quotes + Postfix
I upgraded to Dovecot 2.3.0.1 as advised, but it still seems broken. In
the Postfix log I now see:
Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) K00VtLRHdrYw FWD from
<admin at mydomain.tld> -> <"@"@mydomain.tld>, BODY=7BIT 250 2.0.0 from
MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as B8CA22DA1B37
Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) Passed CLEAN
{RelayedInbound}, [someIp]:11439 [someIp] <admin at mydomain.tld> ->
<"@"@mydomain.tld>, Queue-ID: D27792DA167C, Message-ID:
<22b95756-e95e-86cf-219c-3b603f7587c8 at mydom...
2006 Nov 08
5
DTMF Corruption Problem
Asterisk People,
I'm currently using Asterisk and with a SIP voip provider and I'm
having problems where DTMF input in my IVR app is getting corrupted
intermittently.
For example, if someone enters 1025, it may come though correctly as
1025, or it may come trough as 10025, or 100255. DTMF digits will
just double up.
This doesn't happen all the time. Asterisk will just pick times to
not be very friendly with DTMF, and other times it will just work
flawlessly.
I'm using RFC2833 on:
Linux hostname 2.6.9-42.0.2.ELsmp #1 SMP Wed Aug 23 00:17:26 CDT 2006
i686...
2018 Mar 07
3
Mail addresses with quotes + Postfix
...advised, but it still seems broken. In
>> the Postfix log I now see:
>>
>> Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) K00VtLRHdrYw FWD from
>> <admin at mydomain.tld> -> <"@"@mydomain.tld>, BODY=7BIT 250 2.0.0 from
>> MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as B8CA22DA1B37
>> Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) Passed CLEAN
>> {RelayedInbound}, [someIp]:11439 [someIp] <admin at mydomain.tld> ->
>> <"@"@mydomain.tld>, Queue-ID: D27792DA167C, Message-ID:
>> <22b95756-...
2018 Apr 06
2
Dovecot Submission Proxy Auth
Hi,
Thanks you very much. This did the trick!
> On 6. Apr 2018, at 15:56, Stephan Bosch <stephan at rename-it.nl> wrote:
>
>
>
> Op 6-4-2018 om 13:52 schreef Paul Hecker:
>> Hi,
>>
>> Dovecot 2.3.1 (8e2f634). Could not get Dovecot to forward the (plain) authentication to the SMTP server using submission. Reason why I need it is sender spoofing (do not
2018 Mar 07
2
Mail addresses with quotes + Postfix
...>>>> the Postfix log I now see:
>>>>
>>>> Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) K00VtLRHdrYw FWD from
>>>> <admin at mydomain.tld> -> <"@"@mydomain.tld>, BODY=7BIT 250 2.0.0 from
>>>> MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as B8CA22DA1B37
>>>> Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) Passed CLEAN
>>>> {RelayedInbound}, [someIp]:11439 [someIp] <admin at mydomain.tld> ->
>>>> <"@"@mydomain.tld>, Queue-ID: D27792DA167C, Message-ID...
2018 Jul 24
4
Mail has quit working
..._id:
8sW4ZXrbEdBD, Hits: 1.766, size: 461, queued_as: 468E581DAB6C, 1094 ms
Jul 24 07:00:22 ts130 postfix/smtp[7049]: 338CA811240E:
to=<tdukes at palmettodomains.com>, relay=127.0.0.1[127.0.0.1]:10024,
delay=1.1, delays=0.04/0/0/1.1, dsn=2.0.0, status=sent (250 2.0.0 from
MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 468E581DAB6C)
Jul 24 07:00:22 ts130 postfix/qmgr[8283]: 338CA811240E: removed
Jul 24 07:00:22 ts130 dovecot: lda(tdukes):
msgid=<20180724110021.338CA811240E at ts130.palmettodomains.com>: saved
mail to INBOX
Jul 24 07:00:22 ts130 postfix/local[7113]: 468E581DAB6C:
to...
2011 Oct 27
1
Mail lost - maybe a bug???
...7, queued_as:
B16284E4AA2, 3293 ms
Oct 27 11:20:34 srv001 postfix/lmtp[25158]: CE0B74E4A9F: to=<user1 at mydomain.local
>, orig_to=<oil at mydomain.ch>, relay=127.0.0.1[127.0.0.1]:10024,
delay=4.2, delays=0.95/0.01/0.01/3.3, dsn=2.0.0, status=sent (250
2.0.0 from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as B16284E4AA2)
Oct 27 11:20:34 srv001 postfix/lmtp[25158]: CE0B74E4A9F: to=<user2 at mydomain.local
>, orig_to=<oil at mydomain.ch>, relay=127.0.0.1[127.0.0.1]:10024,
delay=4.2, delays=0.95/0.01/0.01/3.3, dsn=2.0.0, status=sent (250
2.0.0 from MTA([127.0.0....
2014 Nov 28
1
Offtopic, spam+AV
Hi guys,
In my previous servers I have clamav+spamassassin configured in postfix, but
things as, scan only outgoing emails it's not possible.
What's the best option for these two filtering now adays?
Thanks in advanced,
2006 Dec 24
0
Bug#404422: logcheck-database: postfix/lmtp messages not ignored by ignore.d.server/postfix
...al hostname; 'hostname.com' used to
replace actual domain):
Dec 23 12:02:58 hostname postfix/lmtp[5047]: 38BE4C21ED: to=<root at hostname.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=4.1, delays=2/0.16/0.05/1.8, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=03852-07, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 86403C21FC)
Dec 23 12:03:00 hostname postfix/lmtp[5047]: E8CD1C21ED: to=<root at hostname.com>, orig_to=<root>, relay=127.0.0.1[127.0.0.1]:10024, delay=2, delays=0.17/0.01/0.15/1.7, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=04093-01, from MTA([127.0.0.1]:10025):...
2011 Feb 03
1
Double user name
...Somehow I've ended up with a duplicate user name.
On the Domain Controller
# pdbedit -w -L|grep debbie
debbie:1005:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:84DEC6FE3B018B0FB977EDDF5009742C:[U
]:LCT-4D4B086F:
On the other Server running winbind I get
# getent passwd|grep debbie
debbie:*:10025:10001::/home/ATLANTA/debbie:/bin/bash
LOUISE\debbie:*:10055:10232::/home/LOUISE/debbie:/bin/bash
LOUISE\thelma\debbie:*:10056:10232::/home/LOUISE/thelma\debbie:/bin/bash
# wbinfo -u|grep debbie
LOUISE\debbie
LOUISE\thelma\debbie
debbie
This is the only user that does this.
Any ideas what is going...
2013 Jul 07
1
spamassassin with postfix/dovecot
...24
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
helo localhost
250 [127.0.0.1]
quit
221 2.0.0 [127.0.0.1] amavisd-new closing transmission channel
Connection closed by foreign host.
[tim at alfred ~]$ telnet localhost 10025
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 alfred.gayleard.eu ESMTP Postfix
helo localhost
250 alfred.gayleard.eu
quit
221 2.0.0 Bye
Connection closed by foreign host.
------------------------
I tried sending the GTUBE spamassassin test-
mail given,
but I got...
2018 Mar 06
0
Mail addresses with quotes + Postfix
...o Dovecot 2.3.0.1 as advised, but it still seems broken. In
> the Postfix log I now see:
>
> Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) K00VtLRHdrYw FWD from
> <admin at mydomain.tld> -> <"@"@mydomain.tld>, BODY=7BIT 250 2.0.0 from
> MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as B8CA22DA1B37
> Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) Passed CLEAN
> {RelayedInbound}, [someIp]:11439 [someIp] <admin at mydomain.tld> ->
> <"@"@mydomain.tld>, Queue-ID: D27792DA167C, Message-ID:
> <22b95756-e95e-86cf-219c-3...
2017 Apr 28
0
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...eue active)
Apr 28 02:55:14 z9m9z postfix/smtpd[3363]: disconnect from
localhost[127.0.0.1]
Apr 28 02:55:14 z9m9z amavis[7341]: (07341-17) A2vWsL1r3nYT FWD from
<root at z9m9z.test.htt-consult.com> -> <testit3 at test.htt-consult.com>,
BODY=7BIT 250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok:
queued as 564C049E2
Apr 28 02:55:14 z9m9z amavis[7341]: (07341-17) Passed CLEAN
{RelayedInbound}, [127.0.0.1] <root at z9m9z.test.htt-consult.com> ->
<testit3 at test.htt-consult.com>, Message-ID:
<20170428065511.8A0124CDA at z9m9z.test.htt-consult.com>, mai...