EMAIL for AS Abap 7.52 SP01 Linux 64-bit

Installlation Tips for ABAB AS 7.41 / Fiori on Linux

EMAIL for AS Abap 7.52 SP01 Linux 64-bit

Postby Tron » Sat Feb 23, 2019 3:30 pm

How To install EMAIL for SAP APAP Demo 7.52 SP01
1.) Install DOVECOT with Yast.
add these entries :

e.g. sudo nano /etc/dovecot/dovecot.conf
/etc/dovecot/dovecot.conf
# Protocols we want to be serving.
protocols = imap pop3 lmtp

# edit conf.d/master.conf.
listen = *

/etc/dovecot/conf.d/10-auth.conf
disable_plaintext_auth = no

/etc/dovecot/conf.d/10-master.conf
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group = postfix
}

/etc/dovecot/conf.d/10-mail.conf
inbox = yes


Add some entries to POSTFIX and Change the IP accordingly to the IP of your system
/etc/postfix/main.cf
home_mailbox = Maildir/
inet_interfaces = localhost, 192.168.216.7
inet_protocols = all
mydestination = $myhostname, localhost.$mydomain, $mydomain
myhostname = vhcalnplci.dummy.nodomain


Run Dovecot after Boot
Edit
/etc/init.d/boot.local
service dovecot start


run :
sudo service postfix start
sudo service dovecot start

Add an account in Outlook

000.png
000.png (34.05 KiB) Viewed 25391 times

test https://www.phpbb.com/community/viewtop ... 6&t=555959
Last edited by Tron on Mon Sep 20, 2021 5:01 pm, edited 1 time in total.
Tron
.....
.....
 
Posts: 1112
Joined: Sat Aug 04, 2007 10:21 pm

EMAIL via Postfix and Gmail

Postby Tron » Mon Mar 09, 2020 8:01 am

Another option ...
Send email from SAP NetWeaver Dev Edition via Postfix and Gmail
https://blogs.sap.com/2020/03/08/send-e ... and-gmail/

thanks to Dylan Drummond
br Jens
Tron
.....
.....
 
Posts: 1112
Joined: Sat Aug 04, 2007 10:21 pm


Return to Fiori Gateway Server DEMO

Who is online

Users browsing this forum: No registered users and 1 guest

cron