Connection timeout when trying to send email to gmail address

2008-12-18 Thread Asif Iqbal
Ubuntu) smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtpd_use_tls = yes -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu

Re: Connection timeout when trying to send email to gmail address

2008-12-18 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 12:04 AM, Sahil Tandon wrote: > Asif Iqbal wrote: > >> iqb...@improvise:~$ echo this is a test | mailx -s email vad...@gmail.com >> iqb...@improvise:~$ tail -f /var/log/mail.info >> Dec 18 23:01:16 improvise nullmailer[4322]: Rescanning queue. >

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 6:05 AM, Sahil Tandon wrote: > Asif Iqbal wrote: > >> You are right I cannot talk to any domain's MX. My ISP is cox and I cannot >> even talk to their two MXs on port 25. I guess I could do a nmap to find >> what port they are using fo

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 12:46 PM, Wietse Venema wrote: > Asif Iqbal: >> I could skip the signing part and just a .pem file. But seems like I >> will also need a Thawte certificate. > > You need no certificate to SEND mail. I am trying to use gmail as my relayhost. I can

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 12:54 PM, Sahil Tandon wrote: > On Dec 19, 2008, at 10:59 AM, "Asif Iqbal" wrote: > >> On Fri, Dec 19, 2008 at 6:05 AM, Sahil Tandon wrote: >>> >>> Asif Iqbal wrote: >>> >>>> You are right I cannot talk to an

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 1:15 PM, Victor Duchovni wrote: > On Fri, Dec 19, 2008 at 01:06:21PM -0500, Asif Iqbal wrote: > >> On Fri, Dec 19, 2008 at 12:46 PM, Wietse Venema wrote: >> > Asif Iqbal: >> >> I could skip the signing part and just a .pem file. But se

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 2:08 PM, Victor Duchovni wrote: > On Fri, Dec 19, 2008 at 01:52:11PM -0500, Asif Iqbal wrote: > >> >> Useless advise really. > > The pointer to SOHO_README.html was provided upstream. This contains > references to all the information you need

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 1:16 PM, Wietse Venema wrote: > Asif Iqbal: >> On Fri, Dec 19, 2008 at 12:46 PM, Wietse Venema wrote: >> > Asif Iqbal: >> >> I could skip the signing part and just a .pem file. But seems like I >> >> will also need a Thawte cert

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 4:41 PM, Victor Duchovni wrote: > On Fri, Dec 19, 2008 at 04:32:55PM -0500, Asif Iqbal wrote: > >> How do I test the SSL ? >> >> I go this with openssl >> >> iqb...@ghar:~$ openssl s_client -connect smtp.gmail.com:587 > > You forg

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 6:06 PM, Noel Jones wrote: > Asif Iqbal wrote: >> >> On Fri, Dec 19, 2008 at 4:41 PM, Victor Duchovni >> wrote: >>> >>> On Fri, Dec 19, 2008 at 04:32:55PM -0500, Asif Iqbal wrote: >>> >>>> How do I test the

Re: Connection timeout when trying to send email to gmail address

2008-12-19 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 6:06 PM, Noel Jones wrote: > Asif Iqbal wrote: >> >> On Fri, Dec 19, 2008 at 4:41 PM, Victor Duchovni >> wrote: >>> >>> On Fri, Dec 19, 2008 at 04:32:55PM -0500, Asif Iqbal wrote: >>> >>>> How do I test the

Re: Connection timeout when trying to send email to gmail address

2008-12-20 Thread Asif Iqbal
On Fri, Dec 19, 2008 at 5:32 PM, Wietse Venema wrote: > Asif Iqbal: >> > need to test it. Just set: >> > >> >smtp_tls_security_level = encrypt >> >> Thanks, I will put that in > > Just checked here that Postfix can talk SSL with [smtp.gma

Re: Connection timeout when trying to send email to gmail address

2008-12-20 Thread Asif Iqbal
On Sat, Dec 20, 2008 at 7:51 PM, Sahil Tandon wrote: > Asif Iqbal wrote: > >> I did but still failing to relay through gmail >> >> Dec 20 14:24:32 improvise postfix/qmgr[19372]: 4238710E3AA: >> from=, size=444, nrcpt=1 (queue active) >> Dec 20 14:24:32 improv

Re: Connection timeout when trying to send email to gmail address

2008-12-20 Thread Asif Iqbal
On Sat, Dec 20, 2008 at 9:41 PM, Wietse Venema wrote: > Asif Iqbal: >> Dec 20 21:25:20 improvise postfix/smtp[7157]: warning: SASL >> authentication failure: No worthy mechs found > > This means that the SASL (NOT: SSL) mechanisms are not properly > configured. > >

Re: howto setup outgoing port to 587 ?

2008-12-22 Thread Asif Iqbal
smtp_use_tls = yes And your sasl_passwd like this [smtp.gmail.com]:submission gmailusername:gmailpassword Then run `postmap /etc/postfix/sasl_passwd' followed by restarting postfix That's it > > Any help appreciated. > > sean > > -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu

localhost and smarthost

2009-01-03 Thread Asif Iqbal
= yes -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu

Re: localhost and smarthost

2009-01-04 Thread Asif Iqbal
On Sun, Jan 4, 2009 at 6:11 AM, mouss wrote: > Asif Iqbal a écrit : >> Hi All >> >> All my email gets relayed thru gmail as it should. But how do I tell >> it to send all localemails to local spool and not send it to gmail? I see qmgr sends the mail to smtp and local l

Re: localhost and smarthost

2009-01-04 Thread Asif Iqbal
On Sun, Jan 4, 2009 at 2:43 PM, mouss wrote: > Asif Iqbal a écrit : >> On Sun, Jan 4, 2009 at 6:11 AM, mouss wrote: >>> Asif Iqbal a écrit : >>>> Hi All >>>> >>>> All my email gets relayed thru gmail as it should. But how do I tell >>

Re: localhost and smarthost

2009-01-04 Thread Asif Iqbal
On Sun, Jan 4, 2009 at 6:35 PM, Sahil Tandon wrote: > Asif Iqbal wrote: > >> > - what do you mean by "localemails"? which mail do you want to deliver >> > locally? >> >> I meant mails for local domain. My laptop does not really have a valid >

postfix architectural diagram

2010-07-02 Thread Asif Iqbal
Is there a nice diagram of these flow charts http://www.postfix.org/OVERVIEW.html I was looking for something like one with qmail http://qmail.jms1.net/qmail-system.pdf I am planning to migrate from qmail to postfix slowly. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A

migrate from qmail to postfix

2010-07-03 Thread Asif Iqbal
for comments/suggestions. Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?

Re: migrate from qmail to postfix

2010-07-03 Thread Asif Iqbal
On Sat, Jul 3, 2010 at 7:38 PM, Asif Iqbal wrote: > Hi All > > I am planning to migrate from qmail to postfix. > > Currently our qmail uses QMAILQUEUE, qmail-scanner, clamd, > spamassassin, rbldnsd, greylite, qmail-pop, qmail-ldap, virtuals and > ezmlm. > (I hope I did

Re: migrate from qmail to postfix

2010-07-04 Thread Asif Iqbal
On Sun, Jul 4, 2010 at 5:50 AM, Jeroen Geilman wrote: > On 07/04/2010 01:38 AM, Asif Iqbal wrote: > > Hi All > > I am planning to migrate from qmail to postfix. > > Currently our qmail uses QMAILQUEUE, qmail-scanner, clamd, > spamassassin, rbldnsd, greylite, qmail-pop,

Re: migrate from qmail to postfix

2010-07-04 Thread Asif Iqbal
On Mon, Jul 5, 2010 at 12:03 AM, Sahil Tandon wrote: > On Sun, 2010-07-04 at 23:55:48 -0400, Asif Iqbal wrote: > >> Well, I was actually looking for specific document(s) that discusses >> qmail to postfix migration.  Also, looking for something that covers >> the dot-qmail

Re: migrate from qmail to postfix

2010-07-04 Thread Asif Iqbal
On Mon, Jul 5, 2010 at 1:13 AM, Sahil Tandon wrote: > On Mon, 2010-07-05 at 01:05:21 -0400, Asif Iqbal wrote: > >> On Mon, Jul 5, 2010 at 12:03 AM, Sahil Tandon wrote: >> > On Sun, 2010-07-04 at 23:55:48 -0400, Asif Iqbal wrote: >> > >> >> Well, I wa

Convert an attachment to a link

2010-07-07 Thread Asif Iqbal
My users have web access to that dir. Then modify the body of the email by appending the links to it. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?

Recipient address rejected: User unknown in local recipient table

2017-02-23 Thread Asif Iqbal
P helo=< remote.example.net> I am using postfix 2.6.6 on CentOS 6.7. My recipient_delimiter is `+' I just migrated from qmail to postfix. Any suggestion is appreciated. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally rea

Re: Recipient address rejected: User unknown in local recipient table

2017-02-23 Thread Asif Iqbal
stand you correctly, just use an alias entry like below as a quick workaround? iqbala-sysadmin: iqbala I do not have too many of those, so that would work now without breaking anything. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?