similar to: net/smtp, TO and FROM fields

Displaying 20 results from an estimated 30000 matches similar to: "net/smtp, TO and FROM fields"

2008 Feb 29
0
Net::LDAP
Hi All, I am new to Ruby and doing some automation testing. I am using Net::LDAP to connect to my ldap server My script is require ''rubygems'' require ''net/ldap'' ldap = Net::LDAP.new :host => ''10.44.169.24'', :port => 389, :auth => { :method => :simple, :username =>
2015 Jul 07
1
HELP: wrinting dovecot-sql.conf to authenticate to an existing database
hi all, can anyone help me with dovecot-sql.conf please ? I'm not a mysql expert and I'am trying to authenticate dovecot2 to an existing database. I have a database "egroupware" with table "egw_accounts". The field "account_lid" is the full email address and "account_pwd" is the password in Blowfish format. Here is my dovecot-sql.conf driver =
2008 Nov 22
0
[patch] [vuxml] net/wireshark: fix DoS in SMTP dissector
>Submitter-Id: current-users >Originator: Eygene Ryabinkin >Organization: Code Labs >Confidential: no >Synopsis: [patch] [vuxml] net/wireshark: fix DoS in SMTP dissector >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 7.1-PRERELEASE i386 >Environment: System: FreeBSD 7.1-PRERELEASE i386 >Description: Today the DoS
2006 Dec 28
1
ActionMailer/SMTP: Net::SMTPSyntaxError when message body contains only a 'dot'
FYI: I don''t think this is a very well know. It seems that, on some operating systems, ActionMailer/SMTP crashes when it sends an email with only a ''.'' (aka a ''dot'' or a ''period''). Specifically, you get Net::SMTPSyntaxError (502 Error: command not implemented): Environment Details: $ uname -a Linux private1 2.6.15-26-server #1 SMP
2005 Jul 27
0
Looking for RPM perl-Net-Server-SMTP
Hi everybody, Has anyone come across the perl-Net-Server-SMTP rpm ? Any hint really appreciated -- ########################################3 Zaharioudakis Nikos mob: +30 6947204063
2019 May 06
0
2.3.6 lib-smtp test failure in CentOS 6
On 02/05/2019 06:52, Peter via dovecot wrote: > After applying the patches in my previous message... > > I'm getting the following when building dovecot for CentOS 6 (but not > for CentOS 7): > > > lmtp payload - normal: parallel pipelining ssl ....................... > : ok > CLIENT: Panic: file smtp-client-connection.c: line 1309 >
2019 May 07
1
2.3.6 lib-smtp test failure in CentOS 6
On 7/05/19 11:08 AM, Stephan Bosch wrote: >> CLIENT: Error: Raw backtrace: >> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload() >> [0x4547ea] -> >> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload() >> [0x454891] -> >>
2002 Feb 14
1
Failure with authentication using Winbind and SMTP
Hi, my name is Julio Rojas and I've trying to get my Linux (RedHat 7.2) Email Server using Sendmail to use my NT Domain account database. To accomplish this we have tried with Winbind and it has worked for longins at the server and for POP3 authentication, but we haven't been succesful at SMTP authentication. All the emails sent to my Linux server are rejected with the message USER
2020 Jan 28
0
Vacation use different SMTP server
Really no more info? Cit?t azurit at pobox.sk: > Thanks for idea but it won't work for me as 'internal domains' can > be anything, including gmail.com (and i don't know which of them are > really internal/local, this is decided by sending SMTP everytime > something is sent, based on MX records). Problem is that > Dovecot/Sieve is using wrong SMTP server
2020 Jan 31
0
Vacation use different SMTP server
Is Pigeonhole really using LDA for sending? My Dovecot is using LMTP, not LDA. Cit?t Stephan Bosch <stephan at rename-it.nl>: > Op 28-1-2020 om 19:20 schreef azurit at pobox.sk: >> Really no more info? > > > You could do something with the sendmail_path or submission_host settings. > > Regards, > > Stephan. > >> >> >> >> >>
2005 Nov 24
1
Ruby-based Gmail killer?
Hi - I have a similar question -- I really like using gmail.com, but I''m growing distrustful of entrusting any more of my personal information with Google. I''ve searched the rail list archives that I have (here in my gmail acct, ironic, eh?) but haven''t seen a mention of a web-based Rails powered email solution. Is there one available or in the works, or should I add
2017 Dec 24
2
dovecot-submission SMTP send error with Thunderbird (BODY=8BITMIME)
Hi again, On 24/12/2017 7:11 am, Stephan Bosch wrote: > Op 12/23/2017 om 7:18 AM schreef Reuben Farrelly: >> Hi, >> >> With latest 2.3 -git (and 2.3.0 release), I'm running into this error >> with Thunderbird: >> >> "An error occurred while sending mail. The mail server responded: >> 5.5.4 Unsupported mail BODY type. Please verify that your
2020 Jan 24
0
Vacation use different SMTP server
Hi, I had the same problem and solved it at architectural design level. Instead of forcing Sieve to use a different SMTP server, I declared some transports in the sending SMTP server to force it to route internal domains directly to receiving SMTP server without going to the Internet. So, internal mails remains on internal network and there is only one SMTP server for all mail traffic. Sorry, I
2019 May 02
3
2.3.6 lib-smtp test failure in CentOS 6
After applying the patches in my previous message... I'm getting the following when building dovecot for CentOS 6 (but not for CentOS 7): lmtp payload - normal: parallel pipelining ssl ....................... : ok CLIENT: Panic: file smtp-client-connection.c: line 1309 (smtp_client_connection_established): assertion failed: (!conn->connect_succeeded) CLIENT: Error: Raw backtrace:
2018 Jul 18
0
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
On Wed, Jul 18, 2018 at 03:04:52PM +0000, Turritopsis Dohrnii Teo En Ming wrote: > One of the features of Microsoft Exchange 2016 is that you can create > additional folders on your Inbox in the server (server-side). Can > Linux-based SMTP servers do that? > > Does Exchange 2016 offer more user-friendly features or Linux-based > SMTP servers? I think you're a bit confused
2017 Dec 16
0
New Dovecot service: SMTP Submission (RFC6409)
Op 12/14/2017 om 6:07 PM schreef Tanstaafl: > One other point. > > Adding support for something like this that also requires Clients to add > support for it is just begging for a feature that never gets used. > > Stephan, are you sure there is no (fairly simple) way to make this an > SMTP service that any email client that supports SMTP can use? It already is a normal
2012 Jan 10
1
Centos 6.2 Postfix - forward through SMTP smarthost with SMTP-AUTH
Hi All, I have set up three servers in a development environment. Via CR they're updated to Centos 6.2 It appears that these servers have postfix installed on them by default, which unfortunately I'm not very well acquainted with. All I want is a quick and dirty way to enable these hosts to send email through my own SMTP host. My (sendmail) SMTP host uses SMTP AUTH on a non-standard
2015 Dec 02
0
2 questions: Can I add another smtp line into master.cf for spam assassin? & spa-policy.pl
Hai,   I run this on a debian Jessie, postfix 2.11 (all debian packages )   Route for me is like this. -> postscreen -> policy-weight -> policy-spf -> clamsmtp (-> spamassassin) -> user     A1. I have in main.cfg    content_filter = clamsmtp:127.0.0.1:10025   A2.  Yes, you can. This is how i did set up.. ..there maybe improvements on this, but for now works for
2003 Nov 21
0
how to get IPFW rules for SMTP server behind NAT server "right"?
hi all, i've been struggling with setting appropriate rules for an SMTP-server behind by NAT'd firewall. it's not that there is too little info on the web -- or here, for that matter -- there's scads of it for seemingly endless configs/req'ts -- none that seem to be exactly my own. bottom line: i'm a bit confused, and looking for some experienced advice. my goals (for
2010 Jun 01
1
SMTP Configuration in Rails 2.3.4
Hello Everyone, I have a problem with SMTP configuration for my application. Previously I was using Rails version 1.1.6, and the SMTP settings would be configured in environment.rb as follows: ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.server_settings = { :address => "localhost", :port => 25, :domain => "HELO" } Now, my new application is