Efficient and affordable software for Macintosh - Maker of MaxBulk Mailer, eMail extractor, eMail Checker, e-Mail Bounce Handler

Home

Products

Downloads

News

Store

Support

Forums

Forums

It is currently Wed May 22, 2013 4:39 am

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: how can i setup the port ?
PostPosted: Thu Dec 29, 2011 4:15 pm 
Offline

Joined: Thu Dec 29, 2011 4:08 pm
Posts: 2
Hello to all

I trying to install Maxbulk smtpserver with Amazon SES

In the configuration of maxbulk i do not fund where i can put the port.... i need to configure the port 465

this is the Amazon SES setup:

Using SMTP to Send Email with Amazon SES

Use the Amazon SES SMTP interface to integrate Amazon SES with your existing SMTP-enabled applications. You can send email using many email client programs, packaged software applications, and email servers. You can also add email capabilities to new applications that you create, provided that your programming language of choice has SMTP support. To learn more about the Amazon SES SMTP interface, click here.

To send email using SMTP, you will need to know the following:
Server Name: email-smtp.us-east-1.amazonaws.com
Port: 465
Use Transport Layer Security (TLS): Yes
Authentication: Your SMTP credentials - see below.

Please help


Top
 Profile E-mail  
 
 Post subject: Re: how can i setup the port ?
PostPosted: Thu Dec 29, 2011 4:26 pm 
Offline

Joined: Thu Dec 29, 2011 4:08 pm
Posts: 2
ok i found it here:
http://www.maxprog.com/site/support/us/ ... t_port.php

sorry for disturbing but i have still a problem:

[01] 12/29 17:21:11 ~ Opening connection for delivery...
[01] 12/29 17:21:11 ~ Connecting to email-smtp.us-east-1.amazonaws.com Port:465
[01] 12/29 17:21:11 ~ Connected
[01] 12/29 17:22:11 ~ Remote server has unexpectedly closed the connection (#102). Stage: -100
[00] 12/29 17:22:11 ~ [!????]
[00] 12/29 17:22:26 ~ Delivery incomplete -> Sent (0) + Errors (0) < Total (1)
[00] 12/29 17:22:26 ~ Socket #1 Pointer: 1 Total: 1
[00] 12/29 17:22:26 ~ Reconnecting to email-smtp.us-east-1.amazonaws.com Port:465
[01] 12/29 17:22:27 ~ Connected
[01] 12/29 17:23:26 ~ Remote server has unexpectedly closed the connection (#102). Stage: -100
[00] 12/29 17:23:26 ~ [!????]
[00] 12/29 17:23:37 ~ Closing all streams
[00] 12/29 17:23:37 ~ Creating report...
[00] 12/29 17:23:37 ~ Finishing...
[00] 12/29 17:23:37 ~ Finished.

-----------------------------------------------------------------------
État de livraison MaxBulk Mailer [#2] - 29/12/11
-----------------------------------------------------------------------

Version logiciel: 8.3.5-FR Pro - Enregistré
Système/vitesse: Mac OS 10.6.8 Snow Leopard/2.4Ghz

Connexions: 5 [Utilisée(s): 1 | Échouée(s): 2] Serveur unique
Méthode de livraison: Séparément (Traitement des étiquettes activé)

Adresse serveur SMTP: email-smtp.us-east-1.amazonaws.com [Port: 465] SSL Off
Authentification: ESMTP (Login) | [192.168.178.20]
Groupes: Tout ensemble [Intervalle: 00:00:00]

Date début livraison: 29/12/11 à 17:20:56
Date fin: 29/12/11 à 17:23:37
Durée totale: 2 minute(s), 41 seconde(s) - Tentatives: 1/10
Cadence: 0,01 destinataire(s)/seconde

À un total de: 1 destinataire(s) [1/1]
Nom liste: test
Envoyé(s): 0
Échoué(s): 1 (Messages Retournés non inclus)

Objet su message: test
Priorité: Normale
Accusé de réception: Non
Format: Texte | iso-8859-1 | quoted-printable
Taille: 51 Octets (Pièces jointes non incluses)
Pièces jointes: 1 (23,5 Ko)
Codification: Base64

what can i do ???


Top
 Profile E-mail  
 
 Post subject: Re: how can i setup the port ?
PostPosted: Fri Dec 30, 2011 8:29 am 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
I have the same problem connecting to your server with Telnet:

maxprog$ telnet email-smtp.us-east-1.amazonaws.com 465
Trying 107.22.186.214...
Connected to ses-smtp-prod-335357831.us-east-1.elb.amazonaws.com.
Escape character is '^]'.
helo stan
Connection closed by foreign host.

Have you tried to remove the port and use TLSv1 for the security?


Top
 Profile E-mail  
 
 Post subject: Re: how can i setup the port ?
PostPosted: Wed Feb 15, 2012 4:29 am 
Offline

Joined: Wed Feb 15, 2012 4:22 am
Posts: 4
Could we just have a straight forward set of instructions that tell us how to use MaxBulk Mailer with Amazon SES? I have wanted to use this app for some time, but am looking at other options like Woosh because I absolutely must use Amazon SES for our requirements.


Top
 Profile E-mail  
 
 Post subject: Re: how can i setup the port ?
PostPosted: Wed Feb 15, 2012 8:46 am 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
MaxBulk Mailer is an email client. As such it needs a SMTP server address to connect to. As far as I know Amazon SES is not a SMTP service and doesn't offer a SMTP server, am I true? Last time I looked at Amazon SES I could see it was a nonstandard proprietary system. Once I heard they would provide a SMTP service as well.


Top
 Profile E-mail  
 
 Post subject: Re: how can i setup the port ?
PostPosted: Wed Feb 15, 2012 9:54 am 
Offline

Joined: Wed Feb 15, 2012 4:22 am
Posts: 4
You only have to use the Amazon SES API. It really should be quite doable by the developer to integrate the API for delivery vs standard SMTP.

However if the developer is bent on not touching anything but SMTP, there are options such as:
https://github.com/pzb/groat-smtpd

And of course some hunting could go on here:
https://github.com/search?type=Reposito ... rt_value=1

There are some that already work:
Whoosh: http://www.theescapers.com/whoosh/
MailDrop: http://www.macupdate.com/app/mac/8162/maildrop

And I've seen a few others floating around.


Top
 Profile E-mail  
 
 Post subject: Re: how can i setup the port ?
PostPosted: Wed Feb 15, 2012 12:06 pm 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
I have looked at the SES documentation and it says:
Quote:
After you have obtained your SMTP credentials, you can begin sending email through Amazon SES. You can use any email client application, provided that it can communicate via SMTP and connect to an SMTP endpoint using Transport Layer Security (TLS).

To configure your email client, you must provide the Amazon Simple Email Service SMTP interface hostname and port number (email-smtp.us-east-1.amazonaws.com:465), along with your SMTP user name and password.

So indeed, the SES SMTP server address is 'email-smtp.us-east-1.amazonaws.com', you have to set security to 'TLS v1' and the authentication scheme to ESMTP.

Try it and let me know if it works for you!


Top
 Profile E-mail  
 
 Post subject: Re: how can i setup the port ?
PostPosted: Mon Apr 16, 2012 12:43 pm 
Offline

Joined: Mon Apr 16, 2012 12:26 pm
Posts: 1
Add my name to the list of MaxBulk Mailer Pro customers who would like to see a configuration setting for Amazon's Simple Email Service. This is an elegant workaround for the sending limits imposed by many ISPs, and it saves a lot of time.

MaxProg could get some ideas on making this easy for its customers by looking at Whoosh, a purpose-built application that does this. <http://www.theescapers.com/whoosh/index.html>

If I need to migrate to Whoosh for this, I'll need to justify the next MaxBulk upgrade fee.


Top
 Profile E-mail  
 
 Post subject: Re: how can i setup the port ?
PostPosted: Mon Apr 16, 2012 3:17 pm 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
The Amazon SES settings for MaxBulk Mailer are explained here.


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Home

Products

Downloads

News

Store

Support

Forums


Maxprog ® - MAX Programming, LLC - © 2001-2006 - All Rights reserved
Company Info | Site Map | Legal Notice | Privacy Policy | Jobs