Displaying 20 results from an estimated 42 matches for "smtp_server".
how to get IPFW rules for SMTP server behind NAT server "right"? (freebsd-security: message 1 of 20)
2003 Nov 21
1
how to get IPFW rules for SMTP server behind NAT server "right"? (freebsd-security: message 1 of 20)
...for an SMTP-server
>> behind by NAT'd firewall.
>
> OK....
<snip>
>
>> currently, my SMTP ipfw rules are as follows (snip'd from my startup
>> script)
>
>> =============================================
>># allow connections to/from internal smtp_server
>> ipfw add 7000 allow log tcp from any to ${smtp_server} 25
>
> I suggest appending " setup" to that. Unless I'm very confused, you
> don't really want to see *every* incoming SMTP packet -- just those that
> initiate an SMTP conversation. (Note that -- at l...
2018 Jul 11
2
Connection refused (61)
...user is authenticated via roundcubemail and tries to
send an email, the following errors pops in the roundcube log file:
Connection refused (61)
Failed to connect socket: Connection refused ()
here is my roundcube config file:
$config['default_host'] = '127.0.0.1';
$config['smtp_server'] = 'tls://127.0.0.1';
$config['smtp_server'] = 'tls://127.0.0.1';
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
and the dovecot config:
mail_location = maildir:~/var/mail/%u:LAYOUT=fs
log_path = /var/log/dovecot.log
info_log...
2018 Jul 11
2
Connection refused (61)
...;db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail';
>
> $config['default_host'] = 'tls://thebighonker.lerctr.org';
>
> $config['imap_timeout'] = 3600;
> $config['imap_vendor'] = 'dovecot';
>
> $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
>
> $config['smtp_port'] = 587;
>
> $config['smtp_user'] = '%u';
>
> $config['smtp_pass'] = '%p';
>
> $config['support_url'] = 'mailto<elided>';
>
> $config[&...
2003 Nov 21
0
how to get IPFW rules for SMTP server behind NAT server "right"?
...t; # external gateway interface name
innr="10.0.0.0/24" # LOCAL network range
inip="10.0.0.1" # gateway's internal (NAT) IP address
exip="any"
gateway_server="10.0.0.1" # the gateway/firewall box, 2 interfaces
smtp_server="10.0.0.2" # SMTP server behind NAT firewall
client_machine="10.0.0.3" # a client machine inside the NAT firewall
i've launched NATD as follows:
/usr/sbin/natd \
-interface ${exif} -dynamic -port 8668 \
-log -log_denied \
-unregistered_only \
-use_...
2018 Jul 11
2
Connection refused (61)
...t/roundcubemail';
> >
> > $config['default_host'] = 'tls://thebighonker.lerctr.org';
> >
> > $config['imap_timeout'] = 3600;
> > $config['imap_vendor'] = 'dovecot';
> >
> > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> >
> > $config['smtp_port'] = 587;
> >
> > $config['smtp_user'] = '%u';
> >
> > $config['smtp_pass'] = '%p';
> >
> > $config['...
2018 Jul 11
2
Connection refused (61)
...> $config['default_host'] = 'tls://thebighonker.lerctr.org';
> > >
> > > $config['imap_timeout'] = 3600;
> > > $config['imap_vendor'] = 'dovecot';
> > >
> > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > >
> > > $config['smtp_port'] = 587;
> > >
> > > $config['smtp_user'] = '%u';
> > >
> > > $config['smtp_pass'] =...
2018 Jul 11
4
Connection refused (61)
...ls://thebighonker.lerctr.org';
> > > >
> > > > $config['imap_timeout'] = 3600;
> > > > $config['imap_vendor'] = 'dovecot';
> > > >
> > > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > > >
> > > > $config['smtp_port'] = 587;
> > > >
> > > > $config['smtp_user'] = '%u';
> > > >
>...
2018 Jul 11
2
Connection refused (61)
...gt; > > >
> > > > > $config['imap_timeout'] = 3600;
> > > > > $config['imap_vendor'] = 'dovecot';
> > > > >
> > > > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > > > >
> > > > > $config['smtp_port'] = 587;
> > > > >
> > > > > $config['smtp_user'] = '%u';
>...
2015 Sep 27
2
distuguish between different domains
...So the server does not handout the mailbox for user1 at bbb.de
when the client connects to mail.aaa.de as user1 at bbb.de
I have this problem with roundcube. Dovecot is responisble
for two domains. With roundcube I can login as user1 at aaa.de
altough the client is configured like so:
$config['smtp_server'] = 'tls://mail.bbb.de';
and I am landing in the mailbox of user1 at aaa.de
Is there a way to striktly differentiate between doamins?
Both domains have their own IP-addresses.
Regards
Andreas
2018 Jul 11
2
Connection refused (61)
...> > > > > $config['imap_timeout'] = 3600;
> > > > > > $config['imap_vendor'] = 'dovecot';
> > > > > >
> > > > > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > > > > >
> > > > > > $config['smtp_port'] = 587;
> > > > > >
> > > > > > $config['s...
2018 Jul 11
0
Connection refused (61)
...22/mime.types';
$config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail';
$config['default_host'] = 'tls://thebighonker.lerctr.org';
$config['imap_timeout'] = 3600;
$config['imap_vendor'] = 'dovecot';
$config['smtp_server'] = 'tls://thebighonker.lerctr.org';
$config['smtp_port'] = 587;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
$config['support_url'] = 'mailto<elided>';
$config['log_dir'] = 'logs/';
$config...
2010 Feb 25
2
getaddrinfo problem
...d()
31 print 'Thank you, %s, we will get back to you shortly!<br />' %
(name)
message = 'Name: beno -\nMessage: test'
/var/www/html/mysite.com/simplemail/simplemail.py in
send(self=<simplemail.Email object>)
344 smtp = smtplib.SMTP()
345 if self.smtp_server:
346 smtp.connect(self.smtp_server)
347 else:
348 smtp.connect()
smtp = <smtplib.SMTP instance>, smtp.connect = <bound method SMTP.connect of
<smtplib.SMTP instance>>, self = <simplemail.Email object>, self.smtp_server
= 'localhost...
2018 Jul 11
0
Connection refused (61)
...//roundcube:<elided>@localhost/roundcubemail';
>
> $config['default_host'] = 'tls://thebighonker.lerctr.org';
>
> $config['imap_timeout'] = 3600;
> $config['imap_vendor'] = 'dovecot';
>
> $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
>
> $config['smtp_port'] = 587;
>
> $config['smtp_user'] = '%u';
>
> $config['smtp_pass'] = '%p';
>
> $config['support_url'] = 'mailto<elid...
2018 Jul 11
2
Connection refused (61)
...> > $config['imap_timeout'] = 3600;
> > > > > > > $config['imap_vendor'] = 'dovecot';
> > > > > > >
> > > > > > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > > > > > >
> > > > > > > $config['smtp_port'] = 587;
> > > > > > >
> > > > &...
2018 Jul 11
0
Connection refused (61)
...t; >
> > $config['default_host'] = 'tls://thebighonker.lerctr.org';
> >
> > $config['imap_timeout'] = 3600;
> > $config['imap_vendor'] = 'dovecot';
> >
> > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> >
> > $config['smtp_port'] = 587;
> >
> > $config['smtp_user'] = '%u';
> >
> > $config['smtp_pass'] = '%p';
> >...
2018 Jul 11
2
Connection refused (61)
...#39;imap_timeout'] = 3600;
> > > > > > > > $config['imap_vendor'] = 'dovecot';
> > > > > > > >
> > > > > > > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > > > > > > >
> > > > > > > > $config['smtp_port'] = 587;
> > > > > > > >
> &...
2018 Jul 11
0
Connection refused (61)
...fault_host'] = 'tls://thebighonker.lerctr.org';
> > >
> > > $config['imap_timeout'] = 3600;
> > > $config['imap_vendor'] = 'dovecot';
> > >
> > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > >
> > > $config['smtp_port'] = 587;
> > >
> > > $config['smtp_user'] = '%u';
> > >
> > > $config...
2018 Jul 11
2
Connection refused (61)
...00;
> > > > > > > > > $config['imap_vendor'] = 'dovecot';
> > > > > > > > >
> > > > > > > > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > > > > > > > >
> > > > > > > > > $config['smtp_port'] = 587;
> > > > > > >...
2018 Jul 11
0
Connection refused (61)
...rctr.org';
> > > >
> > > > $config['imap_timeout'] = 3600;
> > > > $config['imap_vendor'] = 'dovecot';
> > > >
> > > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > > >
> > > > $config['smtp_port'] = 587;
> > > >
> > > > $config['smtp_user'] = '%u';
> > >...
2018 Jul 11
0
Connection refused (61)
...> >
> > > > > $config['imap_timeout'] = 3600;
> > > > > $config['imap_vendor'] = 'dovecot';
> > > > >
> > > > > $config['smtp_server'] = 'tls://thebighonker.lerctr.org';
> > > > >
> > > > > $config['smtp_port'] = 587;
> > > > >
> > > > > $config['smtp_user'] = ...